===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
lrcalc-1.2/ltmain.sh-167-{
lrcalc-1.2/ltmain.sh:168:    func_dirname_result=`$ECHO "${1}" | $SED "$dirname"`
lrcalc-1.2/ltmain.sh-169-    if test "X$func_dirname_result" = "X${1}"; then
##############################################
lrcalc-1.2/ltmain.sh-179-{
lrcalc-1.2/ltmain.sh:180:    func_basename_result=`$ECHO "${1}" | $SED "$basename"`
lrcalc-1.2/ltmain.sh-181-} # func_basename may be replaced by extended shell implementation
##############################################
lrcalc-1.2/ltmain.sh-198-    # Extract subdirectory from the argument.
lrcalc-1.2/ltmain.sh:199:    func_dirname_result=`$ECHO "${1}" | $SED -e "$dirname"`
lrcalc-1.2/ltmain.sh-200-    if test "X$func_dirname_result" = "X${1}"; then
##############################################
lrcalc-1.2/ltmain.sh-204-    fi
lrcalc-1.2/ltmain.sh:205:    func_basename_result=`$ECHO "${1}" | $SED -e "$basename"`
lrcalc-1.2/ltmain.sh-206-} # func_dirname_and_basename may be replaced by extended shell implementation
##############################################
lrcalc-1.2/ltmain.sh-217-    case ${2} in
lrcalc-1.2/ltmain.sh:218:      .*) func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%\\\\${2}\$%%"`;;
lrcalc-1.2/ltmain.sh:219:      *)  func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%${2}\$%%"`;;
lrcalc-1.2/ltmain.sh-220-    esac
##############################################
lrcalc-1.2/ltmain.sh-380-     progdir=$func_dirname_result
lrcalc-1.2/ltmain.sh:381:     progdir=`cd "$progdir" && pwd`
lrcalc-1.2/ltmain.sh-382-     progpath="$progdir/$progname"
##############################################
lrcalc-1.2/ltmain.sh-417-# Since each input `\' is now two `\'s, look for any number of runs of
lrcalc-1.2/ltmain.sh:418:# four `\'s followed by two `\'s and then a '$'.  `\' that '$'.
lrcalc-1.2/ltmain.sh-419-bs='\\'
##############################################
lrcalc-1.2/ltmain.sh-531-        # ...otherwise throw away the child directory and loop
lrcalc-1.2/ltmain.sh:532:        my_directory_path=`$ECHO "$my_directory_path" | $SED -e "$dirname"`
lrcalc-1.2/ltmain.sh-533-      done
lrcalc-1.2/ltmain.sh:534:      my_dir_list=`$ECHO "$my_dir_list" | $SED 's,:*$,,'`
lrcalc-1.2/ltmain.sh-535-
##############################################
lrcalc-1.2/ltmain.sh-566-      # If mktemp works, use that first and foremost
lrcalc-1.2/ltmain.sh:567:      my_tmpdir=`mktemp -d "${my_template}-XXXXXXXX" 2>/dev/null`
lrcalc-1.2/ltmain.sh-568-
##############################################
lrcalc-1.2/ltmain.sh-597-      *[\\\`\"\$]*)
lrcalc-1.2/ltmain.sh:598:	func_quote_for_eval_unquoted_result=`$ECHO "$1" | $SED "$sed_quote_subst"` ;;
lrcalc-1.2/ltmain.sh-599-      *)
##############################################
lrcalc-1.2/ltmain.sh-702-  [0-9]* | *[!a-zA-Z0-9_]*)
lrcalc-1.2/ltmain.sh:703:    func_tr_sh_result=`$ECHO "$1" | $SED 's/^\([0-9]\)/_\1/; s/[^a-zA-Z0-9_]/_/g'`
lrcalc-1.2/ltmain.sh-704-    ;;
##############################################
lrcalc-1.2/ltmain.sh-769-	s/\$with_gnu_ld/'"$with_gnu_ld"'/
lrcalc-1.2/ltmain.sh:770:	s/\$automake_version/'"`(${AUTOMAKE-automake} --version) 2>/dev/null |$SED 1q`"'/
lrcalc-1.2/ltmain.sh:771:	s/\$autoconf_version/'"`(${AUTOCONF-autoconf} --version) 2>/dev/null |$SED 1q`"'/
lrcalc-1.2/ltmain.sh-772-	p
##############################################
lrcalc-1.2/ltmain.sh-803-
lrcalc-1.2/ltmain.sh:804:    func_split_short_opt_name=`$ECHO "$1" | $SED "$my_sed_short_opt"`
lrcalc-1.2/ltmain.sh:805:    func_split_short_opt_arg=`$ECHO "$1" | $SED "$my_sed_short_rest"`
lrcalc-1.2/ltmain.sh-806-} # func_split_short_opt may be replaced by extended shell implementation
##############################################
lrcalc-1.2/ltmain.sh-816-
lrcalc-1.2/ltmain.sh:817:    func_split_long_opt_name=`$ECHO "$1" | $SED "$my_sed_long_opt"`
lrcalc-1.2/ltmain.sh:818:    func_split_long_opt_arg=`$ECHO "$1" | $SED "$my_sed_long_arg"`
lrcalc-1.2/ltmain.sh-819-} # func_split_long_opt may be replaced by extended shell implementation
##############################################
lrcalc-1.2/ltmain.sh-862-{
lrcalc-1.2/ltmain.sh:863:    func_arith_result=`expr "${@}"`
lrcalc-1.2/ltmain.sh-864-} # func_arith may be replaced by extended shell implementation
##############################################
lrcalc-1.2/ltmain.sh-870-{
lrcalc-1.2/ltmain.sh:871:    func_len_result=`expr "${1}" : ".*" 2>/dev/null || echo $max_cmd_len`
lrcalc-1.2/ltmain.sh-872-} # func_len may be replaced by extended shell implementation
##############################################
lrcalc-1.2/ltmain.sh-877-{
lrcalc-1.2/ltmain.sh:878:    func_lo2o_result=`$ECHO "${1}" | $SED "$lo2o"`
lrcalc-1.2/ltmain.sh-879-} # func_lo2o may be replaced by extended shell implementation
##############################################
lrcalc-1.2/ltmain.sh-884-{
lrcalc-1.2/ltmain.sh:885:    func_xform_result=`$ECHO "${1}" | $SED 's/\.[^.]*$/.lo/'`
lrcalc-1.2/ltmain.sh-886-} # func_xform may be replaced by extended shell implementation
##############################################
lrcalc-1.2/ltmain.sh-968-	# quotes we have to do it in 2 steps:
lrcalc-1.2/ltmain.sh:969:	extractedcf=`$SED -n -e "$sed_extractcf" < "$progpath"`
lrcalc-1.2/ltmain.sh-970-	eval "$extractedcf"
##############################################
lrcalc-1.2/ltmain.sh-1382-      done
lrcalc-1.2/ltmain.sh:1383:      CC_expanded=`func_echo_all $CC`
lrcalc-1.2/ltmain.sh:1384:      CC_quoted_expanded=`func_echo_all $CC_quoted`
lrcalc-1.2/ltmain.sh-1385-      case $@ in
##############################################
lrcalc-1.2/ltmain.sh-1395-	    # Evaluate the configuration.
lrcalc-1.2/ltmain.sh:1396:	    eval "`${SED} -n -e '/^# ### BEGIN LIBTOOL TAG CONFIG: '$z'$/,/^# ### END LIBTOOL TAG CONFIG: '$z'$/p' < $progpath`"
lrcalc-1.2/ltmain.sh-1397-	    CC_quoted=
##############################################
lrcalc-1.2/ltmain.sh-1401-	    done
lrcalc-1.2/ltmain.sh:1402:	    CC_expanded=`func_echo_all $CC`
lrcalc-1.2/ltmain.sh:1403:	    CC_quoted_expanded=`func_echo_all $CC_quoted`
lrcalc-1.2/ltmain.sh-1404-	    case "$@ " in
##############################################
lrcalc-1.2/ltmain.sh-1492-    # zero AND non-empty stdout, which explains the odd construction:
lrcalc-1.2/ltmain.sh:1493:    func_convert_core_file_wine_to_w32_tmp=`winepath -w "$1" 2>/dev/null`
lrcalc-1.2/ltmain.sh-1494-    if test "$?" -eq 0 && test -n "${func_convert_core_file_wine_to_w32_tmp}"; then
##############################################
lrcalc-1.2/ltmain.sh-1558-  if test -n "$LT_CYGPATH" && test -f "$LT_CYGPATH"; then
lrcalc-1.2/ltmain.sh:1559:    func_cygpath_result=`$LT_CYGPATH "$@" 2>/dev/null`
lrcalc-1.2/ltmain.sh-1560-    if test "$?" -ne 0; then
##############################################
lrcalc-1.2/ltmain.sh-1721-    # LT_CYGPATH in this case.
lrcalc-1.2/ltmain.sh:1722:    func_to_host_file_result=`cygpath -m "$1"`
lrcalc-1.2/ltmain.sh-1723-  fi
##############################################
lrcalc-1.2/ltmain.sh-1871-    func_to_host_path_tmp1=$func_stripname_result
lrcalc-1.2/ltmain.sh:1872:    func_to_host_path_result=`cygpath -m -p "$func_to_host_path_tmp1"`
lrcalc-1.2/ltmain.sh-1873-    func_convert_path_check : ";" \
##############################################
lrcalc-1.2/ltmain.sh-2060-    *.[cCFSifmso] | \
lrcalc-1.2/ltmain.sh:2061:    *.ada | *.adb | *.ads | *.asm | \
lrcalc-1.2/ltmain.sh-2062-    *.c++ | *.cc | *.ii | *.class | *.cpp | *.cxx | \
##############################################
lrcalc-1.2/ltmain.sh-2137-    if test "$compiler_c_o" = no; then
lrcalc-1.2/ltmain.sh:2138:      output_obj=`$ECHO "$srcfile" | $SED 's%^.*/%%; s%\.[^.]*$%%'`.${objext}
lrcalc-1.2/ltmain.sh-2139-      lockfile="$output_obj.lock"
##############################################
lrcalc-1.2/ltmain.sh-2156-*** ERROR, $lockfile exists and contains:
lrcalc-1.2/ltmain.sh:2157:`cat $lockfile 2>/dev/null`
lrcalc-1.2/ltmain.sh-2158-
##############################################
lrcalc-1.2/ltmain.sh-2204-      if test "$need_locks" = warn &&
lrcalc-1.2/ltmain.sh:2205:	 test "X`cat $lockfile 2>/dev/null`" != "X$srcfile"; then
lrcalc-1.2/ltmain.sh-2206-	$ECHO "\
lrcalc-1.2/ltmain.sh-2207-*** ERROR, $lockfile contains:
lrcalc-1.2/ltmain.sh:2208:`cat $lockfile 2>/dev/null`
lrcalc-1.2/ltmain.sh-2209-
##############################################
lrcalc-1.2/ltmain.sh-2253-      if test "$need_locks" = warn &&
lrcalc-1.2/ltmain.sh:2254:	 test "X`cat $lockfile 2>/dev/null`" != "X$srcfile"; then
lrcalc-1.2/ltmain.sh-2255-	$ECHO "\
lrcalc-1.2/ltmain.sh-2256-*** ERROR, $lockfile contains:
lrcalc-1.2/ltmain.sh:2257:`cat $lockfile 2>/dev/null`
lrcalc-1.2/ltmain.sh-2258-
##############################################
lrcalc-1.2/ltmain.sh-2548-	  test -n "$library_names" && \
lrcalc-1.2/ltmain.sh:2549:	    func_warning "\`$file' was not linked with \`-export-dynamic'"
lrcalc-1.2/ltmain.sh-2550-	  continue
##############################################
lrcalc-1.2/ltmain.sh-2559-	  if test ! -f "$dir/$dlname"; then
lrcalc-1.2/ltmain.sh:2560:	    func_fatal_error "cannot find \`$dlname' in \`$dir' or \`$dir/$objdir'"
lrcalc-1.2/ltmain.sh-2561-	  fi
##############################################
lrcalc-1.2/ltmain.sh-2577-      # Get the absolute pathname.
lrcalc-1.2/ltmain.sh:2578:      absdir=`cd "$dir" && pwd`
lrcalc-1.2/ltmain.sh-2579-      test -n "$absdir" && dir="$absdir"
##############################################
lrcalc-1.2/ltmain.sh-2675-      if test -n "$lt_sysroot"; then
lrcalc-1.2/ltmain.sh:2676:        sysroot_regex=`$ECHO "$lt_sysroot" | $SED "$sed_make_literal_regex"`
lrcalc-1.2/ltmain.sh-2677-        sysroot_cmd="s/\([ ']\)$sysroot_regex/\1/g;"
##############################################
lrcalc-1.2/ltmain.sh-2957-	  # Determine the prefix the user has applied to our future dir.
lrcalc-1.2/ltmain.sh:2958:	  inst_prefix_dir=`$ECHO "$destdir" | $SED -e "s%$libdir\$%%"`
lrcalc-1.2/ltmain.sh-2959-
##############################################
lrcalc-1.2/ltmain.sh-2970-	    # Stick the inst_prefix_dir data into the link command.
lrcalc-1.2/ltmain.sh:2971:	    relink_command=`$ECHO "$relink_command" | $SED "s%@inst_prefix_dir@%-inst-prefix-dir $inst_prefix_dir%"`
lrcalc-1.2/ltmain.sh-2972-	  else
lrcalc-1.2/ltmain.sh:2973:	    relink_command=`$ECHO "$relink_command" | $SED "s%@inst_prefix_dir@%%"`
lrcalc-1.2/ltmain.sh-2974-	  fi
##############################################
lrcalc-1.2/ltmain.sh-3130-	    fi
lrcalc-1.2/ltmain.sh:3131:	    libfile="$libdir/"`$ECHO "$lib" | $SED 's%^.*/%%g'` ### testsuite: skip nested quoting test
lrcalc-1.2/ltmain.sh-3132-	    if test -n "$libdir" && test ! -f "$libfile"; then
lrcalc-1.2/ltmain.sh:3133:	      func_warning "\`$lib' has not been installed in \`$libdir'"
lrcalc-1.2/ltmain.sh-3134-	      finalize=no
##############################################
lrcalc-1.2/ltmain.sh-3149-	        # Replace the output file specification.
lrcalc-1.2/ltmain.sh:3150:	        relink_command=`$ECHO "$relink_command" | $SED 's%@OUTPUT@%'"$outputname"'%g'`
lrcalc-1.2/ltmain.sh-3151-
##############################################
lrcalc-1.2/ltmain.sh-3168-	    # Install the binary that we compiled earlier.
lrcalc-1.2/ltmain.sh:3169:	    file=`$ECHO "$file$stripped_ext" | $SED "s%\([^/]*\)$%$objdir/\1%"`
lrcalc-1.2/ltmain.sh-3170-	  fi
##############################################
lrcalc-1.2/ltmain.sh-3241-    my_pic_p="${3-no}"
lrcalc-1.2/ltmain.sh:3242:    my_prefix=`$ECHO "$my_originator" | sed 's%[^a-zA-Z0-9]%_%g'`
lrcalc-1.2/ltmain.sh-3243-    my_dlsyms=
##############################################
lrcalc-1.2/ltmain.sh-3297-	  # Add our own program objects to the symbol list.
lrcalc-1.2/ltmain.sh:3298:	  progfiles=`$ECHO "$objs$old_deplibs" | $SP2NL | $SED "$lo2o" | $NL2SP`
lrcalc-1.2/ltmain.sh-3299-	  for progfile in $progfiles; do
##############################################
lrcalc-1.2/ltmain.sh-3359-	          # Use subshell, to avoid clobbering current variable values
lrcalc-1.2/ltmain.sh:3360:	          dlprefile_dlname=`source "$curr_lafile" && echo "$dlname"`
lrcalc-1.2/ltmain.sh-3361-	          if test -n "$dlprefile_dlname" ; then
##############################################
lrcalc-1.2/ltmain.sh-3506-	  if test -f "$output_objdir/$my_outputname.def"; then
lrcalc-1.2/ltmain.sh:3507:	    compile_command=`$ECHO "$compile_command" | $SED "s%@SYMFILE@%$output_objdir/$my_outputname.def $symfileobj%"`
lrcalc-1.2/ltmain.sh:3508:	    finalize_command=`$ECHO "$finalize_command" | $SED "s%@SYMFILE@%$output_objdir/$my_outputname.def $symfileobj%"`
lrcalc-1.2/ltmain.sh-3509-	  else
lrcalc-1.2/ltmain.sh:3510:	    compile_command=`$ECHO "$compile_command" | $SED "s%@SYMFILE@%$symfileobj%"`
lrcalc-1.2/ltmain.sh:3511:	    finalize_command=`$ECHO "$finalize_command" | $SED "s%@SYMFILE@%$symfileobj%"`
lrcalc-1.2/ltmain.sh-3512-	  fi
##############################################
lrcalc-1.2/ltmain.sh-3514-	*)
lrcalc-1.2/ltmain.sh:3515:	  compile_command=`$ECHO "$compile_command" | $SED "s%@SYMFILE@%$symfileobj%"`
lrcalc-1.2/ltmain.sh:3516:	  finalize_command=`$ECHO "$finalize_command" | $SED "s%@SYMFILE@%$symfileobj%"`
lrcalc-1.2/ltmain.sh-3517-	  ;;
##############################################
lrcalc-1.2/ltmain.sh-3529-      # Nullify the symbol file.
lrcalc-1.2/ltmain.sh:3530:      compile_command=`$ECHO "$compile_command" | $SED "s% @SYMFILE@%%"`
lrcalc-1.2/ltmain.sh:3531:      finalize_command=`$ECHO "$finalize_command" | $SED "s% @SYMFILE@%%"`
lrcalc-1.2/ltmain.sh-3532-    fi
##############################################
lrcalc-1.2/ltmain.sh-3545-  win32_libid_type="unknown"
lrcalc-1.2/ltmain.sh:3546:  win32_fileres=`file -L $1 2>/dev/null`
lrcalc-1.2/ltmain.sh-3547-  case $win32_fileres in
##############################################
lrcalc-1.2/ltmain.sh-3596-  $opt_debug
lrcalc-1.2/ltmain.sh:3597:  sharedlib_from_linklib_result=`$DLLTOOL --identify-strict --identify "$1"`
lrcalc-1.2/ltmain.sh-3598-}
##############################################
lrcalc-1.2/ltmain.sh-3613-  $opt_debug
lrcalc-1.2/ltmain.sh:3614:  match_literal=`$ECHO "$1" | $SED "$sed_make_literal_regex"`
lrcalc-1.2/ltmain.sh-3615-  $OBJDUMP -s --section "$1" "$2" 2>/dev/null |
##############################################
lrcalc-1.2/ltmain.sh-3668-  func_to_tool_file "$1" func_convert_file_msys_to_w32
lrcalc-1.2/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)$'`
lrcalc-1.2/ltmain.sh-3670-  test -n "$func_cygming_gnu_implib_tmp"
##############################################
lrcalc-1.2/ltmain.sh-3680-  func_to_tool_file "$1" func_convert_file_msys_to_w32
lrcalc-1.2/ltmain.sh:3681:  func_cygming_ms_implib_tmp=`$NM "$func_to_tool_file_result" | eval "$global_symbol_pipe" | $GREP '_NULL_IMPORT_DESCRIPTOR'`
lrcalc-1.2/ltmain.sh-3682-  test -n "$func_cygming_ms_implib_tmp"
##############################################
lrcalc-1.2/ltmain.sh-3700-    # binutils import library
lrcalc-1.2/ltmain.sh:3701:    sharedlib_from_linklib_result=`func_cygming_dll_for_implib_fallback_core '.idata$7' "$1"`
lrcalc-1.2/ltmain.sh-3702-  elif func_cygming_ms_implib_p "$1" ; then
lrcalc-1.2/ltmain.sh-3703-    # ms-generated import library
lrcalc-1.2/ltmain.sh:3704:    sharedlib_from_linklib_result=`func_cygming_dll_for_implib_fallback_core '.idata$6' "$1"`
lrcalc-1.2/ltmain.sh-3705-  else
##############################################
lrcalc-1.2/ltmain.sh-3780-	  darwin_curdir=`pwd`
lrcalc-1.2/ltmain.sh:3781:	  darwin_base_archive=`basename "$darwin_archive"`
lrcalc-1.2/ltmain.sh:3782:	  darwin_arches=`$LIPO -info "$darwin_archive" 2>/dev/null | $GREP Architectures 2>/dev/null || true`
lrcalc-1.2/ltmain.sh-3783-	  if test -n "$darwin_arches"; then
lrcalc-1.2/ltmain.sh:3784:	    darwin_arches=`$ECHO "$darwin_arches" | $SED -e 's/.*are://'`
lrcalc-1.2/ltmain.sh-3785-	    darwin_arch=
##############################################
lrcalc-1.2/ltmain.sh-3795-            ## Okay now we've a bunch of thin objects, gotta fatten them up :)
lrcalc-1.2/ltmain.sh:3796:	    darwin_filelist=`find unfat-$$ -type f -name \*.o -print -o -name \*.lo -print | $SED -e "$basename" | sort -u`
lrcalc-1.2/ltmain.sh-3797-	    darwin_file=
##############################################
lrcalc-1.2/ltmain.sh-3799-	    for darwin_file in $darwin_filelist; do
lrcalc-1.2/ltmain.sh:3800:	      darwin_files=`find unfat-$$ -name $darwin_file -print | sort | $NL2SP`
lrcalc-1.2/ltmain.sh-3801-	      $LIPO -create -output "$darwin_file" $darwin_files
##############################################
lrcalc-1.2/ltmain.sh-3814-      esac
lrcalc-1.2/ltmain.sh:3815:      my_oldobjs="$my_oldobjs "`find $my_xdir -name \*.$objext -print -o -name \*.lo -print | sort | $NL2SP`
lrcalc-1.2/ltmain.sh-3816-    done
##############################################
lrcalc-1.2/ltmain.sh-3885-
lrcalc-1.2/ltmain.sh:3886:    qECHO=`$ECHO "$ECHO" | $SED "$sed_quote_subst"`
lrcalc-1.2/ltmain.sh-3887-    $ECHO "\
##############################################
lrcalc-1.2/ltmain.sh-3920-    --lt-dump-script)
lrcalc-1.2/ltmain.sh:3921:        lt_dump_D=\`\$ECHO \"X\$lt_script_arg0\" | $SED -e 's/^X//' -e 's%/[^/]*$%%'\`
lrcalc-1.2/ltmain.sh-3922-        test \"X\$lt_dump_D\" = \"X\$lt_script_arg0\" && lt_dump_D=.
lrcalc-1.2/ltmain.sh:3923:        lt_dump_F=\`\$ECHO \"X\$lt_script_arg0\" | $SED -e 's/^X//' -e 's%^.*/%%'\`
lrcalc-1.2/ltmain.sh-3924-        cat \"\$lt_dump_D/\$lt_dump_F\"
##############################################
lrcalc-1.2/ltmain.sh-3947-    \$ECHO \"${outputname}:${output}:\${LINENO}: newargv[\$lt_dump_args_N]: \$lt_arg\"
lrcalc-1.2/ltmain.sh:3948:    lt_dump_args_N=\`expr \$lt_dump_args_N + 1\`
lrcalc-1.2/ltmain.sh-3949-  done
##############################################
lrcalc-1.2/ltmain.sh-4005-  # Find the directory that this script lives in.
lrcalc-1.2/ltmain.sh:4006:  thisdir=\`\$ECHO \"\$file\" | $SED 's%/[^/]*$%%'\`
lrcalc-1.2/ltmain.sh-4007-  test \"x\$thisdir\" = \"x\$file\" && thisdir=.
##############################################
lrcalc-1.2/ltmain.sh-4009-  # Follow symbolic links until we get to the real thisdir.
lrcalc-1.2/ltmain.sh:4010:  file=\`ls -ld \"\$file\" | $SED -n 's/.*-> //p'\`
lrcalc-1.2/ltmain.sh-4011-  while test -n \"\$file\"; do
lrcalc-1.2/ltmain.sh:4012:    destdir=\`\$ECHO \"\$file\" | $SED 's%/[^/]*\$%%'\`
lrcalc-1.2/ltmain.sh-4013-
##############################################
lrcalc-1.2/ltmain.sh-4021-
lrcalc-1.2/ltmain.sh:4022:    file=\`\$ECHO \"\$file\" | $SED 's%^.*/%%'\`
lrcalc-1.2/ltmain.sh:4023:    file=\`ls -ld \"\$thisdir/\$file\" | $SED -n 's/.*-> //p'\`
lrcalc-1.2/ltmain.sh-4024-  done
##############################################
lrcalc-1.2/ltmain.sh-4035-    case \"\$thisdir\" in
lrcalc-1.2/ltmain.sh:4036:    *[\\\\/]$objdir ) thisdir=\`\$ECHO \"\$thisdir\" | $SED 's%[\\\\/][^\\\\/]*$%%'\` ;;
lrcalc-1.2/ltmain.sh-4037-    $objdir )   thisdir=. ;;
##############################################
lrcalc-1.2/ltmain.sh-4041-  # Try to get the absolute directory name.
lrcalc-1.2/ltmain.sh:4042:  absdir=\`cd \"\$thisdir\" && pwd\`
lrcalc-1.2/ltmain.sh-4043-  test -n \"\$absdir\" && thisdir=\"\$absdir\"
##############################################
lrcalc-1.2/ltmain.sh-4051-  if test ! -f \"\$progdir/\$program\" ||
lrcalc-1.2/ltmain.sh:4052:     { file=\`ls -1dt \"\$progdir/\$program\" \"\$progdir/../\$program\" 2>/dev/null | ${SED} 1q\`; \\
lrcalc-1.2/ltmain.sh-4053-       test \"X\$file\" != \"X\$progdir/\$program\"; }; then
##############################################
lrcalc-1.2/ltmain.sh-4066-    if test -n \"\$relink_command\"; then
lrcalc-1.2/ltmain.sh:4067:      if relink_command_output=\`eval \$relink_command 2>&1\`; then :
lrcalc-1.2/ltmain.sh-4068-      else
##############################################
lrcalc-1.2/ltmain.sh-4110-    # The second colon is a workaround for a bug in BeOS R4 sed
lrcalc-1.2/ltmain.sh:4111:    $shlibpath_var=\`\$ECHO \"\$$shlibpath_var\" | $SED 's/::*\$//'\`
lrcalc-1.2/ltmain.sh-4112-
##############################################
lrcalc-1.2/ltmain.sh-5085-    $opt_debug
lrcalc-1.2/ltmain.sh:5086:    case `eval $file_magic_cmd \"\$1\" 2>/dev/null | $SED -e 10q` in
lrcalc-1.2/ltmain.sh-5087-    *import*) : ;;
##############################################
lrcalc-1.2/ltmain.sh-5307-	    moreargs=
lrcalc-1.2/ltmain.sh:5308:	    for fil in `cat "$save_arg"`
lrcalc-1.2/ltmain.sh-5309-	    do
##############################################
lrcalc-1.2/ltmain.sh-5563-	*)
lrcalc-1.2/ltmain.sh:5564:	  absdir=`cd "$dir" && pwd`
lrcalc-1.2/ltmain.sh-5565-	  test -z "$absdir" && \
##############################################
lrcalc-1.2/ltmain.sh-5584-	*-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-os2* | *-cegcc*)
lrcalc-1.2/ltmain.sh:5585:	  testbindir=`$ECHO "$dir" | $SED 's*/lib$*/bin*'`
lrcalc-1.2/ltmain.sh-5586-	  case :$dllsearchpath: in
##############################################
lrcalc-1.2/ltmain.sh-6016-      # get the directories listed in $shlibpath_var
lrcalc-1.2/ltmain.sh:6017:      eval shlib_search_path=\`\$ECHO \"\${$shlibpath_var}\" \| \$SED \'s/:/ /g\'\`
lrcalc-1.2/ltmain.sh-6018-    else
##############################################
lrcalc-1.2/ltmain.sh-6331-		  set dummy $deplibs_check_method; shift
lrcalc-1.2/ltmain.sh:6332:		  match_pattern_regex=`expr "$deplibs_check_method" : "$1 \(.*\)"`
lrcalc-1.2/ltmain.sh-6333-		  if eval "\$ECHO \"$deplib\"" 2>/dev/null | $SED 10q \
##############################################
lrcalc-1.2/ltmain.sh-6394-	else
lrcalc-1.2/ltmain.sh:6395:	  func_fatal_error "cannot find the library \`$lib' or unhandled argument \`$deplib'"
lrcalc-1.2/ltmain.sh-6396-	fi
##############################################
lrcalc-1.2/ltmain.sh-6423-	if test -n "$inherited_linker_flags"; then
lrcalc-1.2/ltmain.sh:6424:	  tmp_inherited_linker_flags=`$ECHO "$inherited_linker_flags" | $SED 's/-framework \([^ $]*\)/\1.ltframework/g'`
lrcalc-1.2/ltmain.sh-6425-	  for tmp_inherited_linker_flag in $tmp_inherited_linker_flags; do
##############################################
lrcalc-1.2/ltmain.sh-6431-	fi
lrcalc-1.2/ltmain.sh:6432:	dependency_libs=`$ECHO " $dependency_libs" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'`
lrcalc-1.2/ltmain.sh-6433-	if test "$linkmode,$pass" = "lib,link" ||
##############################################
lrcalc-1.2/ltmain.sh-6504-	*)
lrcalc-1.2/ltmain.sh:6505:	  abs_ladir=`cd "$ladir" && pwd`
lrcalc-1.2/ltmain.sh-6506-	  if test -z "$abs_ladir"; then
##############################################
lrcalc-1.2/ltmain.sh-6757-	    shift
lrcalc-1.2/ltmain.sh:6758:	    libname=`eval "\\$ECHO \"$libname_spec\""`
lrcalc-1.2/ltmain.sh-6759-	    # use dlname if we got it. it's perfectly good, no?
##############################################
lrcalc-1.2/ltmain.sh-7049-		*)
lrcalc-1.2/ltmain.sh:7050:		  absdir=`cd "$dir" && pwd`
lrcalc-1.2/ltmain.sh-7051-		  if test -z "$absdir"; then
##############################################
lrcalc-1.2/ltmain.sh-7060-		  depdepl=
lrcalc-1.2/ltmain.sh:7061:		  eval deplibrary_names=`${SED} -n -e 's/^library_names=\(.*\)$/\1/p' $deplib`
lrcalc-1.2/ltmain.sh-7062-		  if test -n "$deplibrary_names" ; then
##############################################
lrcalc-1.2/ltmain.sh-7067-		      depdepl="$absdir/$objdir/$depdepl"
lrcalc-1.2/ltmain.sh:7068:		      darwin_install_name=`${OTOOL} -L $depdepl | awk '{if (NR == 2) {print $1;exit}}'`
lrcalc-1.2/ltmain.sh-7069-                      if test -z "$darwin_install_name"; then
lrcalc-1.2/ltmain.sh:7070:                          darwin_install_name=`${OTOOL64} -L $depdepl  | awk '{if (NR == 2) {print $1;exit}}'`
lrcalc-1.2/ltmain.sh-7071-                      fi
##############################################
lrcalc-1.2/ltmain.sh-7082-		else
lrcalc-1.2/ltmain.sh:7083:		  eval libdir=`${SED} -n -e 's/^libdir=\(.*\)$/\1/p' $deplib`
lrcalc-1.2/ltmain.sh-7084-		  test -z "$libdir" && \
##############################################
lrcalc-1.2/ltmain.sh-7105-	else
lrcalc-1.2/ltmain.sh:7106:	  compiler_flags="$compiler_flags "`$ECHO " $new_inherited_linker_flags" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'`
lrcalc-1.2/ltmain.sh-7107-	fi
##############################################
lrcalc-1.2/ltmain.sh-7254-	test "$module" = no && \
lrcalc-1.2/ltmain.sh:7255:	  func_fatal_help "libtool library \`$output' must begin with \`lib'"
lrcalc-1.2/ltmain.sh-7256-
##############################################
lrcalc-1.2/ltmain.sh-7392-	if test "$age" -gt "$current"; then
lrcalc-1.2/ltmain.sh:7393:	  func_error "AGE \`$age' is greater than the current interface number \`$current'"
lrcalc-1.2/ltmain.sh-7394-	  func_fatal_error "\`$vinfo' is not valid version information"
##############################################
lrcalc-1.2/ltmain.sh-7553-	removelist=
lrcalc-1.2/ltmain.sh:7554:	tempremovelist=`$ECHO "$output_objdir/*"`
lrcalc-1.2/ltmain.sh-7555-	for p in $tempremovelist; do
##############################################
lrcalc-1.2/ltmain.sh-7579-	# Transform .lo files to .o files.
lrcalc-1.2/ltmain.sh:7580:	oldobjs="$objs "`$ECHO "$libobjs" | $SP2NL | $SED "/\.${libext}$/d; $lo2o" | $NL2SP`
lrcalc-1.2/ltmain.sh-7581-      fi
##############################################
lrcalc-1.2/ltmain.sh-7584-      #for path in $notinst_path; do
lrcalc-1.2/ltmain.sh:7585:      #	lib_search_path=`$ECHO "$lib_search_path " | $SED "s% $path % %g"`
lrcalc-1.2/ltmain.sh:7586:      #	deplibs=`$ECHO "$deplibs " | $SED "s% -L$path % %g"`
lrcalc-1.2/ltmain.sh:7587:      #	dependency_libs=`$ECHO "$dependency_libs " | $SED "s% -L$path % %g"`
lrcalc-1.2/ltmain.sh-7588-      #done
##############################################
lrcalc-1.2/ltmain.sh-7705-		if test -n "$i" ; then
lrcalc-1.2/ltmain.sh:7706:		  libname=`eval "\\$ECHO \"$libname_spec\""`
lrcalc-1.2/ltmain.sh:7707:		  deplib_matches=`eval "\\$ECHO \"$library_names_spec\""`
lrcalc-1.2/ltmain.sh-7708-		  set dummy $deplib_matches; shift
lrcalc-1.2/ltmain.sh-7709-		  deplib_match=$1
lrcalc-1.2/ltmain.sh:7710:		  if test `expr "$ldd_output" : ".*$deplib_match"` -ne 0 ; then
lrcalc-1.2/ltmain.sh-7711-		    func_append newdeplibs " $i"
##############################################
lrcalc-1.2/ltmain.sh-7748-		  if test -n "$i" ; then
lrcalc-1.2/ltmain.sh:7749:		    libname=`eval "\\$ECHO \"$libname_spec\""`
lrcalc-1.2/ltmain.sh:7750:		    deplib_matches=`eval "\\$ECHO \"$library_names_spec\""`
lrcalc-1.2/ltmain.sh-7751-		    set dummy $deplib_matches; shift
lrcalc-1.2/ltmain.sh-7752-		    deplib_match=$1
lrcalc-1.2/ltmain.sh:7753:		    if test `expr "$ldd_output" : ".*$deplib_match"` -ne 0 ; then
lrcalc-1.2/ltmain.sh-7754-		      func_append newdeplibs " $i"
##############################################
lrcalc-1.2/ltmain.sh-7783-	  set dummy $deplibs_check_method; shift
lrcalc-1.2/ltmain.sh:7784:	  file_magic_regex=`expr "$deplibs_check_method" : "$1 \(.*\)"`
lrcalc-1.2/ltmain.sh-7785-	  for a_deplib in $deplibs; do
##############################################
lrcalc-1.2/ltmain.sh-7798-	      if test -n "$a_deplib" ; then
lrcalc-1.2/ltmain.sh:7799:		libname=`eval "\\$ECHO \"$libname_spec\""`
lrcalc-1.2/ltmain.sh-7800-		if test -n "$file_magic_glob"; then
lrcalc-1.2/ltmain.sh:7801:		  libnameglob=`func_echo_all "$libname" | $SED -e $file_magic_glob`
lrcalc-1.2/ltmain.sh-7802-		else
##############################################
lrcalc-1.2/ltmain.sh-7808-		    shopt -s nocaseglob
lrcalc-1.2/ltmain.sh:7809:		    potential_libs=`ls $i/$libnameglob[.-]* 2>/dev/null`
lrcalc-1.2/ltmain.sh-7810-		    $nocaseglob
lrcalc-1.2/ltmain.sh-7811-		  else
lrcalc-1.2/ltmain.sh:7812:		    potential_libs=`ls $i/$libnameglob[.-]* 2>/dev/null`
lrcalc-1.2/ltmain.sh-7813-		  fi
##############################################
lrcalc-1.2/ltmain.sh-7826-		      while test -h "$potlib" 2>/dev/null; do
lrcalc-1.2/ltmain.sh:7827:			potliblink=`ls -ld $potlib | ${SED} 's/.* -> //'`
lrcalc-1.2/ltmain.sh-7828-			case $potliblink in
lrcalc-1.2/ltmain.sh-7829-			[\\/]* | [A-Za-z]:[\\/]*) potlib="$potliblink";;
lrcalc-1.2/ltmain.sh:7830:			*) potlib=`$ECHO "$potlib" | $SED 's,[^/]*$,,'`"$potliblink";;
lrcalc-1.2/ltmain.sh-7831-			esac
##############################################
lrcalc-1.2/ltmain.sh-7867-	  set dummy $deplibs_check_method; shift
lrcalc-1.2/ltmain.sh:7868:	  match_pattern_regex=`expr "$deplibs_check_method" : "$1 \(.*\)"`
lrcalc-1.2/ltmain.sh-7869-	  for a_deplib in $deplibs; do
##############################################
lrcalc-1.2/ltmain.sh-7882-	      if test -n "$a_deplib" ; then
lrcalc-1.2/ltmain.sh:7883:		libname=`eval "\\$ECHO \"$libname_spec\""`
lrcalc-1.2/ltmain.sh-7884-		for i in $lib_search_path $sys_lib_search_path $shlib_search_path; do
lrcalc-1.2/ltmain.sh:7885:		  potential_libs=`ls $i/$libname[.-]* 2>/dev/null`
lrcalc-1.2/ltmain.sh-7886-		  for potent_lib in $potential_libs; do
##############################################
lrcalc-1.2/ltmain.sh-7921-	  newdeplibs=""
lrcalc-1.2/ltmain.sh:7922:	  tmp_deplibs=`$ECHO " $deplibs" | $SED 's/ -lc$//; s/ -[LR][^ ]*//g'`
lrcalc-1.2/ltmain.sh-7923-	  if test "X$allow_libtool_libs_with_static_runtimes" = "Xyes" ; then
##############################################
lrcalc-1.2/ltmain.sh-7925-	      # can't use Xsed below, because $i might contain '/'
lrcalc-1.2/ltmain.sh:7926:	      tmp_deplibs=`$ECHO " $tmp_deplibs" | $SED "s,$i,,"`
lrcalc-1.2/ltmain.sh-7927-	    done
##############################################
lrcalc-1.2/ltmain.sh-7951-	  # On Rhapsody replace the C library with the System framework
lrcalc-1.2/ltmain.sh:7952:	  newdeplibs=`$ECHO " $newdeplibs" | $SED 's/ -lc / System.ltframework /'`
lrcalc-1.2/ltmain.sh-7953-	  ;;
##############################################
lrcalc-1.2/ltmain.sh-8003-	*-*-darwin*)
lrcalc-1.2/ltmain.sh:8004:	  newdeplibs=`$ECHO " $newdeplibs" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'`
lrcalc-1.2/ltmain.sh:8005:	  new_inherited_linker_flags=`$ECHO " $new_inherited_linker_flags" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'`
lrcalc-1.2/ltmain.sh:8006:	  deplibs=`$ECHO " $deplibs" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'`
lrcalc-1.2/ltmain.sh-8007-	  ;;
##############################################
lrcalc-1.2/ltmain.sh-8130-	# Use standard objects if they are pic
lrcalc-1.2/ltmain.sh:8131:	test -z "$pic_flag" && libobjs=`$ECHO "$libobjs" | $SP2NL | $SED "$lo2o" | $NL2SP`
lrcalc-1.2/ltmain.sh-8132-	test "X$libobjs" = "X " && libobjs=
##############################################
lrcalc-1.2/ltmain.sh-8145-	    # exporting using user supplied symfile
lrcalc-1.2/ltmain.sh:8146:	    if test "x`$SED 1q $export_symbols`" != xEXPORTS; then
lrcalc-1.2/ltmain.sh-8147-	      # and it's NOT already a .def file. Must figure out
##############################################
lrcalc-1.2/ltmain.sh-8642-	  eval tmp_whole_archive_flags=\"$whole_archive_flag_spec\"
lrcalc-1.2/ltmain.sh:8643:	  reload_conv_objs=$reload_objs\ `$ECHO "$tmp_whole_archive_flags" | $SED 's|,| |g'`
lrcalc-1.2/ltmain.sh-8644-	else
##############################################
lrcalc-1.2/ltmain.sh-8656-      # Create the old-style object.
lrcalc-1.2/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
lrcalc-1.2/ltmain.sh-8658-
##############################################
lrcalc-1.2/ltmain.sh-8716-	# On Rhapsody replace the C library is the System framework
lrcalc-1.2/ltmain.sh:8717:	compile_deplibs=`$ECHO " $compile_deplibs" | $SED 's/ -lc / System.ltframework /'`
lrcalc-1.2/ltmain.sh:8718:	finalize_deplibs=`$ECHO " $finalize_deplibs" | $SED 's/ -lc / System.ltframework /'`
lrcalc-1.2/ltmain.sh-8719-	;;
##############################################
lrcalc-1.2/ltmain.sh-8734-	# Time to change all our "foo.ltframework" stuff back to "-framework foo"
lrcalc-1.2/ltmain.sh:8735:	compile_deplibs=`$ECHO " $compile_deplibs" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'`
lrcalc-1.2/ltmain.sh:8736:	finalize_deplibs=`$ECHO " $finalize_deplibs" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'`
lrcalc-1.2/ltmain.sh-8737-	;;
##############################################
lrcalc-1.2/ltmain.sh-8812-	*-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-os2* | *-cegcc*)
lrcalc-1.2/ltmain.sh:8813:	  testbindir=`${ECHO} "$libdir" | ${SED} -e 's*/lib$*/bin*'`
lrcalc-1.2/ltmain.sh-8814-	  case :$dllsearchpath: in
##############################################
lrcalc-1.2/ltmain.sh-8872-	# Transform all the library objects into standard objects.
lrcalc-1.2/ltmain.sh:8873:	compile_command=`$ECHO "$compile_command" | $SP2NL | $SED "$lo2o" | $NL2SP`
lrcalc-1.2/ltmain.sh:8874:	finalize_command=`$ECHO "$finalize_command" | $SP2NL | $SED "$lo2o" | $NL2SP`
lrcalc-1.2/ltmain.sh-8875-      fi
##############################################
lrcalc-1.2/ltmain.sh-8902-	# Replace the output file specification.
lrcalc-1.2/ltmain.sh:8903:	compile_command=`$ECHO "$compile_command" | $SED 's%@OUTPUT@%'"$output"'%g'`
lrcalc-1.2/ltmain.sh-8904-	link_command="$compile_command$compile_rpath"
##############################################
lrcalc-1.2/ltmain.sh-8911-	  func_to_tool_file "$output"
lrcalc-1.2/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'`
lrcalc-1.2/ltmain.sh-8913-	  func_execute_cmds "$postlink_cmds" 'exit $?'
##############################################
lrcalc-1.2/ltmain.sh-8955-	# Replace the output file specification.
lrcalc-1.2/ltmain.sh:8956:	link_command=`$ECHO "$link_command" | $SED 's%@OUTPUT@%'"$output"'%g'`
lrcalc-1.2/ltmain.sh-8957-	# Delete the old output file.
##############################################
lrcalc-1.2/ltmain.sh-8963-	  func_to_tool_file "$output"
lrcalc-1.2/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'`
lrcalc-1.2/ltmain.sh-8965-	  func_execute_cmds "$postlink_cmds" 'exit $?'
##############################################
lrcalc-1.2/ltmain.sh-8981-	  if test "$fast_install" = yes; then
lrcalc-1.2/ltmain.sh:8982:	    relink_command=`$ECHO "$compile_var$compile_command$compile_rpath" | $SED 's%@OUTPUT@%\$progdir/\$file%g'`
lrcalc-1.2/ltmain.sh-8983-	  else
##############################################
lrcalc-1.2/ltmain.sh-8993-      # Replace the output file specification.
lrcalc-1.2/ltmain.sh:8994:      link_command=`$ECHO "$link_command" | $SED 's%@OUTPUT@%'"$output_objdir/$outputname"'%g'`
lrcalc-1.2/ltmain.sh-8995-
##############################################
lrcalc-1.2/ltmain.sh-9002-	func_to_tool_file "$output_objdir/$outputname"
lrcalc-1.2/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'`
lrcalc-1.2/ltmain.sh-9004-	func_execute_cmds "$postlink_cmds" 'exit $?'
##############################################
lrcalc-1.2/ltmain.sh-9023-	relink_command="(cd `pwd`; $relink_command)"
lrcalc-1.2/ltmain.sh:9024:	relink_command=`$ECHO "$relink_command" | $SED "$sed_quote_subst"`
lrcalc-1.2/ltmain.sh-9025-      fi
##############################################
lrcalc-1.2/ltmain.sh-9267-      relink_command="(cd `pwd`; $SHELL $progpath $preserve_args --mode=relink $libtool_args @inst_prefix_dir@)"
lrcalc-1.2/ltmain.sh:9268:      relink_command=`$ECHO "$relink_command" | $SED "$sed_quote_subst"`
lrcalc-1.2/ltmain.sh-9269-      if test "$hardcode_automatic" = yes ; then
##############################################
lrcalc-1.2/ltmain.sh-9288-		func_resolve_sysroot "$deplib"
lrcalc-1.2/ltmain.sh:9289:		eval libdir=`${SED} -n -e 's/^libdir=\(.*\)$/\1/p' $func_resolve_sysroot_result`
lrcalc-1.2/ltmain.sh-9290-		test -z "$libdir" && \
##############################################
lrcalc-1.2/ltmain.sh-9314-		name="$func_basename_result"
lrcalc-1.2/ltmain.sh:9315:		eval libdir=`${SED} -n -e 's/^libdir=\(.*\)$/\1/p' $lib`
lrcalc-1.2/ltmain.sh-9316-		test -z "$libdir" && \
##############################################
lrcalc-1.2/ltmain.sh-9333-		name="$func_basename_result"
lrcalc-1.2/ltmain.sh:9334:		eval libdir=`${SED} -n -e 's/^libdir=\(.*\)$/\1/p' $lib`
lrcalc-1.2/ltmain.sh-9335-		test -z "$libdir" && \
##############################################
lrcalc-1.2/ltmain.sh-9652-# ### BEGIN LIBTOOL TAG CONFIG: disable-static
lrcalc-1.2/ltmain.sh:9653:build_old_libs=`case $build_libtool_libs in yes) echo no;; *) echo yes;; esac`
lrcalc-1.2/ltmain.sh-9654-# ### END LIBTOOL TAG CONFIG: disable-static
##############################################
lrcalc-1.2/Makefile.in-64-	ps-recursive uninstall-recursive
lrcalc-1.2/Makefile.in:65:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
lrcalc-1.2/Makefile.in-66-am__vpath_adj = case $$p in \
lrcalc-1.2/Makefile.in:67:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
lrcalc-1.2/Makefile.in-68-    *) f=$$p;; \
lrcalc-1.2/Makefile.in-69-  esac;
lrcalc-1.2/Makefile.in:70:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
lrcalc-1.2/Makefile.in-71-am__install_max = 40
lrcalc-1.2/Makefile.in-72-am__nobase_strip_setup = \
lrcalc-1.2/Makefile.in:73:  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
lrcalc-1.2/Makefile.in-74-am__nobase_strip = \
##############################################
lrcalc-1.2/Makefile.in-119-  while test -n "$$dir1"; do \
lrcalc-1.2/Makefile.in:120:    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
lrcalc-1.2/Makefile.in-121-    if test "$$first" != "."; then \
lrcalc-1.2/Makefile.in-122-      if test "$$first" = ".."; then \
lrcalc-1.2/Makefile.in:123:        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
lrcalc-1.2/Makefile.in:124:        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
lrcalc-1.2/Makefile.in-125-      else \
lrcalc-1.2/Makefile.in:126:        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
lrcalc-1.2/Makefile.in-127-        if test "$$first2" = "$$first"; then \
lrcalc-1.2/Makefile.in:128:          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
lrcalc-1.2/Makefile.in-129-        else \
##############################################
lrcalc-1.2/Makefile.in-134-    fi; \
lrcalc-1.2/Makefile.in:135:    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
lrcalc-1.2/Makefile.in-136-  done; \
##############################################
lrcalc-1.2/Makefile.in-347-	@list='$(dist_lrcalcdata_DATA)'; test -n "$(lrcalcdatadir)" || list=; \
lrcalc-1.2/Makefile.in:348:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
lrcalc-1.2/Makefile.in-349-	dir='$(DESTDIR)$(lrcalcdatadir)'; $(am__uninstall_files_from_dir)
##############################################
lrcalc-1.2/Makefile.in-365-	dot_seen=no; \
lrcalc-1.2/Makefile.in:366:	target=`echo $@ | sed s/-recursive//`; \
lrcalc-1.2/Makefile.in-367-	list='$(SUBDIRS)'; for subdir in $$list; do \
##############################################
lrcalc-1.2/Makefile.in-400-	rev="$$rev ."; \
lrcalc-1.2/Makefile.in:401:	target=`echo $@ | sed s/-recursive//`; \
lrcalc-1.2/Makefile.in-402-	for subdir in $$rev; do \
##############################################
lrcalc-1.2/Makefile.in-478-GTAGS:
lrcalc-1.2/Makefile.in:479:	here=`$(am__cd) $(top_builddir) && pwd` \
lrcalc-1.2/Makefile.in-480-	  && $(am__cd) $(top_srcdir) \
##############################################
lrcalc-1.2/Makefile.in-496-	    if $(TESTS_ENVIRONMENT) $${dir}$$tst; then \
lrcalc-1.2/Makefile.in:497:	      all=`expr $$all + 1`; \
lrcalc-1.2/Makefile.in-498-	      case " $(XFAIL_TESTS) " in \
lrcalc-1.2/Makefile.in-499-	      *[\ \	]$$tst[\ \	]*) \
lrcalc-1.2/Makefile.in:500:		xpass=`expr $$xpass + 1`; \
lrcalc-1.2/Makefile.in:501:		failed=`expr $$failed + 1`; \
lrcalc-1.2/Makefile.in-502-		col=$$red; res=XPASS; \
##############################################
lrcalc-1.2/Makefile.in-508-	    elif test $$? -ne 77; then \
lrcalc-1.2/Makefile.in:509:	      all=`expr $$all + 1`; \
lrcalc-1.2/Makefile.in-510-	      case " $(XFAIL_TESTS) " in \
lrcalc-1.2/Makefile.in-511-	      *[\ \	]$$tst[\ \	]*) \
lrcalc-1.2/Makefile.in:512:		xfail=`expr $$xfail + 1`; \
lrcalc-1.2/Makefile.in-513-		col=$$lgn; res=XFAIL; \
##############################################
lrcalc-1.2/Makefile.in-515-	      *) \
lrcalc-1.2/Makefile.in:516:		failed=`expr $$failed + 1`; \
lrcalc-1.2/Makefile.in-517-		col=$$red; res=FAIL; \
##############################################
lrcalc-1.2/Makefile.in-520-	    else \
lrcalc-1.2/Makefile.in:521:	      skip=`expr $$skip + 1`; \
lrcalc-1.2/Makefile.in-522-	      col=$$blu; res=SKIP; \
##############################################
lrcalc-1.2/Makefile.in-555-	    fi; \
lrcalc-1.2/Makefile.in:556:	    test `echo "$$skipped" | wc -c` -le `echo "$$banner" | wc -c` || \
lrcalc-1.2/Makefile.in-557-	      dashes="$$skipped"; \
##############################################
lrcalc-1.2/Makefile.in-561-	    report="Please report to $(PACKAGE_BUGREPORT)"; \
lrcalc-1.2/Makefile.in:562:	    test `echo "$$report" | wc -c` -le `echo "$$banner" | wc -c` || \
lrcalc-1.2/Makefile.in-563-	      dashes="$$report"; \
lrcalc-1.2/Makefile.in-564-	  fi; \
lrcalc-1.2/Makefile.in:565:	  dashes=`echo "$$dashes" | sed s/./=/g`; \
lrcalc-1.2/Makefile.in-566-	  if test "$$failed" -eq 0; then \
##############################################
lrcalc-1.2/Makefile.in-581-	test -d "$(distdir)" || mkdir "$(distdir)"
lrcalc-1.2/Makefile.in:582:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
lrcalc-1.2/Makefile.in:583:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
lrcalc-1.2/Makefile.in-584-	list='$(DISTFILES)'; \
##############################################
lrcalc-1.2/Makefile.in-595-	  if test -d $$d/$$file; then \
lrcalc-1.2/Makefile.in:596:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
lrcalc-1.2/Makefile.in-597-	    if test -d "$(distdir)/$$file"; then \
##############################################
lrcalc-1.2/Makefile.in-709-	test -d $(distdir)/_build || exit 0; \
lrcalc-1.2/Makefile.in:710:	dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
lrcalc-1.2/Makefile.in-711-	  && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
##############################################
lrcalc-1.2/Makefile.in-752-	}; \
lrcalc-1.2/Makefile.in:753:	test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \
lrcalc-1.2/Makefile.in-754-	   || { echo "ERROR: files left after uninstall:" ; \
##############################################
lrcalc-1.2/Makefile.in-764-	fi
lrcalc-1.2/Makefile.in:765:	@test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
lrcalc-1.2/Makefile.in-766-	  || { echo "ERROR: files left in build directory after distclean:" ; \
##############################################
lrcalc-1.2/testsuite-6-    expected="$2"
lrcalc-1.2/testsuite:7:    result=`$command`
lrcalc-1.2/testsuite-8-    echo -n "testing $command ... "
##############################################
lrcalc-1.2/aclocal.m4-73-# $ac_aux_dir to `$srcdir/foo'.  In other projects, it is set to
lrcalc-1.2/aclocal.m4:74:# `$srcdir', `$srcdir/..', or `$srcdir/../..'.
lrcalc-1.2/aclocal.m4-75-#
##############################################
lrcalc-1.2/aclocal.m4-97-# iff we strip the leading $srcdir from $ac_aux_dir.  That would be:
lrcalc-1.2/aclocal.m4:98:#   am_aux_dir='\$(top_srcdir)/'`expr "$ac_aux_dir" : "$srcdir//*\(.*\)"`
lrcalc-1.2/aclocal.m4-99-# and then we would define $MISSING as
##############################################
lrcalc-1.2/aclocal.m4-113-# expand $ac_aux_dir to an absolute path
lrcalc-1.2/aclocal.m4:114:am_aux_dir=`cd $ac_aux_dir && pwd`
lrcalc-1.2/aclocal.m4-115-])
##############################################
lrcalc-1.2/aclocal.m4-215-  if test "$am_compiler_list" = ""; then
lrcalc-1.2/aclocal.m4:216:     am_compiler_list=`sed -n ['s/^#*\([a-zA-Z0-9]*\))$/\1/p'] < ./depcomp`
lrcalc-1.2/aclocal.m4-217-  fi
##############################################
lrcalc-1.2/aclocal.m4-364-    # Strip MF so we end up with the name of the file.
lrcalc-1.2/aclocal.m4:365:    mf=`echo "$mf" | sed -e 's/:.*$//'`
lrcalc-1.2/aclocal.m4-366-    # Check whether this is an Automake generated Makefile or not.
##############################################
lrcalc-1.2/aclocal.m4-373-    if sed -n 's,^#.*generated by automake.*,X,p' "$mf" | grep X >/dev/null 2>&1; then
lrcalc-1.2/aclocal.m4:374:      dirpart=`AS_DIRNAME("$mf")`
lrcalc-1.2/aclocal.m4-375-    else
##############################################
lrcalc-1.2/aclocal.m4-379-    # from the Makefile without running `make'.
lrcalc-1.2/aclocal.m4:380:    DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
lrcalc-1.2/aclocal.m4-381-    test -z "$DEPDIR" && continue
lrcalc-1.2/aclocal.m4:382:    am__include=`sed -n 's/^am__include = //p' < "$mf"`
lrcalc-1.2/aclocal.m4-383-    test -z "am__include" && continue
lrcalc-1.2/aclocal.m4:384:    am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
lrcalc-1.2/aclocal.m4-385-    # When using ansi2knr, U may be empty or an underscore; expand it
lrcalc-1.2/aclocal.m4:386:    U=`sed -n 's/^U = //p' < "$mf"`
lrcalc-1.2/aclocal.m4-387-    # Find all dependency output files, they are included files with
##############################################
lrcalc-1.2/aclocal.m4-395-      test -f "$dirpart/$file" && continue
lrcalc-1.2/aclocal.m4:396:      fdir=`AS_DIRNAME(["$file"])`
lrcalc-1.2/aclocal.m4-397-      AS_MKDIR_P([$dirpart/$fdir])
##############################################
lrcalc-1.2/aclocal.m4-450-AC_REQUIRE([AC_PROG_INSTALL])dnl
lrcalc-1.2/aclocal.m4:451:if test "`cd $srcdir && pwd`" != "`pwd`"; then
lrcalc-1.2/aclocal.m4-452-  # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
##############################################
lrcalc-1.2/aclocal.m4-552-    * )
lrcalc-1.2/aclocal.m4:553:      _am_stamp_count=`expr $_am_stamp_count + 1` ;;
lrcalc-1.2/aclocal.m4-554-  esac
lrcalc-1.2/aclocal.m4-555-done
lrcalc-1.2/aclocal.m4:556:echo "timestamp for $_am_arg" >`AS_DIRNAME(["$_am_arg"])`/stamp-h[]$_am_stamp_count])
lrcalc-1.2/aclocal.m4-557-
##############################################
lrcalc-1.2/aclocal.m4-670-# Ignore all kinds of additional output from `make'.
lrcalc-1.2/aclocal.m4:671:case `$am_make -s -f confmf 2> /dev/null` in #(
lrcalc-1.2/aclocal.m4-672-*the\ am__doit\ target*)
##############################################
lrcalc-1.2/aclocal.m4-680-   echo '.include "confinc"' > confmf
lrcalc-1.2/aclocal.m4:681:   case `$am_make -s -f confmf 2> /dev/null` in #(
lrcalc-1.2/aclocal.m4-682-   *the\ am__doit\ target*)
##############################################
lrcalc-1.2/aclocal.m4-837-if (
lrcalc-1.2/aclocal.m4:838:   set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
lrcalc-1.2/aclocal.m4-839-   if test "$[*]" = "X"; then
lrcalc-1.2/aclocal.m4-840-      # -L didn't work.
lrcalc-1.2/aclocal.m4:841:      set X `ls -t "$srcdir/configure" conftest.file`
lrcalc-1.2/aclocal.m4-842-   fi
##############################################
lrcalc-1.2/missing-129-       # Could not run --version or --help.  This is probably someone
lrcalc-1.2/missing:130:       # running `$TOOL --version' or `$TOOL --help' to check whether
lrcalc-1.2/missing-131-       # $TOOL exists and not knowing $TOOL uses missing.
##############################################
lrcalc-1.2/missing-163-         from any GNU archive site."
lrcalc-1.2/missing:164:    files=`sed -n 's/^[ ]*A[CM]_CONFIG_HEADER(\([^)]*\)).*/\1/p' ${configure_ac}`
lrcalc-1.2/missing-165-    test -z "$files" && files="config.h"
##############################################
lrcalc-1.2/missing-192-         proper tools for further handling them.
lrcalc-1.2/missing:193:         You can get \`$1' as part of \`Autoconf' from any GNU
lrcalc-1.2/missing-194-         archive site."
lrcalc-1.2/missing-195-
lrcalc-1.2/missing:196:    file=`echo "$*" | sed -n "$sed_output"`
lrcalc-1.2/missing:197:    test -z "$file" && file=`echo "$*" | sed -n "$sed_minuso"`
lrcalc-1.2/missing-198-    if test -f "$file"; then
##############################################
lrcalc-1.2/missing-221-	*.y)
lrcalc-1.2/missing:222:	    SRCFILE=`echo "$LASTARG" | sed 's/y$/c/'`
lrcalc-1.2/missing-223-	    if test -f "$SRCFILE"; then
##############################################
lrcalc-1.2/missing-225-	    fi
lrcalc-1.2/missing:226:	    SRCFILE=`echo "$LASTARG" | sed 's/y$/h/'`
lrcalc-1.2/missing-227-	    if test -f "$SRCFILE"; then
##############################################
lrcalc-1.2/missing-251-	*.l)
lrcalc-1.2/missing:252:	    SRCFILE=`echo "$LASTARG" | sed 's/l$/c/'`
lrcalc-1.2/missing-253-	    if test -f "$SRCFILE"; then
##############################################
lrcalc-1.2/missing-270-
lrcalc-1.2/missing:271:    file=`echo "$*" | sed -n "$sed_output"`
lrcalc-1.2/missing:272:    test -z "$file" && file=`echo "$*" | sed -n "$sed_minuso"`
lrcalc-1.2/missing-273-    if test -f "$file"; then
##############################################
lrcalc-1.2/missing-290-    # The file to touch is that specified with -o ...
lrcalc-1.2/missing:291:    file=`echo "$*" | sed -n "$sed_output"`
lrcalc-1.2/missing:292:    test -z "$file" && file=`echo "$*" | sed -n "$sed_minuso"`
lrcalc-1.2/missing-293-    if test -z "$file"; then
lrcalc-1.2/missing-294-      # ... or it is the one specified with @setfilename ...
lrcalc-1.2/missing:295:      infile=`echo "$*" | sed 's/.* \([^ ]*\) *$/\1/'`
lrcalc-1.2/missing-296-      file=`sed -n '
##############################################
lrcalc-1.2/missing-302-      # ... or it is derived from the source name (dir/f.texi becomes f.info)
lrcalc-1.2/missing:303:      test -z "$file" && file=`echo "$infile" | sed 's,.*/,,;s,.[^.]*$,,'`.info
lrcalc-1.2/missing-304-    fi
##############################################
lrcalc-1.2/INSTALL-173-directory configuration variables that were expressed in terms of
lrcalc-1.2/INSTALL:174:`${prefix}'.  Any directories that were specified during `configure',
lrcalc-1.2/INSTALL-175-but not in terms of `${prefix}', must each be overridden at install
##############################################
lrcalc-1.2/config.sub-57-
lrcalc-1.2/config.sub:58:me=`echo "$0" | sed -e 's,.*/,,'`
lrcalc-1.2/config.sub-59-
##############################################
lrcalc-1.2/config.sub-122-# Here we must recognize all the valid KERNEL-OS combinations.
lrcalc-1.2/config.sub:123:maybe_os=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\2/'`
lrcalc-1.2/config.sub-124-case $maybe_os in
##############################################
lrcalc-1.2/config.sub-130-    os=-$maybe_os
lrcalc-1.2/config.sub:131:    basic_machine=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\1/'`
lrcalc-1.2/config.sub-132-    ;;
##############################################
lrcalc-1.2/config.sub-134-    os=-linux-android
lrcalc-1.2/config.sub:135:    basic_machine=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\1/'`-unknown
lrcalc-1.2/config.sub-136-    ;;
lrcalc-1.2/config.sub-137-  *)
lrcalc-1.2/config.sub:138:    basic_machine=`echo $1 | sed 's/-[^-]*$//'`
lrcalc-1.2/config.sub-139-    if [ $basic_machine != $1 ]
lrcalc-1.2/config.sub:140:    then os=`echo $1 | sed 's/.*-/-/'`
lrcalc-1.2/config.sub-141-    else os=; fi
##############################################
lrcalc-1.2/config.sub-188-		os=-sco5v6
lrcalc-1.2/config.sub:189:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
lrcalc-1.2/config.sub-190-		;;
##############################################
lrcalc-1.2/config.sub-192-		os=-sco3.2v5
lrcalc-1.2/config.sub:193:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
lrcalc-1.2/config.sub-194-		;;
##############################################
lrcalc-1.2/config.sub-196-		os=-sco3.2v4
lrcalc-1.2/config.sub:197:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
lrcalc-1.2/config.sub-198-		;;
lrcalc-1.2/config.sub-199-	-sco3.2.[4-9]*)
lrcalc-1.2/config.sub:200:		os=`echo $os | sed -e 's/sco3.2./sco3.2v/'`
lrcalc-1.2/config.sub:201:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
lrcalc-1.2/config.sub-202-		;;
##############################################
lrcalc-1.2/config.sub-204-		# Don't forget version if it is 3.2v4 or newer.
lrcalc-1.2/config.sub:205:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
lrcalc-1.2/config.sub-206-		;;
##############################################
lrcalc-1.2/config.sub-208-		# Don't forget version if it is 3.2v4 or newer.
lrcalc-1.2/config.sub:209:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
lrcalc-1.2/config.sub-210-		;;
##############################################
lrcalc-1.2/config.sub-212-		os=-sco3.2v2
lrcalc-1.2/config.sub:213:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
lrcalc-1.2/config.sub-214-		;;
lrcalc-1.2/config.sub-215-	-udk*)
lrcalc-1.2/config.sub:216:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
lrcalc-1.2/config.sub-217-		;;
##############################################
lrcalc-1.2/config.sub-219-		os=-isc2.2
lrcalc-1.2/config.sub:220:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
lrcalc-1.2/config.sub-221-		;;
##############################################
lrcalc-1.2/config.sub-225-	-isc*)
lrcalc-1.2/config.sub:226:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
lrcalc-1.2/config.sub-227-		;;
##############################################
lrcalc-1.2/config.sub-231-	-ptx*)
lrcalc-1.2/config.sub:232:		basic_machine=`echo $1 | sed -e 's/86-.*/86-sequent/'`
lrcalc-1.2/config.sub-233-		;;
lrcalc-1.2/config.sub-234-	-windowsnt*)
lrcalc-1.2/config.sub:235:		os=`echo $os | sed -e 's/windowsnt/winnt/'`
lrcalc-1.2/config.sub-236-		;;
##############################################
lrcalc-1.2/config.sub-357-	*-*-*)
lrcalc-1.2/config.sub:358:		echo Invalid configuration \`$1\': machine \`$basic_machine\' not recognized 1>&2
lrcalc-1.2/config.sub-359-		exit 1
##############################################
lrcalc-1.2/config.sub-475-	amd64-*)
lrcalc-1.2/config.sub:476:		basic_machine=x86_64-`echo $basic_machine | sed 's/^[^-]*-//'`
lrcalc-1.2/config.sub-477-		;;
##############################################
lrcalc-1.2/config.sub-517-	blackfin-*)
lrcalc-1.2/config.sub:518:		basic_machine=bfin-`echo $basic_machine | sed 's/^[^-]*-//'`
lrcalc-1.2/config.sub-519-		os=-linux
##############################################
lrcalc-1.2/config.sub-525-	c54x-*)
lrcalc-1.2/config.sub:526:		basic_machine=tic54x-`echo $basic_machine | sed 's/^[^-]*-//'`
lrcalc-1.2/config.sub-527-		;;
lrcalc-1.2/config.sub-528-	c55x-*)
lrcalc-1.2/config.sub:529:		basic_machine=tic55x-`echo $basic_machine | sed 's/^[^-]*-//'`
lrcalc-1.2/config.sub-530-		;;
lrcalc-1.2/config.sub-531-	c6x-*)
lrcalc-1.2/config.sub:532:		basic_machine=tic6x-`echo $basic_machine | sed 's/^[^-]*-//'`
lrcalc-1.2/config.sub-533-		;;
##############################################
lrcalc-1.2/config.sub-728-	i*86v32)
lrcalc-1.2/config.sub:729:		basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
lrcalc-1.2/config.sub-730-		os=-sysv32
##############################################
lrcalc-1.2/config.sub-732-	i*86v4*)
lrcalc-1.2/config.sub:733:		basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
lrcalc-1.2/config.sub-734-		os=-sysv4
##############################################
lrcalc-1.2/config.sub-736-	i*86v)
lrcalc-1.2/config.sub:737:		basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
lrcalc-1.2/config.sub-738-		os=-sysv
##############################################
lrcalc-1.2/config.sub-740-	i*86sol2)
lrcalc-1.2/config.sub:741:		basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
lrcalc-1.2/config.sub-742-		os=-solaris2
##############################################
lrcalc-1.2/config.sub-770-	m68knommu-*)
lrcalc-1.2/config.sub:771:		basic_machine=m68k-`echo $basic_machine | sed 's/^[^-]*-//'`
lrcalc-1.2/config.sub-772-		os=-linux
##############################################
lrcalc-1.2/config.sub-803-	mips3*-*)
lrcalc-1.2/config.sub:804:		basic_machine=`echo $basic_machine | sed -e 's/mips3/mips64/'`
lrcalc-1.2/config.sub-805-		;;
lrcalc-1.2/config.sub-806-	mips3*)
lrcalc-1.2/config.sub:807:		basic_machine=`echo $basic_machine | sed -e 's/mips3/mips64/'`-unknown
lrcalc-1.2/config.sub-808-		;;
##############################################
lrcalc-1.2/config.sub-821-	ms1-*)
lrcalc-1.2/config.sub:822:		basic_machine=`echo $basic_machine | sed -e 's/ms1-/mt-/'`
lrcalc-1.2/config.sub-823-		;;
##############################################
lrcalc-1.2/config.sub-940-	parisc-*)
lrcalc-1.2/config.sub:941:		basic_machine=hppa-`echo $basic_machine | sed 's/^[^-]*-//'`
lrcalc-1.2/config.sub-942-		os=-linux
##############################################
lrcalc-1.2/config.sub-956-	pc98-*)
lrcalc-1.2/config.sub:957:		basic_machine=i386-`echo $basic_machine | sed 's/^[^-]*-//'`
lrcalc-1.2/config.sub-958-		;;
##############################################
lrcalc-1.2/config.sub-971-	pentium-* | p5-* | k5-* | k6-* | nexgen-* | viac3-*)
lrcalc-1.2/config.sub:972:		basic_machine=i586-`echo $basic_machine | sed 's/^[^-]*-//'`
lrcalc-1.2/config.sub-973-		;;
lrcalc-1.2/config.sub-974-	pentiumpro-* | p6-* | 6x86-* | athlon-*)
lrcalc-1.2/config.sub:975:		basic_machine=i686-`echo $basic_machine | sed 's/^[^-]*-//'`
lrcalc-1.2/config.sub-976-		;;
lrcalc-1.2/config.sub-977-	pentiumii-* | pentium2-* | pentiumiii-* | pentium3-*)
lrcalc-1.2/config.sub:978:		basic_machine=i686-`echo $basic_machine | sed 's/^[^-]*-//'`
lrcalc-1.2/config.sub-979-		;;
lrcalc-1.2/config.sub-980-	pentium4-*)
lrcalc-1.2/config.sub:981:		basic_machine=i786-`echo $basic_machine | sed 's/^[^-]*-//'`
lrcalc-1.2/config.sub-982-		;;
##############################################
lrcalc-1.2/config.sub-990-	ppc-* | ppcbe-*)
lrcalc-1.2/config.sub:991:		basic_machine=powerpc-`echo $basic_machine | sed 's/^[^-]*-//'`
lrcalc-1.2/config.sub-992-		;;
##############################################
lrcalc-1.2/config.sub-996-	ppcle-* | powerpclittle-*)
lrcalc-1.2/config.sub:997:		basic_machine=powerpcle-`echo $basic_machine | sed 's/^[^-]*-//'`
lrcalc-1.2/config.sub-998-		;;
##############################################
lrcalc-1.2/config.sub-1000-		;;
lrcalc-1.2/config.sub:1001:	ppc64-*) basic_machine=powerpc64-`echo $basic_machine | sed 's/^[^-]*-//'`
lrcalc-1.2/config.sub-1002-		;;
##############################################
lrcalc-1.2/config.sub-1006-	ppc64le-* | powerpc64little-*)
lrcalc-1.2/config.sub:1007:		basic_machine=powerpc64le-`echo $basic_machine | sed 's/^[^-]*-//'`
lrcalc-1.2/config.sub-1008-		;;
##############################################
lrcalc-1.2/config.sub-1085-	strongarm-* | thumb-*)
lrcalc-1.2/config.sub:1086:		basic_machine=arm-`echo $basic_machine | sed 's/^[^-]*-//'`
lrcalc-1.2/config.sub-1087-		;;
##############################################
lrcalc-1.2/config.sub-1215-	xscale-* | xscalee[bl]-*)
lrcalc-1.2/config.sub:1216:		basic_machine=`echo $basic_machine | sed 's/^xscale/arm/'`
lrcalc-1.2/config.sub-1217-		;;
##############################################
lrcalc-1.2/config.sub-1292-	*)
lrcalc-1.2/config.sub:1293:		echo Invalid configuration \`$1\': machine \`$basic_machine\' not recognized 1>&2
lrcalc-1.2/config.sub-1294-		exit 1
##############################################
lrcalc-1.2/config.sub-1300-	*-digital*)
lrcalc-1.2/config.sub:1301:		basic_machine=`echo $basic_machine | sed 's/digital.*/dec/'`
lrcalc-1.2/config.sub-1302-		;;
lrcalc-1.2/config.sub-1303-	*-commodore*)
lrcalc-1.2/config.sub:1304:		basic_machine=`echo $basic_machine | sed 's/commodore.*/cbm/'`
lrcalc-1.2/config.sub-1305-		;;
##############################################
lrcalc-1.2/config.sub-1321-	-solaris1 | -solaris1.*)
lrcalc-1.2/config.sub:1322:		os=`echo $os | sed -e 's|solaris1|sunos4|'`
lrcalc-1.2/config.sub-1323-		;;
##############################################
lrcalc-1.2/config.sub-1333-	-gnu/linux*)
lrcalc-1.2/config.sub:1334:		os=`echo $os | sed -e 's|gnu/linux|linux-gnu|'`
lrcalc-1.2/config.sub-1335-		;;
##############################################
lrcalc-1.2/config.sub-1379-	-nto*)
lrcalc-1.2/config.sub:1380:		os=`echo $os | sed -e 's|nto|nto-qnx|'`
lrcalc-1.2/config.sub-1381-		;;
##############################################
lrcalc-1.2/config.sub-1386-	-mac*)
lrcalc-1.2/config.sub:1387:		os=`echo $os | sed -e 's|mac|macos|'`
lrcalc-1.2/config.sub-1388-		;;
##############################################
lrcalc-1.2/config.sub-1392-	-linux*)
lrcalc-1.2/config.sub:1393:		os=`echo $os | sed -e 's|linux|linux-gnu|'`
lrcalc-1.2/config.sub-1394-		;;
lrcalc-1.2/config.sub-1395-	-sunos5*)
lrcalc-1.2/config.sub:1396:		os=`echo $os | sed -e 's|sunos5|solaris2|'`
lrcalc-1.2/config.sub-1397-		;;
lrcalc-1.2/config.sub-1398-	-sunos6*)
lrcalc-1.2/config.sub:1399:		os=`echo $os | sed -e 's|sunos6|solaris3|'`
lrcalc-1.2/config.sub-1400-		;;
##############################################
lrcalc-1.2/config.sub-1447-	-sinix5.*)
lrcalc-1.2/config.sub:1448:		os=`echo $os | sed -e 's|sinix|sysv|'`
lrcalc-1.2/config.sub-1449-		;;
##############################################
lrcalc-1.2/config.sub-1503-		# Get rid of the `-' at the beginning of $os.
lrcalc-1.2/config.sub:1504:		os=`echo $os | sed 's/[^-]*-//'`
lrcalc-1.2/config.sub:1505:		echo Invalid configuration \`$1\': system \`$os\' not recognized 1>&2
lrcalc-1.2/config.sub-1506-		exit 1
##############################################
lrcalc-1.2/config.sub-1760-		esac
lrcalc-1.2/config.sub:1761:		basic_machine=`echo $basic_machine | sed "s/unknown/$vendor/"`
lrcalc-1.2/config.sub-1762-		;;
##############################################
lrcalc-1.2/config.guess-38-
lrcalc-1.2/config.guess:39:me=`echo "$0" | sed -e 's,.*/,,'`
lrcalc-1.2/config.guess-40-
##############################################
lrcalc-1.2/config.guess-108-: ${TMPDIR=/tmp} ;
lrcalc-1.2/config.guess:109: { tmp=`(umask 077 && mktemp -d "$TMPDIR/cgXXXXXX") 2>/dev/null` && test -n "$tmp" && test -d "$tmp" ; } ||
lrcalc-1.2/config.guess-110- { test -n "$RANDOM" && tmp=$TMPDIR/cg$$-$RANDOM && (umask 077 && mkdir $tmp) ; } ||
##############################################
lrcalc-1.2/config.guess-194-	    *)
lrcalc-1.2/config.guess:195:		release=`echo ${UNAME_RELEASE}|sed -e 's/[-_].*/\./'`
lrcalc-1.2/config.guess-196-		;;
##############################################
lrcalc-1.2/config.guess-221-	*4.0)
lrcalc-1.2/config.guess:222:		UNAME_RELEASE=`/usr/sbin/sizer -v | awk '{print $3}'`
lrcalc-1.2/config.guess-223-		;;
lrcalc-1.2/config.guess-224-	*5.*)
lrcalc-1.2/config.guess:225:		UNAME_RELEASE=`/usr/sbin/sizer -v | awk '{print $4}'`
lrcalc-1.2/config.guess-226-		;;
##############################################
lrcalc-1.2/config.guess-231-	# types through head -n 1, so we only detect the type of CPU 0.
lrcalc-1.2/config.guess:232:	ALPHA_CPU_TYPE=`/usr/sbin/psrinfo -v | sed -n -e 's/^  The alpha \(.*\) processor.*$/\1/p' | head -n 1`
lrcalc-1.2/config.guess-233-	case "$ALPHA_CPU_TYPE" in
##############################################
lrcalc-1.2/config.guess-269-	# 1.2 uses "1.2" for uname -r.
lrcalc-1.2/config.guess:270:	echo ${UNAME_MACHINE}-dec-osf`echo ${UNAME_RELEASE} | sed -e 's/^[PVTX]//' | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz'`
lrcalc-1.2/config.guess-271-	# Reset EXIT trap before exiting to avoid spurious non-zero exit code.
##############################################
lrcalc-1.2/config.guess-329-    s390x:SunOS:*:*)
lrcalc-1.2/config.guess:330:	echo ${UNAME_MACHINE}-ibm-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
lrcalc-1.2/config.guess-331-	exit ;;
lrcalc-1.2/config.guess-332-    sun4H:SunOS:5.*:*)
lrcalc-1.2/config.guess:333:	echo sparc-hal-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
lrcalc-1.2/config.guess-334-	exit ;;
lrcalc-1.2/config.guess-335-    sun4*:SunOS:5.*:* | tadpole*:SunOS:5.*:*)
lrcalc-1.2/config.guess:336:	echo sparc-sun-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
lrcalc-1.2/config.guess-337-	exit ;;
##############################################
lrcalc-1.2/config.guess-354-	fi
lrcalc-1.2/config.guess:355:	echo ${SUN_ARCH}-pc-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
lrcalc-1.2/config.guess-356-	exit ;;
##############################################
lrcalc-1.2/config.guess-360-	# it's likely to be more like Solaris than SunOS4.
lrcalc-1.2/config.guess:361:	echo sparc-sun-solaris3`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
lrcalc-1.2/config.guess-362-	exit ;;
##############################################
lrcalc-1.2/config.guess-369-	# Japanese Language versions have a version number like `4.1.3-JL'.
lrcalc-1.2/config.guess:370:	echo sparc-sun-sunos`echo ${UNAME_RELEASE}|sed -e 's/-/_/'`
lrcalc-1.2/config.guess-371-	exit ;;
##############################################
lrcalc-1.2/config.guess-375-    sun*:*:4.2BSD:*)
lrcalc-1.2/config.guess:376:	UNAME_RELEASE=`(sed 1q /etc/motd | awk '{print substr($5,1,3)}') 2>/dev/null`
lrcalc-1.2/config.guess-377-	test "x${UNAME_RELEASE}" = "x" && UNAME_RELEASE=3
##############################################
lrcalc-1.2/config.guess-457-	$CC_FOR_BUILD -o $dummy $dummy.c &&
lrcalc-1.2/config.guess:458:	  dummyarg=`echo "${UNAME_RELEASE}" | sed -n 's/\([0-9]*\).*/\1/p'` &&
lrcalc-1.2/config.guess:459:	  SYSTEM_NAME=`$dummy $dummyarg` &&
lrcalc-1.2/config.guess-460-	    { echo "$SYSTEM_NAME"; exit; }
##############################################
lrcalc-1.2/config.guess-513-    *:IRIX*:*:*)
lrcalc-1.2/config.guess:514:	echo mips-sgi-irix`echo ${UNAME_RELEASE}|sed -e 's/-/_/g'`
lrcalc-1.2/config.guess-515-	exit ;;
##############################################
lrcalc-1.2/config.guess-543-EOF
lrcalc-1.2/config.guess:544:		if $CC_FOR_BUILD -o $dummy $dummy.c && SYSTEM_NAME=`$dummy`
lrcalc-1.2/config.guess-545-		then
##############################################
lrcalc-1.2/config.guess-556-    *:AIX:*:[4567])
lrcalc-1.2/config.guess:557:	IBM_CPU_ID=`/usr/sbin/lsdev -C -c processor -S available | sed 1q | awk '{ print $1 }'`
lrcalc-1.2/config.guess-558-	if /usr/sbin/lsattr -El ${IBM_CPU_ID} | grep ' POWER' >/dev/null 2>&1; then
##############################################
lrcalc-1.2/config.guess-591-    9000/[34678]??:HP-UX:*:*)
lrcalc-1.2/config.guess:592:	HPUX_REV=`echo ${UNAME_RELEASE}|sed -e 's/[^.]*.[0B]*//'`
lrcalc-1.2/config.guess-593-	case "${UNAME_MACHINE}" in
##############################################
lrcalc-1.2/config.guess-645-EOF
lrcalc-1.2/config.guess:646:		    (CCOPTS= $CC_FOR_BUILD -o $dummy $dummy.c 2>/dev/null) && HP_ARCH=`$dummy`
lrcalc-1.2/config.guess-647-		    test -z "$HP_ARCH" && HP_ARCH=hppa
##############################################
lrcalc-1.2/config.guess-673-    ia64:HP-UX:*:*)
lrcalc-1.2/config.guess:674:	HPUX_REV=`echo ${UNAME_RELEASE}|sed -e 's/[^.]*.[0B]*//'`
lrcalc-1.2/config.guess-675-	echo ia64-hp-hpux${HPUX_REV}
##############################################
lrcalc-1.2/config.guess-703-EOF
lrcalc-1.2/config.guess:704:	$CC_FOR_BUILD -o $dummy $dummy.c && SYSTEM_NAME=`$dummy` &&
lrcalc-1.2/config.guess-705-		{ echo "$SYSTEM_NAME"; exit; }
##############################################
lrcalc-1.2/config.guess-774-	FUJITSU_SYS=`uname -p | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/\///'`
lrcalc-1.2/config.guess:775:	FUJITSU_REL=`echo ${UNAME_RELEASE} | sed -e 's/ /_/'`
lrcalc-1.2/config.guess-776-	echo "${FUJITSU_PROC}-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}"
##############################################
lrcalc-1.2/config.guess-779-	FUJITSU_SYS=`uname -p | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/\///'`
lrcalc-1.2/config.guess:780:	FUJITSU_REL=`echo ${UNAME_RELEASE} | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/ /_/'`
lrcalc-1.2/config.guess-781-	echo "sparc-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}"
##############################################
lrcalc-1.2/config.guess-795-	    amd64)
lrcalc-1.2/config.guess:796:		echo x86_64-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` ;;
lrcalc-1.2/config.guess-797-	    *)
lrcalc-1.2/config.guess:798:		echo ${UNAME_PROCESSOR}-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` ;;
lrcalc-1.2/config.guess-799-	esac
##############################################
lrcalc-1.2/config.guess-850-    prep*:SunOS:5.*:*)
lrcalc-1.2/config.guess:851:	echo powerpcle-unknown-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
lrcalc-1.2/config.guess-852-	exit ;;
##############################################
lrcalc-1.2/config.guess-854-	# the GNU system
lrcalc-1.2/config.guess:855:	echo `echo ${UNAME_MACHINE}|sed -e 's,[-/].*$,,'`-unknown-gnu`echo ${UNAME_RELEASE}|sed -e 's,/.*$,,'`
lrcalc-1.2/config.guess-856-	exit ;;
##############################################
lrcalc-1.2/config.guess-858-	# other systems with GNU libc and userland
lrcalc-1.2/config.guess:859:	echo ${UNAME_MACHINE}-unknown-`echo ${UNAME_SYSTEM} | sed 's,^[^/]*/,,' | tr '[A-Z]' '[a-z]'``echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'`-gnu
lrcalc-1.2/config.guess-860-	exit ;;
##############################################
lrcalc-1.2/config.guess-923-EOF
lrcalc-1.2/config.guess:924:	eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep '^LIBC'`
lrcalc-1.2/config.guess-925-	echo "${UNAME_MACHINE}-pc-linux-${LIBC}"
##############################################
lrcalc-1.2/config.guess-951-EOF
lrcalc-1.2/config.guess:952:	eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep '^CPU'`
lrcalc-1.2/config.guess-953-	test x"${CPU}" != x && { echo "${CPU}-unknown-linux-gnu"; exit; }
##############################################
lrcalc-1.2/config.guess-1036-    i*86:*:4.*:* | i*86:SYSTEM_V:4.*:*)
lrcalc-1.2/config.guess:1037:	UNAME_REL=`echo ${UNAME_RELEASE} | sed 's/\/MP$//'`
lrcalc-1.2/config.guess-1038-	if grep Novell /usr/include/link.h >/dev/null 2>/dev/null; then
##############################################
lrcalc-1.2/config.guess-1306-    *:DragonFly:*:*)
lrcalc-1.2/config.guess:1307:	echo ${UNAME_MACHINE}-unknown-dragonfly`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'`
lrcalc-1.2/config.guess-1308-	exit ;;
##############################################
lrcalc-1.2/config.guess-1319-    i*86:skyos:*:*)
lrcalc-1.2/config.guess:1320:	echo ${UNAME_MACHINE}-pc-skyos`echo ${UNAME_RELEASE}` | sed -e 's/ .*$//'
lrcalc-1.2/config.guess-1321-	exit ;;
##############################################
lrcalc-1.2/config.guess-1450-
lrcalc-1.2/config.guess:1451:$CC_FOR_BUILD -o $dummy $dummy.c 2>/dev/null && SYSTEM_NAME=`$dummy` &&
lrcalc-1.2/config.guess-1452-	{ echo "$SYSTEM_NAME"; exit; }
##############################################
lrcalc-1.2/depcomp-67-  sed 's|[^\\/]*$|'${DEPDIR-.deps}'/&|;s|\.\([^.]*\)$|.P\1|;s|Pobj$|Po|'`}
lrcalc-1.2/depcomp:68:tmpdepfile=${tmpdepfile-`echo "$depfile" | sed 's/\.\([^.]*\)$/.T\1/'`}
lrcalc-1.2/depcomp-69-
##############################################
lrcalc-1.2/depcomp-234-  # Version 6 uses the directory in both cases.
lrcalc-1.2/depcomp:235:  dir=`echo "$object" | sed -e 's|/[^/]*$|/|'`
lrcalc-1.2/depcomp-236-  test "x$dir" = "x$object" && dir=
lrcalc-1.2/depcomp:237:  base=`echo "$object" | sed -e 's|^.*/||' -e 's/\.o$//' -e 's/\.lo$//'`
lrcalc-1.2/depcomp-238-  if test "$libtool" = yes; then
##############################################
lrcalc-1.2/depcomp-263-    # Do two passes, one to just change these to
lrcalc-1.2/depcomp:264:    # `$object: dependent.h' and one to simply `dependent.h:'.
lrcalc-1.2/depcomp-265-    sed -e "s,^.*\.[a-z]*:,$object:," < "$tmpdepfile" > "$depfile"
##############################################
lrcalc-1.2/depcomp-305-  # Do two passes, one to just change these to
lrcalc-1.2/depcomp:306:  # `$object: dependent.h' and one to simply `dependent.h:'.
lrcalc-1.2/depcomp-307-  sed "s,^[^:]*:,$object :," < "$tmpdepfile" > "$depfile"
##############################################
lrcalc-1.2/depcomp-321-  # Much of this is similar to the tru64 case; see comments there.
lrcalc-1.2/depcomp:322:  dir=`echo "$object" | sed -e 's|/[^/]*$|/|'`
lrcalc-1.2/depcomp-323-  test "x$dir" = "x$object" && dir=
lrcalc-1.2/depcomp:324:  base=`echo "$object" | sed -e 's|^.*/||' -e 's/\.o$//' -e 's/\.lo$//'`
lrcalc-1.2/depcomp-325-  if test "$libtool" = yes; then
##############################################
lrcalc-1.2/depcomp-365-   # Subdirectories are respected.
lrcalc-1.2/depcomp:366:   dir=`echo "$object" | sed -e 's|/[^/]*$|/|'`
lrcalc-1.2/depcomp-367-   test "x$dir" = "x$object" && dir=
lrcalc-1.2/depcomp:368:   base=`echo "$object" | sed -e 's|^.*/||' -e 's/\.o$//' -e 's/\.lo$//'`
lrcalc-1.2/depcomp-369-
##############################################
lrcalc-1.2/depcomp-557-  done
lrcalc-1.2/depcomp:558:  obj_suffix=`echo "$object" | sed 's/^.*\././'`
lrcalc-1.2/depcomp-559-  touch "$tmpdepfile"
##############################################
lrcalc-1.2/src/Makefile.in-53-CONFIG_CLEAN_VPATH_FILES =
lrcalc-1.2/src/Makefile.in:54:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
lrcalc-1.2/src/Makefile.in-55-am__vpath_adj = case $$p in \
lrcalc-1.2/src/Makefile.in:56:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
lrcalc-1.2/src/Makefile.in-57-    *) f=$$p;; \
lrcalc-1.2/src/Makefile.in-58-  esac;
lrcalc-1.2/src/Makefile.in:59:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
lrcalc-1.2/src/Makefile.in-60-am__install_max = 40
lrcalc-1.2/src/Makefile.in-61-am__nobase_strip_setup = \
lrcalc-1.2/src/Makefile.in:62:  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
lrcalc-1.2/src/Makefile.in-63-am__nobase_strip = \
##############################################
lrcalc-1.2/src/Makefile.in-306-	@list='$(lib_LTLIBRARIES)'; for p in $$list; do \
lrcalc-1.2/src/Makefile.in:307:	  dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
lrcalc-1.2/src/Makefile.in-308-	  test "$$dir" != "$$p" || dir=.; \
##############################################
lrcalc-1.2/src/Makefile.in-353-	test -n "$(EXEEXT)" || exit 0; \
lrcalc-1.2/src/Makefile.in:354:	list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
lrcalc-1.2/src/Makefile.in-355-	echo " rm -f" $$list; \
##############################################
lrcalc-1.2/src/Makefile.in-390-.c.obj:
lrcalc-1.2/src/Makefile.in:391:@am__fastdepCC_TRUE@	$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
lrcalc-1.2/src/Makefile.in-392-@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
##############################################
lrcalc-1.2/src/Makefile.in-394-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
lrcalc-1.2/src/Makefile.in:395:@am__fastdepCC_FALSE@	$(COMPILE) -c `$(CYGPATH_W) '$<'`
lrcalc-1.2/src/Makefile.in-396-
##############################################
lrcalc-1.2/src/Makefile.in-424-	@list='$(lrcalcinclude_HEADERS)'; test -n "$(lrcalcincludedir)" || list=; \
lrcalc-1.2/src/Makefile.in:425:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
lrcalc-1.2/src/Makefile.in-426-	dir='$(DESTDIR)$(lrcalcincludedir)'; $(am__uninstall_files_from_dir)
##############################################
lrcalc-1.2/src/Makefile.in-472-GTAGS:
lrcalc-1.2/src/Makefile.in:473:	here=`$(am__cd) $(top_builddir) && pwd` \
lrcalc-1.2/src/Makefile.in-474-	  && $(am__cd) $(top_srcdir) \
##############################################
lrcalc-1.2/src/Makefile.in-480-distdir: $(DISTFILES)
lrcalc-1.2/src/Makefile.in:481:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
lrcalc-1.2/src/Makefile.in:482:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
lrcalc-1.2/src/Makefile.in-483-	list='$(DISTFILES)'; \
##############################################
lrcalc-1.2/src/Makefile.in-494-	  if test -d $$d/$$file; then \
lrcalc-1.2/src/Makefile.in:495:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
lrcalc-1.2/src/Makefile.in-496-	    if test -d "$(distdir)/$$file"; then \
##############################################
lrcalc-1.2/install-sh-217-      fi
lrcalc-1.2/install-sh:218:      cp_umask=`expr '(' 777 - $mode % 1000 ')' $u_plus_rw`;;
lrcalc-1.2/install-sh-219-    *)
##############################################
lrcalc-1.2/install-sh-269-      dstdir=$dst
lrcalc-1.2/install-sh:270:      dst=$dstdir/`basename "$src"`
lrcalc-1.2/install-sh-271-      dstdir_status=0
##############################################
lrcalc-1.2/install-sh-351-		   # FreeBSD 6.1 mkdir -m -p sets mode of existing directory.
lrcalc-1.2/install-sh:352:		   ls_ld_tmpdir=`ls -ld "$tmpdir"`
lrcalc-1.2/install-sh-353-		   case $ls_ld_tmpdir in
##############################################
lrcalc-1.2/install-sh-358-		   $mkdirprog -m$different_mode -p -- "$tmpdir" && {
lrcalc-1.2/install-sh:359:		     ls_ld_tmpdir_1=`ls -ld "$tmpdir"`
lrcalc-1.2/install-sh-360-		     test "$ls_ld_tmpdir" = "$ls_ld_tmpdir_1"
##############################################
lrcalc-1.2/install-sh-418-	    case $prefix in
lrcalc-1.2/install-sh:419:	      *\'*) qprefix=`echo "$prefix" | sed "s/'/'\\\\\\\\''/g"`;;
lrcalc-1.2/install-sh-420-	      *) qprefix=$prefix;;
##############################################
lrcalc-1.2/install-sh-467-    if $copy_on_change &&
lrcalc-1.2/install-sh:468:       old=`LC_ALL=C ls -dlL "$dst"	2>/dev/null` &&
lrcalc-1.2/install-sh:469:       new=`LC_ALL=C ls -dlL "$dsttmp"	2>/dev/null` &&
lrcalc-1.2/install-sh-470-
##############################################
lrcalc-1.2/m4/libtool.m4-125-done
lrcalc-1.2/m4/libtool.m4:126:cc_basename=`$ECHO "$cc_temp" | $SED "s%.*/%%; s%^$host_alias-%%"`
lrcalc-1.2/m4/libtool.m4-127-])
##############################################
lrcalc-1.2/m4/libtool.m4-427-m4_define([_LT_CONFIG_STATUS_DECLARE],
lrcalc-1.2/m4/libtool.m4:428:[$1='`$ECHO "$][$1" | $SED "$delay_single_quote_subst"`'])
lrcalc-1.2/m4/libtool.m4-429-
##############################################
lrcalc-1.2/m4/libtool.m4-437-#
lrcalc-1.2/m4/libtool.m4:438:#    <var>='`$ECHO "$<var>" | $SED "$delay_single_quote_subst"`'
lrcalc-1.2/m4/libtool.m4-439-m4_defun([_LT_CONFIG_STATUS_DECLARATIONS],
##############################################
lrcalc-1.2/m4/libtool.m4-547-]], lt_decl_quote_varnames); do
lrcalc-1.2/m4/libtool.m4:548:    case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
lrcalc-1.2/m4/libtool.m4-549-    *[[\\\\\\\`\\"\\\$]]*)
lrcalc-1.2/m4/libtool.m4:550:      eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED \\"\\\$sed_quote_subst\\"\\\`\\\\\\""
lrcalc-1.2/m4/libtool.m4-551-      ;;
##############################################
lrcalc-1.2/m4/libtool.m4-560-]], lt_decl_dquote_varnames); do
lrcalc-1.2/m4/libtool.m4:561:    case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
lrcalc-1.2/m4/libtool.m4-562-    *[[\\\\\\\`\\"\\\$]]*)
lrcalc-1.2/m4/libtool.m4:563:      eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED -e \\"\\\$double_quote_subst\\" -e \\"\\\$sed_quote_subst\\" -e \\"\\\$delay_variable_subst\\"\\\`\\\\\\""
lrcalc-1.2/m4/libtool.m4-564-      ;;
##############################################
lrcalc-1.2/m4/libtool.m4-720-
lrcalc-1.2/m4/libtool.m4:721:# `$ECHO "$ofile" | sed 's%^.*/%%'` - Provide generalized library-building support services.
lrcalc-1.2/m4/libtool.m4-722-# Generated automatically by $as_me ($PACKAGE$TIMESTAMP) $VERSION
##############################################
lrcalc-1.2/m4/libtool.m4-1090-  if test "$lt_cv_ld_force_load" = "yes"; then
lrcalc-1.2/m4/libtool.m4:1091:    _LT_TAGVAR(whole_archive_flag_spec, $1)='`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience ${wl}-force_load,$conv\"; done; func_echo_all \"$new_convenience\"`'
lrcalc-1.2/m4/libtool.m4-1092-    m4_case([$1], [F77], [_LT_TAGVAR(compiler_needs_object, $1)=yes],
##############################################
lrcalc-1.2/m4/libtool.m4-1143-      }]'
lrcalc-1.2/m4/libtool.m4:1144:  _LT_TAGVAR([lt_cv_aix_libpath_], [$1])=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
lrcalc-1.2/m4/libtool.m4-1145-  # Check for a 64-bit object if we didn't find anything.
lrcalc-1.2/m4/libtool.m4-1146-  if test -z "$_LT_TAGVAR([lt_cv_aix_libpath_], [$1])"; then
lrcalc-1.2/m4/libtool.m4:1147:    _LT_TAGVAR([lt_cv_aix_libpath_], [$1])=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
lrcalc-1.2/m4/libtool.m4-1148-  fi],[])
##############################################
lrcalc-1.2/m4/libtool.m4-1179-if test "X`( print -r -- -n ) 2>/dev/null`" = X-n && \
lrcalc-1.2/m4/libtool.m4:1180:   test "X`print -r -- $ECHO 2>/dev/null`" = "X$ECHO"; then
lrcalc-1.2/m4/libtool.m4-1181-  ECHO='print -r --'
lrcalc-1.2/m4/libtool.m4:1182:elif test "X`printf %s $ECHO 2>/dev/null`" = "X$ECHO"; then
lrcalc-1.2/m4/libtool.m4-1183-  ECHO='printf %s\n'
##############################################
lrcalc-1.2/m4/libtool.m4-1214-    PATH=/empty FPATH=/empty; export PATH FPATH
lrcalc-1.2/m4/libtool.m4:1215:    test "X`printf %s $ECHO`" = "X$ECHO" \
lrcalc-1.2/m4/libtool.m4:1216:      || test "X`print -r -- $ECHO`" = "X$ECHO" )])])
lrcalc-1.2/m4/libtool.m4-1217-
##############################################
lrcalc-1.2/m4/libtool.m4-1237-   if test "$GCC" = yes; then
lrcalc-1.2/m4/libtool.m4:1238:     lt_sysroot=`$CC --print-sysroot 2>/dev/null`
lrcalc-1.2/m4/libtool.m4-1239-   fi
##############################################
lrcalc-1.2/m4/libtool.m4-1241- /*)
lrcalc-1.2/m4/libtool.m4:1242:   lt_sysroot=`echo "$with_sysroot" | sed -e "$sed_quote_subst"`
lrcalc-1.2/m4/libtool.m4-1243-   ;; #(
##############################################
lrcalc-1.2/m4/libtool.m4-1270-  if AC_TRY_EVAL(ac_compile); then
lrcalc-1.2/m4/libtool.m4:1271:    case `/usr/bin/file conftest.$ac_objext` in
lrcalc-1.2/m4/libtool.m4-1272-      *ELF-32*)
##############################################
lrcalc-1.2/m4/libtool.m4-1286-    if test "$lt_cv_prog_gnu_ld" = yes; then
lrcalc-1.2/m4/libtool.m4:1287:      case `/usr/bin/file conftest.$ac_objext` in
lrcalc-1.2/m4/libtool.m4-1288-	*32-bit*)
##############################################
lrcalc-1.2/m4/libtool.m4-1298-    else
lrcalc-1.2/m4/libtool.m4:1299:      case `/usr/bin/file conftest.$ac_objext` in
lrcalc-1.2/m4/libtool.m4-1300-	*32-bit*)
##############################################
lrcalc-1.2/m4/libtool.m4-1650-    # And add a safety zone
lrcalc-1.2/m4/libtool.m4:1651:    lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
lrcalc-1.2/m4/libtool.m4:1652:    lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
lrcalc-1.2/m4/libtool.m4-1653-    ;;
##############################################
lrcalc-1.2/m4/libtool.m4-1683-    if test -n "$kargmax"; then
lrcalc-1.2/m4/libtool.m4:1684:      lt_cv_sys_max_cmd_len=`echo $kargmax | sed 's/.*[[	 ]]//'`
lrcalc-1.2/m4/libtool.m4-1685-    else
##############################################
lrcalc-1.2/m4/libtool.m4-1691-    if test -n "$lt_cv_sys_max_cmd_len"; then
lrcalc-1.2/m4/libtool.m4:1692:      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
lrcalc-1.2/m4/libtool.m4:1693:      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
lrcalc-1.2/m4/libtool.m4-1694-    else
##############################################
lrcalc-1.2/m4/libtool.m4-1703-      # we can't tell.
lrcalc-1.2/m4/libtool.m4:1704:      while { test "X"`env echo "$teststring$teststring" 2>/dev/null` \
lrcalc-1.2/m4/libtool.m4-1705-	         = "X$teststring$teststring"; } >/dev/null 2>&1 &&
##############################################
lrcalc-1.2/m4/libtool.m4-1707-      do
lrcalc-1.2/m4/libtool.m4:1708:        i=`expr $i + 1`
lrcalc-1.2/m4/libtool.m4-1709-        teststring=$teststring$teststring
##############################################
lrcalc-1.2/m4/libtool.m4-1711-      # Only check the string length outside the loop.
lrcalc-1.2/m4/libtool.m4:1712:      lt_cv_sys_max_cmd_len=`expr "X$teststring" : ".*" 2>&1`
lrcalc-1.2/m4/libtool.m4-1713-      teststring=
##############################################
lrcalc-1.2/m4/libtool.m4-1716-      # linker.  It appears as though 1/2 is a usable value.
lrcalc-1.2/m4/libtool.m4:1717:      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 2`
lrcalc-1.2/m4/libtool.m4-1718-    fi
##############################################
lrcalc-1.2/m4/libtool.m4-2041-  if test "$hard_links" = no; then
lrcalc-1.2/m4/libtool.m4:2042:    AC_MSG_WARN([`$CC' does not support `-c -o', so `make -j' may be unsafe])
lrcalc-1.2/m4/libtool.m4-2043-    need_locks=warn
##############################################
lrcalc-1.2/m4/libtool.m4-2172-  esac
lrcalc-1.2/m4/libtool.m4:2173:  lt_search_path_spec=`$CC -print-search-dirs | awk $lt_awk_arg | $SED -e "s/^libraries://" -e $lt_sed_strip_eq`
lrcalc-1.2/m4/libtool.m4-2174-  case $lt_search_path_spec in
##############################################
lrcalc-1.2/m4/libtool.m4-2179-    # okay in the real world where ";" in dirpaths is itself problematic.
lrcalc-1.2/m4/libtool.m4:2180:    lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED 's/;/ /g'`
lrcalc-1.2/m4/libtool.m4-2181-    ;;
lrcalc-1.2/m4/libtool.m4-2182-  *)
lrcalc-1.2/m4/libtool.m4:2183:    lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED "s/$PATH_SEPARATOR/ /g"`
lrcalc-1.2/m4/libtool.m4-2184-    ;;
##############################################
lrcalc-1.2/m4/libtool.m4-2188-  lt_tmp_lt_search_path_spec=
lrcalc-1.2/m4/libtool.m4:2189:  lt_multi_os_dir=`$CC $CPPFLAGS $CFLAGS $LDFLAGS -print-multi-os-directory 2>/dev/null`
lrcalc-1.2/m4/libtool.m4-2190-  for lt_sys_path in $lt_search_path_spec; do
##############################################
lrcalc-1.2/m4/libtool.m4-2223-  esac
lrcalc-1.2/m4/libtool.m4:2224:  sys_lib_search_path_spec=`$ECHO "$lt_search_path_spec" | $lt_NL2SP`
lrcalc-1.2/m4/libtool.m4-2225-else
##############################################
lrcalc-1.2/m4/libtool.m4-2311-    # Create ${libname}_ixlibrary.a entries in /sys/libs.
lrcalc-1.2/m4/libtool.m4:2312:    finish_eval='for lib in `ls $libdir/*.ixlibrary 2>/dev/null`; do libname=`func_echo_all "$lib" | $SED '\''s%^.*/\([[^/]]*\)\.ixlibrary$%\1%'\''`; test $RM /sys/libs/${libname}_ixlibrary.a; $show "cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a"; cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a || exit 1; done'
lrcalc-1.2/m4/libtool.m4-2313-    ;;
##############################################
lrcalc-1.2/m4/libtool.m4-2347-    # DLL is installed to $(libdir)/../bin by postinstall_cmds
lrcalc-1.2/m4/libtool.m4:2348:    postinstall_cmds='base_file=`basename \${file}`~
lrcalc-1.2/m4/libtool.m4:2349:      dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i; echo \$dlname'\''`~
lrcalc-1.2/m4/libtool.m4:2350:      dldir=$destdir/`dirname \$dlpath`~
lrcalc-1.2/m4/libtool.m4-2351-      test -d \$dldir || mkdir -p \$dldir~
##############################################
lrcalc-1.2/m4/libtool.m4-2356-      fi'
lrcalc-1.2/m4/libtool.m4:2357:    postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
lrcalc-1.2/m4/libtool.m4-2358-      dlpath=$dir/\$dldll~
##############################################
lrcalc-1.2/m4/libtool.m4-2364-      # Cygwin DLLs use 'cyg' prefix rather than 'lib'
lrcalc-1.2/m4/libtool.m4:2365:      soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[[.]]/-/g'`${versuffix}${shared_ext}'
lrcalc-1.2/m4/libtool.m4-2366-m4_if([$1], [],[
##############################################
lrcalc-1.2/m4/libtool.m4-2370-      # MinGW DLLs use traditional 'lib' prefix
lrcalc-1.2/m4/libtool.m4:2371:      soname_spec='${libname}`echo ${release} | $SED -e 's/[[.]]/-/g'`${versuffix}${shared_ext}'
lrcalc-1.2/m4/libtool.m4-2372-      ;;
##############################################
lrcalc-1.2/m4/libtool.m4-2374-      # pw32 DLLs use 'pw' prefix rather than 'lib'
lrcalc-1.2/m4/libtool.m4:2375:      library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[[.]]/-/g'`${versuffix}${shared_ext}'
lrcalc-1.2/m4/libtool.m4-2376-      ;;
##############################################
lrcalc-1.2/m4/libtool.m4-2383-    libname_spec='$name'
lrcalc-1.2/m4/libtool.m4:2384:    soname_spec='${libname}`echo ${release} | $SED -e 's/[[.]]/-/g'`${versuffix}${shared_ext}'
lrcalc-1.2/m4/libtool.m4-2385-    library_names_spec='${libname}.dll.lib'
##############################################
lrcalc-1.2/m4/libtool.m4-2395-        # Let DOS variable expansion print the short 8.3 style file name.
lrcalc-1.2/m4/libtool.m4:2396:        lt_path=`cd "$lt_path" 2>/dev/null && cmd //C "for %i in (".") do @echo %~si"`
lrcalc-1.2/m4/libtool.m4-2397-        sys_lib_search_path_spec="$sys_lib_search_path_spec $lt_path"
##############################################
lrcalc-1.2/m4/libtool.m4-2400-      # Convert to MSYS style.
lrcalc-1.2/m4/libtool.m4:2401:      sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | sed -e 's|\\\\|/|g' -e 's| \\([[a-zA-Z]]\\):| /\\1|g' -e 's|^ ||'`
lrcalc-1.2/m4/libtool.m4-2402-      ;;
##############################################
lrcalc-1.2/m4/libtool.m4-2406-      # like /cygdrive/c/PROGRA~1:/cygdr...
lrcalc-1.2/m4/libtool.m4:2407:      sys_lib_search_path_spec=`cygpath --path --unix "$LIB"`
lrcalc-1.2/m4/libtool.m4:2408:      sys_lib_search_path_spec=`cygpath --path --dos "$sys_lib_search_path_spec" 2>/dev/null`
lrcalc-1.2/m4/libtool.m4:2409:      sys_lib_search_path_spec=`cygpath --path --unix "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"`
lrcalc-1.2/m4/libtool.m4-2410-      ;;
##############################################
lrcalc-1.2/m4/libtool.m4-2414-        # It is most probably a Windows format PATH.
lrcalc-1.2/m4/libtool.m4:2415:        sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'`
lrcalc-1.2/m4/libtool.m4-2416-      else
lrcalc-1.2/m4/libtool.m4:2417:        sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"`
lrcalc-1.2/m4/libtool.m4-2418-      fi
##############################################
lrcalc-1.2/m4/libtool.m4-2424-    # DLL is installed to $(libdir)/../bin by postinstall_cmds
lrcalc-1.2/m4/libtool.m4:2425:    postinstall_cmds='base_file=`basename \${file}`~
lrcalc-1.2/m4/libtool.m4:2426:      dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i; echo \$dlname'\''`~
lrcalc-1.2/m4/libtool.m4:2427:      dldir=$destdir/`dirname \$dlpath`~
lrcalc-1.2/m4/libtool.m4-2428-      test -d \$dldir || mkdir -p \$dldir~
lrcalc-1.2/m4/libtool.m4-2429-      $install_prog $dir/$dlname \$dldir/$dlname'
lrcalc-1.2/m4/libtool.m4:2430:    postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
lrcalc-1.2/m4/libtool.m4-2431-      dlpath=$dir/\$dldll~
##############################################
lrcalc-1.2/m4/libtool.m4-2438-    # Assume MSVC wrapper
lrcalc-1.2/m4/libtool.m4:2439:    library_names_spec='${libname}`echo ${release} | $SED -e 's/[[.]]/-/g'`${versuffix}${shared_ext} $libname.lib'
lrcalc-1.2/m4/libtool.m4-2440-    dynamic_linker='Win32 ld.exe'
##############################################
lrcalc-1.2/m4/libtool.m4-2455-  shlibpath_var=DYLD_LIBRARY_PATH
lrcalc-1.2/m4/libtool.m4:2456:  shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`'
lrcalc-1.2/m4/libtool.m4-2457-m4_if([$1], [],[
##############################################
lrcalc-1.2/m4/libtool.m4-2673-  if test -f /etc/ld.so.conf; then
lrcalc-1.2/m4/libtool.m4:2674:    lt_ld_extra=`awk '/^include / { system(sprintf("cd /etc; cat %s 2>/dev/null", \[$]2)); skip = 1; } { if (!skip) print \[$]0; skip = 0; }' < /etc/ld.so.conf | $SED -e 's/#.*//;/^[	 ]*hwcap[	 ]/d;s/[:,	]/ /g;s/=[^=]*$//;s/=[^= ]* / /g;s/"//g;/^$/d' | tr '\n' ' '`
lrcalc-1.2/m4/libtool.m4-2675-    sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra"
##############################################
lrcalc-1.2/m4/libtool.m4-2747-  shlibpath_var=LD_LIBRARY_PATH
lrcalc-1.2/m4/libtool.m4:2748:  if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
lrcalc-1.2/m4/libtool.m4-2749-    case $host_os in
##############################################
lrcalc-1.2/m4/libtool.m4-2964-	"file_magic "*)
lrcalc-1.2/m4/libtool.m4:2965:	  file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
lrcalc-1.2/m4/libtool.m4-2966-	  MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
##############################################
lrcalc-1.2/m4/libtool.m4-3047-    # gcc leaves a trailing carriage return which upsets mingw
lrcalc-1.2/m4/libtool.m4:3048:    ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
lrcalc-1.2/m4/libtool.m4-3049-  *)
lrcalc-1.2/m4/libtool.m4:3050:    ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
lrcalc-1.2/m4/libtool.m4-3051-  esac
##############################################
lrcalc-1.2/m4/libtool.m4-3056-      # Canonicalize the pathname of ld
lrcalc-1.2/m4/libtool.m4:3057:      ac_prog=`$ECHO "$ac_prog"| $SED 's%\\\\%/%g'`
lrcalc-1.2/m4/libtool.m4-3058-      while $ECHO "$ac_prog" | $GREP "$re_direlt" > /dev/null 2>&1; do
lrcalc-1.2/m4/libtool.m4:3059:	ac_prog=`$ECHO $ac_prog| $SED "s%$re_direlt%/%"`
lrcalc-1.2/m4/libtool.m4-3060-      done
##############################################
lrcalc-1.2/m4/libtool.m4-3087-      # Break only if it was the GNU/non-GNU ld that we prefer.
lrcalc-1.2/m4/libtool.m4:3088:      case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in
lrcalc-1.2/m4/libtool.m4-3089-      *GNU* | *'with BFD'*)
##############################################
lrcalc-1.2/m4/libtool.m4-3127-[# I'd rather use --version here, but apparently some GNU lds only accept -v.
lrcalc-1.2/m4/libtool.m4:3128:case `$LD -v 2>&1 </dev/null` in
lrcalc-1.2/m4/libtool.m4-3129-*GNU* | *'with BFD'*)
##############################################
lrcalc-1.2/m4/libtool.m4-3322-openbsd*)
lrcalc-1.2/m4/libtool.m4:3323:  if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
lrcalc-1.2/m4/libtool.m4-3324-    lt_cv_deplibs_check_method='match_pattern /lib[[^/]]+(\.so\.[[0-9]]+\.[[0-9]]+|\.so|_pic\.a)$'
##############################################
lrcalc-1.2/m4/libtool.m4-3386-    else
lrcalc-1.2/m4/libtool.m4:3387:      file_magic_glob=`echo aAbBcCdDeEfFgGhHiIjJkKlLmMnNoOpPqQrRsStTuUvVwWxXyYzZ | $SED -e "s/\(..\)/s\/[[\1]]\/[[\1]]\/g;/g"`
lrcalc-1.2/m4/libtool.m4-3388-    fi
##############################################
lrcalc-1.2/m4/libtool.m4-3432-	# Tru64's nm complains that /dev/null is an invalid object file
lrcalc-1.2/m4/libtool.m4:3433:	case `"$tmp_nm" -B /dev/null 2>&1 | sed '1q'` in
lrcalc-1.2/m4/libtool.m4-3434-	*/dev/null* | *'Invalid file or object type'*)
##############################################
lrcalc-1.2/m4/libtool.m4-3438-	*)
lrcalc-1.2/m4/libtool.m4:3439:	  case `"$tmp_nm" -p /dev/null 2>&1 | sed '1q'` in
lrcalc-1.2/m4/libtool.m4-3440-	  */dev/null*)
##############################################
lrcalc-1.2/m4/libtool.m4-3464-    AC_CHECK_TOOLS(DUMPBIN, [dumpbin "link -dump"], :)
lrcalc-1.2/m4/libtool.m4:3465:    case `$DUMPBIN -symbols /dev/null 2>&1 | sed '1q'` in
lrcalc-1.2/m4/libtool.m4-3466-    *COFF*)
##############################################
lrcalc-1.2/m4/libtool.m4-3523-  # decide which to use based on capabilities of $DLLTOOL
lrcalc-1.2/m4/libtool.m4:3524:  case `$DLLTOOL --help 2>&1` in
lrcalc-1.2/m4/libtool.m4-3525-  *--identify-strict*)
##############################################
lrcalc-1.2/m4/libtool.m4-3682-# If we're using GNU nm, then use its standard symbol codes.
lrcalc-1.2/m4/libtool.m4:3683:case `$NM -V 2>&1` in
lrcalc-1.2/m4/libtool.m4-3684-*GNU* | *'with BFD'*)
##############################################
lrcalc-1.2/m4/libtool.m4-3700-mingw*)
lrcalc-1.2/m4/libtool.m4:3701:  opt_cr=`$ECHO 'x\{0,1\}' | tr x '\015'` # option cr in regexp
lrcalc-1.2/m4/libtool.m4-3702-  ;;
##############################################
lrcalc-1.2/m4/libtool.m4-3753-    nlist=conftest.nm
lrcalc-1.2/m4/libtool.m4:3754:    if AC_TRY_EVAL(NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist) && test -s "$nlist"; then
lrcalc-1.2/m4/libtool.m4-3755-      # Try sorting and uniquifying the output.
##############################################
lrcalc-1.2/m4/libtool.m4-4091-	  *)
lrcalc-1.2/m4/libtool.m4:4092:	    case `$CC -V 2>&1 | sed 5q` in
lrcalc-1.2/m4/libtool.m4-4093-	    *Sun\ C*)
##############################################
lrcalc-1.2/m4/libtool.m4-4396-      *)
lrcalc-1.2/m4/libtool.m4:4397:	case `$CC -V 2>&1 | sed 5q` in
lrcalc-1.2/m4/libtool.m4-4398-	*Sun\ Ceres\ Fortran* | *Sun*Fortran*\ [[1-7]].* | *Sun*Fortran*\ 8.[[0-3]]*)
##############################################
lrcalc-1.2/m4/libtool.m4-4674-	# shared libraries, regardless of the interface used.
lrcalc-1.2/m4/libtool.m4:4675:	case `$LD -v 2>&1` in
lrcalc-1.2/m4/libtool.m4-4676-	  *\ \(GNU\ Binutils\)\ 2.19.5*) ;;
##############################################
lrcalc-1.2/m4/libtool.m4-4706-    supports_anon_versioning=no
lrcalc-1.2/m4/libtool.m4:4707:    case `$LD -v 2>&1` in
lrcalc-1.2/m4/libtool.m4-4708-      *GNU\ gold*) supports_anon_versioning=yes ;;
##############################################
lrcalc-1.2/m4/libtool.m4-4775-	# is EXPORTS), use it as is; otherwise, prepend...
lrcalc-1.2/m4/libtool.m4:4776:	_LT_TAGVAR(archive_expsym_cmds, $1)='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
lrcalc-1.2/m4/libtool.m4-4777-	  cp $export_symbols $output_objdir/$soname.def;
##############################################
lrcalc-1.2/m4/libtool.m4-4803-      # time.  Moving up from 0x10000000 also allows more sbrk(2) space.
lrcalc-1.2/m4/libtool.m4:4804:      _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
lrcalc-1.2/m4/libtool.m4:4805:      _LT_TAGVAR(archive_expsym_cmds, $1)='sed "s,^,_," $export_symbols >$output_objdir/$soname.expsym~$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--retain-symbols-file,$output_objdir/$soname.expsym ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
lrcalc-1.2/m4/libtool.m4-4806-      ;;
##############################################
lrcalc-1.2/m4/libtool.m4-4821-        pgcc*)				# Portland Group C compiler
lrcalc-1.2/m4/libtool.m4:4822:	  _LT_TAGVAR(whole_archive_flag_spec, $1)='${wl}--whole-archive`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` ${wl}--no-whole-archive'
lrcalc-1.2/m4/libtool.m4-4823-	  tmp_addflag=' $pic_flag'
##############################################
lrcalc-1.2/m4/libtool.m4-4826-					# Portland Group f77 and f90 compilers
lrcalc-1.2/m4/libtool.m4:4827:	  _LT_TAGVAR(whole_archive_flag_spec, $1)='${wl}--whole-archive`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` ${wl}--no-whole-archive'
lrcalc-1.2/m4/libtool.m4-4828-	  tmp_addflag=' $pic_flag -Mnomain' ;;
##############################################
lrcalc-1.2/m4/libtool.m4-4841-	nvcc*)	# Cuda Compiler Driver 2.2
lrcalc-1.2/m4/libtool.m4:4842:	  _LT_TAGVAR(whole_archive_flag_spec, $1)='${wl}--whole-archive`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` ${wl}--no-whole-archive'
lrcalc-1.2/m4/libtool.m4-4843-	  _LT_TAGVAR(compiler_needs_object, $1)=yes
##############################################
lrcalc-1.2/m4/libtool.m4-4845-	esac
lrcalc-1.2/m4/libtool.m4:4846:	case `$CC -V 2>&1 | sed 5q` in
lrcalc-1.2/m4/libtool.m4-4847-	*Sun\ C*)			# Sun C 5.9
lrcalc-1.2/m4/libtool.m4:4848:	  _LT_TAGVAR(whole_archive_flag_spec, $1)='${wl}--whole-archive`new_convenience=; for conv in $convenience\"\"; do test -z \"$conv\" || new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` ${wl}--no-whole-archive'
lrcalc-1.2/m4/libtool.m4-4849-	  _LT_TAGVAR(compiler_needs_object, $1)=yes
##############################################
lrcalc-1.2/m4/libtool.m4-4913-    sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*)
lrcalc-1.2/m4/libtool.m4:4914:      case `$LD -v 2>&1` in
lrcalc-1.2/m4/libtool.m4-4915-        *\ [[01]].* | *\ 2.[[0-9]].* | *\ 2.1[[0-5]].*)
##############################################
lrcalc-1.2/m4/libtool.m4-5036-	# below for broken collect2 doesn't work under 4.3+
lrcalc-1.2/m4/libtool.m4:5037:	  collect2name=`${CC} -print-prog-name=collect2`
lrcalc-1.2/m4/libtool.m4-5038-	  if test -f "$collect2name" &&
##############################################
lrcalc-1.2/m4/libtool.m4-5086-        _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-blibpath:$libdir:'"$aix_libpath"
lrcalc-1.2/m4/libtool.m4:5087:        _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -o $output_objdir/$soname $libobjs $deplibs '"\${wl}$no_entry_flag"' $compiler_flags `if test "x${allow_undefined_flag}" != "x"; then func_echo_all "${wl}${allow_undefined_flag}"; else :; fi` '"\${wl}$exp_sym_flag:\$export_symbols $shared_flag"
lrcalc-1.2/m4/libtool.m4-5088-      else
##############################################
lrcalc-1.2/m4/libtool.m4-5152-	_LT_TAGVAR(archive_cmds, $1)='$CC -o $output_objdir/$soname $libobjs $compiler_flags $deplibs -Wl,-dll~linknames='
lrcalc-1.2/m4/libtool.m4:5153:	_LT_TAGVAR(archive_expsym_cmds, $1)='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
lrcalc-1.2/m4/libtool.m4-5154-	    sed -n -e 's/\\\\\\\(.*\\\\\\\)/-link\\\ -EXPORT:\\\\\\\1/' -e '1\\\!p' < $export_symbols > $output_objdir/$soname.exp;
##############################################
lrcalc-1.2/m4/libtool.m4-5189-	# FIXME: Setting linknames here is a bad hack.
lrcalc-1.2/m4/libtool.m4:5190:	_LT_TAGVAR(archive_cmds, $1)='$CC -o $lib $libobjs $compiler_flags `func_echo_all "$deplibs" | $SED '\''s/ -lc$//'\''` -link -dll~linknames='
lrcalc-1.2/m4/libtool.m4-5191-	# The linker will automatically build a .lib file if we build a DLL.
##############################################
lrcalc-1.2/m4/libtool.m4-5327-      if test "$GCC" = yes; then
lrcalc-1.2/m4/libtool.m4:5328:	_LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
lrcalc-1.2/m4/libtool.m4-5329-	# Try to use the -exported_symbol ld option, if it does not
##############################################
lrcalc-1.2/m4/libtool.m4-5350-	if test "$lt_cv_irix_exported_symbol" = yes; then
lrcalc-1.2/m4/libtool.m4:5351:          _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` ${wl}-update_registry ${wl}${output_objdir}/so_locations ${wl}-exports_file ${wl}$export_symbols -o $lib'
lrcalc-1.2/m4/libtool.m4-5352-	fi
lrcalc-1.2/m4/libtool.m4-5353-      else
lrcalc-1.2/m4/libtool.m4:5354:	_LT_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib'
lrcalc-1.2/m4/libtool.m4:5355:	_LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -exports_file $export_symbols -o $lib'
lrcalc-1.2/m4/libtool.m4-5356-      fi
##############################################
lrcalc-1.2/m4/libtool.m4-5390-	_LT_TAGVAR(hardcode_direct_absolute, $1)=yes
lrcalc-1.2/m4/libtool.m4:5391:	if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
lrcalc-1.2/m4/libtool.m4-5392-	  _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
##############################################
lrcalc-1.2/m4/libtool.m4-5423-	_LT_TAGVAR(allow_undefined_flag, $1)=' ${wl}-expect_unresolved ${wl}\*'
lrcalc-1.2/m4/libtool.m4:5424:	_LT_TAGVAR(archive_cmds, $1)='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
lrcalc-1.2/m4/libtool.m4-5425-      else
lrcalc-1.2/m4/libtool.m4-5426-	_LT_TAGVAR(allow_undefined_flag, $1)=' -expect_unresolved \*'
lrcalc-1.2/m4/libtool.m4:5427:	_LT_TAGVAR(archive_cmds, $1)='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib'
lrcalc-1.2/m4/libtool.m4-5428-      fi
##############################################
lrcalc-1.2/m4/libtool.m4-5436-	_LT_TAGVAR(allow_undefined_flag, $1)=' ${wl}-expect_unresolved ${wl}\*'
lrcalc-1.2/m4/libtool.m4:5437:	_LT_TAGVAR(archive_cmds, $1)='$CC -shared${allow_undefined_flag} $pic_flag $libobjs $deplibs $compiler_flags ${wl}-msym ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
lrcalc-1.2/m4/libtool.m4-5438-	_LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir'
##############################################
lrcalc-1.2/m4/libtool.m4-5440-	_LT_TAGVAR(allow_undefined_flag, $1)=' -expect_unresolved \*'
lrcalc-1.2/m4/libtool.m4:5441:	_LT_TAGVAR(archive_cmds, $1)='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags -msym -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib'
lrcalc-1.2/m4/libtool.m4:5442:	_LT_TAGVAR(archive_expsym_cmds, $1)='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done; printf "%s\\n" "-hidden">> $lib.exp~
lrcalc-1.2/m4/libtool.m4:5443:	$CC -shared${allow_undefined_flag} ${wl}-input ${wl}$lib.exp $compiler_flags $libobjs $deplibs -soname $soname `test -n "$verstring" && $ECHO "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib~$RM $lib.exp'
lrcalc-1.2/m4/libtool.m4-5444-
##############################################
lrcalc-1.2/m4/libtool.m4-5459-      else
lrcalc-1.2/m4/libtool.m4:5460:	case `$CC -V 2>&1` in
lrcalc-1.2/m4/libtool.m4-5461-	*"Compilers 5.0"*)
##############################################
lrcalc-1.2/m4/libtool.m4-5652-	  _LT_TAGVAR(allow_undefined_flag, $1)=
lrcalc-1.2/m4/libtool.m4:5653:	  if AC_TRY_EVAL(_LT_TAGVAR(archive_cmds, $1) 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1)
lrcalc-1.2/m4/libtool.m4-5654-	  then
##############################################
lrcalc-1.2/m4/libtool.m4-5952-        # ancient GNU ld didn't support --whole-archive et. al.
lrcalc-1.2/m4/libtool.m4:5953:        if eval "`$CC -print-prog-name=ld` --help 2>&1" |
lrcalc-1.2/m4/libtool.m4-5954-	  $GREP 'no-whole-archive' > /dev/null; then
##############################################
lrcalc-1.2/m4/libtool.m4-6035-          # below for broken collect2 doesn't work under 4.3+
lrcalc-1.2/m4/libtool.m4:6036:	  collect2name=`${CC} -print-prog-name=collect2`
lrcalc-1.2/m4/libtool.m4-6037-	  if test -f "$collect2name" &&
##############################################
lrcalc-1.2/m4/libtool.m4-6085-
lrcalc-1.2/m4/libtool.m4:6086:          _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -o $output_objdir/$soname $libobjs $deplibs '"\${wl}$no_entry_flag"' $compiler_flags `if test "x${allow_undefined_flag}" != "x"; then func_echo_all "${wl}${allow_undefined_flag}"; else :; fi` '"\${wl}$exp_sym_flag:\$export_symbols $shared_flag"
lrcalc-1.2/m4/libtool.m4-6087-        else
##############################################
lrcalc-1.2/m4/libtool.m4-6151-	  _LT_TAGVAR(archive_cmds, $1)='$CC -o $output_objdir/$soname $libobjs $compiler_flags $deplibs -Wl,-dll~linknames='
lrcalc-1.2/m4/libtool.m4:6152:	  _LT_TAGVAR(archive_expsym_cmds, $1)='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
lrcalc-1.2/m4/libtool.m4-6153-	      $SED -n -e 's/\\\\\\\(.*\\\\\\\)/-link\\\ -EXPORT:\\\\\\\1/' -e '1\\\!p' < $export_symbols > $output_objdir/$soname.exp;
##############################################
lrcalc-1.2/m4/libtool.m4-6192-	    # is EXPORTS), use it as is; otherwise, prepend...
lrcalc-1.2/m4/libtool.m4:6193:	    _LT_TAGVAR(archive_expsym_cmds, $1)='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
lrcalc-1.2/m4/libtool.m4-6194-	      cp $export_symbols $output_objdir/$soname.def;
##############################################
lrcalc-1.2/m4/libtool.m4-6275-            # dependencies.
lrcalc-1.2/m4/libtool.m4:6276:            output_verbose_link_cmd='templist=`($CC -b $CFLAGS -v conftest.$objext 2>&1) | $EGREP "\-L"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "$list"'
lrcalc-1.2/m4/libtool.m4-6277-            ;;
##############################################
lrcalc-1.2/m4/libtool.m4-6340-	    # dependencies.
lrcalc-1.2/m4/libtool.m4:6341:	    output_verbose_link_cmd='templist=`($CC -b $CFLAGS -v conftest.$objext 2>&1) | $GREP "\-L"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "$list"'
lrcalc-1.2/m4/libtool.m4-6342-	    ;;
##############################################
lrcalc-1.2/m4/libtool.m4-6376-	# time.  Moving up from 0x10000000 also allows more sbrk(2) space.
lrcalc-1.2/m4/libtool.m4:6377:	_LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
lrcalc-1.2/m4/libtool.m4:6378:	_LT_TAGVAR(archive_expsym_cmds, $1)='sed "s,^,_," $export_symbols >$output_objdir/$soname.expsym~$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--retain-symbols-file,$output_objdir/$soname.expsym ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
lrcalc-1.2/m4/libtool.m4-6379-	;;
##############################################
lrcalc-1.2/m4/libtool.m4-6383-	    # SGI C++
lrcalc-1.2/m4/libtool.m4:6384:	    _LT_TAGVAR(archive_cmds, $1)='$CC -shared -all -multigot $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib'
lrcalc-1.2/m4/libtool.m4-6385-
##############################################
lrcalc-1.2/m4/libtool.m4-6394-	      if test "$with_gnu_ld" = no; then
lrcalc-1.2/m4/libtool.m4:6395:	        _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
lrcalc-1.2/m4/libtool.m4-6396-	      else
lrcalc-1.2/m4/libtool.m4:6397:	        _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` -o $lib'
lrcalc-1.2/m4/libtool.m4-6398-	      fi
##############################################
lrcalc-1.2/m4/libtool.m4-6415-	    # to its proper name (with version) after linking.
lrcalc-1.2/m4/libtool.m4:6416:	    _LT_TAGVAR(archive_cmds, $1)='tempext=`echo $shared_ext | $SED -e '\''s/\([[^()0-9A-Za-z{}]]\)/\\\\\1/g'\''`; templib=`echo $lib | $SED -e "s/\${tempext}\..*/.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib; mv \$templib $lib'
lrcalc-1.2/m4/libtool.m4:6417:	    _LT_TAGVAR(archive_expsym_cmds, $1)='tempext=`echo $shared_ext | $SED -e '\''s/\([[^()0-9A-Za-z{}]]\)/\\\\\1/g'\''`; templib=`echo $lib | $SED -e "s/\${tempext}\..*/.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib ${wl}-retain-symbols-file,$export_symbols; mv \$templib $lib'
lrcalc-1.2/m4/libtool.m4-6418-	    # Commands to make compiler produce verbose output that lists
##############################################
lrcalc-1.2/m4/libtool.m4-6425-	    # dependencies.
lrcalc-1.2/m4/libtool.m4:6426:	    output_verbose_link_cmd='templist=`$CC $CFLAGS -v conftest.$objext -o libconftest$shared_ext 2>&1 | $GREP "ld"`; rm -f libconftest$shared_ext; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "$list"'
lrcalc-1.2/m4/libtool.m4-6427-
##############################################
lrcalc-1.2/m4/libtool.m4-6440-	    # earlier do not add the objects themselves.
lrcalc-1.2/m4/libtool.m4:6441:	    case `$CC -V 2>&1` in
lrcalc-1.2/m4/libtool.m4-6442-	      *"Version 7."*)
##############################################
lrcalc-1.2/m4/libtool.m4-6461-            # Portland Group C++ compiler
lrcalc-1.2/m4/libtool.m4:6462:	    case `$CC -V` in
lrcalc-1.2/m4/libtool.m4-6463-	    *pgCC\ [[1-5]].* | *pgcpp\ [[1-5]].*)
##############################################
lrcalc-1.2/m4/libtool.m4-6466-		$CC --prelink_objects --instantiation_dir $tpldir $objs $libobjs $compile_deplibs~
lrcalc-1.2/m4/libtool.m4:6467:		compile_command="$compile_command `find $tpldir -name \*.o | sort | $NL2SP`"'
lrcalc-1.2/m4/libtool.m4-6468-	      _LT_TAGVAR(old_archive_cmds, $1)='tpldir=Template.dir~
##############################################
lrcalc-1.2/m4/libtool.m4-6470-		$CC --prelink_objects --instantiation_dir $tpldir $oldobjs$old_deplibs~
lrcalc-1.2/m4/libtool.m4:6471:		$AR $AR_FLAGS $oldlib$oldobjs$old_deplibs `find $tpldir -name \*.o | sort | $NL2SP`~
lrcalc-1.2/m4/libtool.m4-6472-		$RANLIB $oldlib'
##############################################
lrcalc-1.2/m4/libtool.m4-6475-		$CC --prelink_objects --instantiation_dir $tpldir $predep_objects $libobjs $deplibs $convenience $postdep_objects~
lrcalc-1.2/m4/libtool.m4:6476:		$CC -shared $pic_flag $predep_objects $libobjs $deplibs `find $tpldir -name \*.o | sort | $NL2SP` $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname -o $lib'
lrcalc-1.2/m4/libtool.m4-6477-	      _LT_TAGVAR(archive_expsym_cmds, $1)='tpldir=Template.dir~
##############################################
lrcalc-1.2/m4/libtool.m4-6479-		$CC --prelink_objects --instantiation_dir $tpldir $predep_objects $libobjs $deplibs $convenience $postdep_objects~
lrcalc-1.2/m4/libtool.m4:6480:		$CC -shared $pic_flag $predep_objects $libobjs $deplibs `find $tpldir -name \*.o | sort | $NL2SP` $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname ${wl}-retain-symbols-file ${wl}$export_symbols -o $lib'
lrcalc-1.2/m4/libtool.m4-6481-	      ;;
##############################################
lrcalc-1.2/m4/libtool.m4-6489-	    _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}--export-dynamic'
lrcalc-1.2/m4/libtool.m4:6490:	    _LT_TAGVAR(whole_archive_flag_spec, $1)='${wl}--whole-archive`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` ${wl}--no-whole-archive'
lrcalc-1.2/m4/libtool.m4-6491-            ;;
##############################################
lrcalc-1.2/m4/libtool.m4-6508-	    # dependencies.
lrcalc-1.2/m4/libtool.m4:6509:	    output_verbose_link_cmd='templist=`$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP "ld"`; templist=`func_echo_all "$templist" | $SED "s/\(^.*ld.*\)\( .*ld .*$\)/\1/"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "X$list" | $Xsed'
lrcalc-1.2/m4/libtool.m4-6510-	    ;;
##############################################
lrcalc-1.2/m4/libtool.m4-6523-	  *)
lrcalc-1.2/m4/libtool.m4:6524:	    case `$CC -V 2>&1 | sed 5q` in
lrcalc-1.2/m4/libtool.m4-6525-	    *Sun\ C*)
##############################################
lrcalc-1.2/m4/libtool.m4-6530-	      _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir'
lrcalc-1.2/m4/libtool.m4:6531:	      _LT_TAGVAR(whole_archive_flag_spec, $1)='${wl}--whole-archive`new_convenience=; for conv in $convenience\"\"; do test -z \"$conv\" || new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` ${wl}--no-whole-archive'
lrcalc-1.2/m4/libtool.m4-6532-	      _LT_TAGVAR(compiler_needs_object, $1)=yes
##############################################
lrcalc-1.2/m4/libtool.m4-6600-	  _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath,$libdir'
lrcalc-1.2/m4/libtool.m4:6601:	  if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
lrcalc-1.2/m4/libtool.m4-6602-	    _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-retain-symbols-file,$export_symbols -o $lib'
##############################################
lrcalc-1.2/m4/libtool.m4-6619-	    # to its proper name (with version) after linking.
lrcalc-1.2/m4/libtool.m4:6620:	    _LT_TAGVAR(archive_cmds, $1)='tempext=`echo $shared_ext | $SED -e '\''s/\([[^()0-9A-Za-z{}]]\)/\\\\\1/g'\''`; templib=`echo "$lib" | $SED -e "s/\${tempext}\..*/.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib; mv \$templib $lib'
lrcalc-1.2/m4/libtool.m4-6621-
##############################################
lrcalc-1.2/m4/libtool.m4-6640-	        _LT_TAGVAR(allow_undefined_flag, $1)=' ${wl}-expect_unresolved ${wl}\*'
lrcalc-1.2/m4/libtool.m4:6641:	        _LT_TAGVAR(archive_cmds, $1)='$CC -shared${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $soname `test -n "$verstring" && func_echo_all "${wl}-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib'
lrcalc-1.2/m4/libtool.m4-6642-	        _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir'
##############################################
lrcalc-1.2/m4/libtool.m4-6645-	        _LT_TAGVAR(allow_undefined_flag, $1)=' -expect_unresolved \*'
lrcalc-1.2/m4/libtool.m4:6646:	        _LT_TAGVAR(archive_cmds, $1)='$CC -shared${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -msym -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib'
lrcalc-1.2/m4/libtool.m4:6647:	        _LT_TAGVAR(archive_expsym_cmds, $1)='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done~
lrcalc-1.2/m4/libtool.m4-6648-	          echo "-hidden">> $lib.exp~
lrcalc-1.2/m4/libtool.m4:6649:	          $CC -shared$allow_undefined_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -msym -soname $soname ${wl}-input ${wl}$lib.exp  `test -n "$verstring" && $ECHO "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib~
lrcalc-1.2/m4/libtool.m4-6650-	          $RM $lib.exp'
##############################################
lrcalc-1.2/m4/libtool.m4-6664-	    # dependencies.
lrcalc-1.2/m4/libtool.m4:6665:	    output_verbose_link_cmd='templist=`$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP "ld" | $GREP -v "ld:"`; templist=`func_echo_all "$templist" | $SED "s/\(^.*ld.*\)\( .*ld.*$\)/\1/"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "$list"'
lrcalc-1.2/m4/libtool.m4-6666-	    ;;
##############################################
lrcalc-1.2/m4/libtool.m4-6671-	        osf3*)
lrcalc-1.2/m4/libtool.m4:6672:	          _LT_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib ${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
lrcalc-1.2/m4/libtool.m4-6673-		  ;;
lrcalc-1.2/m4/libtool.m4-6674-	        *)
lrcalc-1.2/m4/libtool.m4:6675:	          _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag -nostdlib ${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-msym ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
lrcalc-1.2/m4/libtool.m4-6676-		  ;;
##############################################
lrcalc-1.2/m4/libtool.m4-6924-  case ${2} in
lrcalc-1.2/m4/libtool.m4:6925:  .*) func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%\\\\${2}\$%%"`;;
lrcalc-1.2/m4/libtool.m4:6926:  *)  func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%${2}\$%%"`;;
lrcalc-1.2/m4/libtool.m4-6927-  esac
##############################################
lrcalc-1.2/m4/libtool.m4-7012-
lrcalc-1.2/m4/libtool.m4:7013:  for p in `eval "$output_verbose_link_cmd"`; do
lrcalc-1.2/m4/libtool.m4-7014-    case ${prev}${p} in
##############################################
lrcalc-1.2/m4/libtool.m4-7110-linux*)
lrcalc-1.2/m4/libtool.m4:7111:  case `$CC -V 2>&1 | sed 5q` in
lrcalc-1.2/m4/libtool.m4-7112-  *Sun\ C*)
##############################################
lrcalc-1.2/m4/libtool.m4-7161-if test -n "${_LT_TAGVAR(compiler_lib_search_path, $1)}"; then
lrcalc-1.2/m4/libtool.m4:7162: _LT_TAGVAR(compiler_lib_search_dirs, $1)=`echo " ${_LT_TAGVAR(compiler_lib_search_path, $1)}" | ${SED} -e 's! -L! !g' -e 's!^ !!'`
lrcalc-1.2/m4/libtool.m4-7163-fi
##############################################
lrcalc-1.2/m4/libtool.m4-7773-    test $lt_ac_count -gt 10 && break
lrcalc-1.2/m4/libtool.m4:7774:    lt_ac_count=`expr $lt_ac_count + 1`
lrcalc-1.2/m4/libtool.m4-7775-    if test $lt_ac_count -gt $lt_ac_max; then
##############################################
lrcalc-1.2/m4/libtool.m4-7844-# ------------------------------------------------------
lrcalc-1.2/m4/libtool.m4:7845:# In `$cfgfile', look for function FUNCNAME delimited by `^FUNCNAME ()$' and
lrcalc-1.2/m4/libtool.m4-7846-# '^} FUNCNAME ', and replace its body with REPLACEMENT-BODY.
##############################################
lrcalc-1.2/m4/ltsugar.m4-67-m4_define([lt_combine],
lrcalc-1.2/m4/ltsugar.m4:68:[m4_if(m4_eval([$# > 3]), [1],
lrcalc-1.2/m4/ltsugar.m4-69-       [m4_pushdef([_Lt_sep], [m4_define([_Lt_sep], m4_defn([lt_car]))])]]dnl
##############################################
lrcalc-1.2/configure-47-if test -z "$BASH_VERSION$ZSH_VERSION" \
lrcalc-1.2/configure:48:    && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
lrcalc-1.2/configure-49-  as_echo='print -r --'
lrcalc-1.2/configure-50-  as_echo_n='print -rn --'
lrcalc-1.2/configure:51:elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
lrcalc-1.2/configure-52-  as_echo='printf %s\n'
##############################################
lrcalc-1.2/configure-54-else
lrcalc-1.2/configure:55:  if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
lrcalc-1.2/configure-56-    as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
##############################################
lrcalc-1.2/configure-64-	expr "X$arg" : "X\\(.*\\)$as_nl";
lrcalc-1.2/configure:65:	arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
lrcalc-1.2/configure-66-      esac;
##############################################
lrcalc-1.2/configure-175-  eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" &&
lrcalc-1.2/configure:176:  test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1
lrcalc-1.2/configure-177-
##############################################
lrcalc-1.2/configure-182-    PATH=/empty FPATH=/empty; export PATH FPATH
lrcalc-1.2/configure:183:    test \"X\`printf %s \$ECHO\`\" = \"X\$ECHO\" \\
lrcalc-1.2/configure:184:      || test \"X\`print -r -- \$ECHO\`\" = \"X\$ECHO\" ) || exit 1
lrcalc-1.2/configure-185-test \$(( 1 + 1 )) = 2 || exit 1"
##############################################
lrcalc-1.2/configure-307-      case $as_dir in #(
lrcalc-1.2/configure:308:      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
lrcalc-1.2/configure-309-      *) as_qdir=$as_dir;;
##############################################
lrcalc-1.2/configure-372-  {
lrcalc-1.2/configure:373:    as_val=`expr "$@" || test $? -eq 1`
lrcalc-1.2/configure-374-  }
##############################################
lrcalc-1.2/configure-379-# ----------------------------------------
lrcalc-1.2/configure:380:# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
lrcalc-1.2/configure-381-# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
##############################################
lrcalc-1.2/configure-442-  eval 'test "x$as_lineno_1'$as_run'" != "x$as_lineno_2'$as_run'" &&
lrcalc-1.2/configure:443:  test "x`expr $as_lineno_1'$as_run' + 1`" = "x$as_lineno_2'$as_run'"' || {
lrcalc-1.2/configure-444-  # Blame Lee E. McMahon (1931-1989) for sed's syntax.  :-)
##############################################
lrcalc-1.2/configure-533-	esac;
lrcalc-1.2/configure:534:	case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #((
lrcalc-1.2/configure-535-	???[sx]*):;;*)false;;esac;fi
##############################################
lrcalc-1.2/configure-825-  case $ac_option in
lrcalc-1.2/configure:826:  *=?*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
lrcalc-1.2/configure-827-  *=)   ac_optarg= ;;
##############################################
lrcalc-1.2/configure-869-  -disable-* | --disable-*)
lrcalc-1.2/configure:870:    ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
lrcalc-1.2/configure-871-    # Reject names that are not valid shell variable names.
##############################################
lrcalc-1.2/configure-874-    ac_useropt_orig=$ac_useropt
lrcalc-1.2/configure:875:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
lrcalc-1.2/configure-876-    case $ac_user_opts in
##############################################
lrcalc-1.2/configure-895-  -enable-* | --enable-*)
lrcalc-1.2/configure:896:    ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
lrcalc-1.2/configure-897-    # Reject names that are not valid shell variable names.
##############################################
lrcalc-1.2/configure-900-    ac_useropt_orig=$ac_useropt
lrcalc-1.2/configure:901:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
lrcalc-1.2/configure-902-    case $ac_user_opts in
##############################################
lrcalc-1.2/configure-1099-  -with-* | --with-*)
lrcalc-1.2/configure:1100:    ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
lrcalc-1.2/configure-1101-    # Reject names that are not valid shell variable names.
##############################################
lrcalc-1.2/configure-1104-    ac_useropt_orig=$ac_useropt
lrcalc-1.2/configure:1105:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
lrcalc-1.2/configure-1106-    case $ac_user_opts in
##############################################
lrcalc-1.2/configure-1115-  -without-* | --without-*)
lrcalc-1.2/configure:1116:    ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
lrcalc-1.2/configure-1117-    # Reject names that are not valid shell variable names.
##############################################
lrcalc-1.2/configure-1120-    ac_useropt_orig=$ac_useropt
lrcalc-1.2/configure:1121:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
lrcalc-1.2/configure-1122-    case $ac_user_opts in
##############################################
lrcalc-1.2/configure-1153-  *=*)
lrcalc-1.2/configure:1154:    ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
lrcalc-1.2/configure-1155-    # Reject names that are not valid shell variable names.
##############################################
lrcalc-1.2/configure-1174-if test -n "$ac_prev"; then
lrcalc-1.2/configure:1175:  ac_option=--`echo $ac_prev | sed 's/_/-/g'`
lrcalc-1.2/configure-1176-  as_fn_error $? "missing argument to $ac_option"
##############################################
lrcalc-1.2/configure-1196-    */ )
lrcalc-1.2/configure:1197:      ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
lrcalc-1.2/configure-1198-      eval $ac_var=\$ac_val;;
##############################################
lrcalc-1.2/configure-1233-ac_ls_di=`ls -di .` &&
lrcalc-1.2/configure:1234:ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
lrcalc-1.2/configure-1235-  as_fn_error $? "working directory cannot be determined"
##############################################
lrcalc-1.2/configure-1289-case $srcdir in
lrcalc-1.2/configure:1290:*/) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
lrcalc-1.2/configure-1291-esac
##############################################
lrcalc-1.2/configure-1332-By default, \`make install' will install all the files in
lrcalc-1.2/configure:1333:\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc.  You can specify
lrcalc-1.2/configure:1334:an installation prefix other than \`$ac_default_prefix' using \`--prefix',
lrcalc-1.2/configure-1335-for instance \`--prefix=\$HOME'.
##############################################
lrcalc-1.2/configure-1434-*)
lrcalc-1.2/configure:1435:  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
lrcalc-1.2/configure-1436-  # A ".." for each directory in $ac_dir_suffix.
lrcalc-1.2/configure:1437:  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
lrcalc-1.2/configure-1438-  case $ac_top_builddir_sub in
##############################################
lrcalc-1.2/configure-2097-    *\'*)
lrcalc-1.2/configure:2098:      ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
lrcalc-1.2/configure-2099-    esac
##############################################
lrcalc-1.2/configure-2180-      case $ac_val in
lrcalc-1.2/configure:2181:      *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
lrcalc-1.2/configure-2182-      esac
##############################################
lrcalc-1.2/configure-2195-	case $ac_val in
lrcalc-1.2/configure:2196:	*\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
lrcalc-1.2/configure-2197-	esac
##############################################
lrcalc-1.2/configure-2315-    set,)
lrcalc-1.2/configure:2316:      { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
lrcalc-1.2/configure:2317:$as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
lrcalc-1.2/configure-2318-      ac_cache_corrupted=: ;;
##############################################
lrcalc-1.2/configure-2326-	# differences in whitespace do not lead to failure.
lrcalc-1.2/configure:2327:	ac_old_val_w=`echo x $ac_old_val`
lrcalc-1.2/configure:2328:	ac_new_val_w=`echo x $ac_new_val`
lrcalc-1.2/configure-2329-	if test "$ac_old_val_w" != "$ac_new_val_w"; then
##############################################
lrcalc-1.2/configure-2346-    case $ac_new_val in
lrcalc-1.2/configure:2347:    *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
lrcalc-1.2/configure-2348-    *) ac_arg=$ac_var=$ac_new_val ;;
##############################################
lrcalc-1.2/configure-2525-if (
lrcalc-1.2/configure:2526:   set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
lrcalc-1.2/configure-2527-   if test "$*" = "X"; then
lrcalc-1.2/configure-2528-      # -L didn't work.
lrcalc-1.2/configure:2529:      set X `ls -t "$srcdir/configure" conftest.file`
lrcalc-1.2/configure-2530-   fi
##############################################
lrcalc-1.2/configure-2561-ac_script='s/[\\$]/&&/g;s/;s,x,x,$//'
lrcalc-1.2/configure:2562:program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"`
lrcalc-1.2/configure-2563-
lrcalc-1.2/configure-2564-# expand $ac_aux_dir to an absolute path
lrcalc-1.2/configure:2565:am_aux_dir=`cd $ac_aux_dir && pwd`
lrcalc-1.2/configure-2566-
##############################################
lrcalc-1.2/configure-2706-	   { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; } || continue
lrcalc-1.2/configure:2707:	   case `"$as_dir/$ac_prog$ac_exec_ext" --version 2>&1` in #(
lrcalc-1.2/configure-2708-	     'mkdir (GNU coreutils) '* | \
##############################################
lrcalc-1.2/configure-2785-set x ${MAKE-make}
lrcalc-1.2/configure:2786:ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
lrcalc-1.2/configure-2787-if eval \${ac_cv_prog_make_${ac_make}_set+:} false; then :
##############################################
lrcalc-1.2/configure-2795-# GNU make sometimes prints "make[1]: Entering ...", which would confuse us.
lrcalc-1.2/configure:2796:case `${MAKE-make} -f conftest.make 2>/dev/null` in
lrcalc-1.2/configure-2797-  *@@@%%%=?*=@@@%%%*)
##############################################
lrcalc-1.2/configure-2822-
lrcalc-1.2/configure:2823:if test "`cd $srcdir && pwd`" != "`pwd`"; then
lrcalc-1.2/configure-2824-  # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
##############################################
lrcalc-1.2/configure-3063-$as_echo_n "checking whether the C++ compiler works... " >&6; }
lrcalc-1.2/configure:3064:ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
lrcalc-1.2/configure-3065-
##############################################
lrcalc-1.2/configure-3107-	then :; else
lrcalc-1.2/configure:3108:	   ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
lrcalc-1.2/configure-3109-	fi
##############################################
lrcalc-1.2/configure-3167-    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
lrcalc-1.2/configure:3168:    *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
lrcalc-1.2/configure-3169-	  break;;
##############################################
lrcalc-1.2/configure-3276-    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
lrcalc-1.2/configure:3277:    *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
lrcalc-1.2/configure-3278-       break;;
##############################################
lrcalc-1.2/configure-3435-# Ignore all kinds of additional output from `make'.
lrcalc-1.2/configure:3436:case `$am_make -s -f confmf 2> /dev/null` in #(
lrcalc-1.2/configure-3437-*the\ am__doit\ target*)
##############################################
lrcalc-1.2/configure-3445-   echo '.include "confinc"' > confmf
lrcalc-1.2/configure:3446:   case `$am_make -s -f confmf 2> /dev/null` in #(
lrcalc-1.2/configure-3447-   *the\ am__doit\ target*)
##############################################
lrcalc-1.2/configure-3508-  if test "$am_compiler_list" = ""; then
lrcalc-1.2/configure:3509:     am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
lrcalc-1.2/configure-3510-  fi
##############################################
lrcalc-1.2/configure-4218-  if test "$am_compiler_list" = ""; then
lrcalc-1.2/configure:4219:     am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
lrcalc-1.2/configure-4220-  fi
##############################################
lrcalc-1.2/configure-4469-set x ${MAKE-make}
lrcalc-1.2/configure:4470:ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
lrcalc-1.2/configure-4471-if eval \${ac_cv_prog_make_${ac_make}_set+:} false; then :
##############################################
lrcalc-1.2/configure-4479-# GNU make sometimes prints "make[1]: Entering ...", which would confuse us.
lrcalc-1.2/configure:4480:case `${MAKE-make} -f conftest.make 2>/dev/null` in
lrcalc-1.2/configure-4481-  *@@@%%%=?*=@@@%%%*)
##############################################
lrcalc-1.2/configure-4534-test "x$ac_build_alias" = x &&
lrcalc-1.2/configure:4535:  ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
lrcalc-1.2/configure-4536-test "x$ac_build_alias" = x &&
lrcalc-1.2/configure-4537-  as_fn_error $? "cannot guess build type; you must specify one" "$LINENO" 5
lrcalc-1.2/configure:4538:ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
lrcalc-1.2/configure-4539-  as_fn_error $? "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
##############################################
lrcalc-1.2/configure-4558-IFS=$ac_save_IFS
lrcalc-1.2/configure:4559:case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
lrcalc-1.2/configure-4560-
##############################################
lrcalc-1.2/configure-4569-else
lrcalc-1.2/configure:4570:  ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
lrcalc-1.2/configure-4571-    as_fn_error $? "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
##############################################
lrcalc-1.2/configure-4591-IFS=$ac_save_IFS
lrcalc-1.2/configure:4592:case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
lrcalc-1.2/configure-4593-
##############################################
lrcalc-1.2/configure-4619-if test "X`( print -r -- -n ) 2>/dev/null`" = X-n && \
lrcalc-1.2/configure:4620:   test "X`print -r -- $ECHO 2>/dev/null`" = "X$ECHO"; then
lrcalc-1.2/configure-4621-  ECHO='print -r --'
lrcalc-1.2/configure:4622:elif test "X`printf %s $ECHO 2>/dev/null`" = "X$ECHO"; then
lrcalc-1.2/configure-4623-  ECHO='printf %s\n'
##############################################
lrcalc-1.2/configure-4688-  # Check for GNU $ac_path_SED
lrcalc-1.2/configure:4689:case `"$ac_path_SED" --version 2>&1` in
lrcalc-1.2/configure-4690-*GNU*)
##############################################
lrcalc-1.2/configure-4764-  # Check for GNU $ac_path_GREP
lrcalc-1.2/configure:4765:case `"$ac_path_GREP" --version 2>&1` in
lrcalc-1.2/configure-4766-*GNU*)
##############################################
lrcalc-1.2/configure-4830-  # Check for GNU $ac_path_EGREP
lrcalc-1.2/configure:4831:case `"$ac_path_EGREP" --version 2>&1` in
lrcalc-1.2/configure-4832-*GNU*)
##############################################
lrcalc-1.2/configure-4897-  # Check for GNU $ac_path_FGREP
lrcalc-1.2/configure:4898:case `"$ac_path_FGREP" --version 2>&1` in
lrcalc-1.2/configure-4899-*GNU*)
##############################################
lrcalc-1.2/configure-4977-    # gcc leaves a trailing carriage return which upsets mingw
lrcalc-1.2/configure:4978:    ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
lrcalc-1.2/configure-4979-  *)
lrcalc-1.2/configure:4980:    ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
lrcalc-1.2/configure-4981-  esac
##############################################
lrcalc-1.2/configure-4986-      # Canonicalize the pathname of ld
lrcalc-1.2/configure:4987:      ac_prog=`$ECHO "$ac_prog"| $SED 's%\\\\%/%g'`
lrcalc-1.2/configure-4988-      while $ECHO "$ac_prog" | $GREP "$re_direlt" > /dev/null 2>&1; do
lrcalc-1.2/configure:4989:	ac_prog=`$ECHO $ac_prog| $SED "s%$re_direlt%/%"`
lrcalc-1.2/configure-4990-      done
##############################################
lrcalc-1.2/configure-5021-      # Break only if it was the GNU/non-GNU ld that we prefer.
lrcalc-1.2/configure:5022:      case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in
lrcalc-1.2/configure-5023-      *GNU* | *'with BFD'*)
##############################################
lrcalc-1.2/configure-5052-  # I'd rather use --version here, but apparently some GNU lds only accept -v.
lrcalc-1.2/configure:5053:case `$LD -v 2>&1 </dev/null` in
lrcalc-1.2/configure-5054-*GNU* | *'with BFD'*)
##############################################
lrcalc-1.2/configure-5097-	# Tru64's nm complains that /dev/null is an invalid object file
lrcalc-1.2/configure:5098:	case `"$tmp_nm" -B /dev/null 2>&1 | sed '1q'` in
lrcalc-1.2/configure-5099-	*/dev/null* | *'Invalid file or object type'*)
##############################################
lrcalc-1.2/configure-5103-	*)
lrcalc-1.2/configure:5104:	  case `"$tmp_nm" -p /dev/null 2>&1 | sed '1q'` in
lrcalc-1.2/configure-5105-	  */dev/null*)
##############################################
lrcalc-1.2/configure-5231-
lrcalc-1.2/configure:5232:    case `$DUMPBIN -symbols /dev/null 2>&1 | sed '1q'` in
lrcalc-1.2/configure-5233-    *COFF*)
##############################################
lrcalc-1.2/configure-5332-    # And add a safety zone
lrcalc-1.2/configure:5333:    lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
lrcalc-1.2/configure:5334:    lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
lrcalc-1.2/configure-5335-    ;;
##############################################
lrcalc-1.2/configure-5365-    if test -n "$kargmax"; then
lrcalc-1.2/configure:5366:      lt_cv_sys_max_cmd_len=`echo $kargmax | sed 's/.*[	 ]//'`
lrcalc-1.2/configure-5367-    else
##############################################
lrcalc-1.2/configure-5373-    if test -n "$lt_cv_sys_max_cmd_len"; then
lrcalc-1.2/configure:5374:      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
lrcalc-1.2/configure:5375:      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
lrcalc-1.2/configure-5376-    else
##############################################
lrcalc-1.2/configure-5385-      # we can't tell.
lrcalc-1.2/configure:5386:      while { test "X"`env echo "$teststring$teststring" 2>/dev/null` \
lrcalc-1.2/configure-5387-	         = "X$teststring$teststring"; } >/dev/null 2>&1 &&
##############################################
lrcalc-1.2/configure-5389-      do
lrcalc-1.2/configure:5390:        i=`expr $i + 1`
lrcalc-1.2/configure-5391-        teststring=$teststring$teststring
##############################################
lrcalc-1.2/configure-5393-      # Only check the string length outside the loop.
lrcalc-1.2/configure:5394:      lt_cv_sys_max_cmd_len=`expr "X$teststring" : ".*" 2>&1`
lrcalc-1.2/configure-5395-      teststring=
##############################################
lrcalc-1.2/configure-5398-      # linker.  It appears as though 1/2 is a usable value.
lrcalc-1.2/configure:5399:      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 2`
lrcalc-1.2/configure-5400-    fi
##############################################
lrcalc-1.2/configure-5835-openbsd*)
lrcalc-1.2/configure:5836:  if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
lrcalc-1.2/configure-5837-    lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|\.so|_pic\.a)$'
##############################################
lrcalc-1.2/configure-5902-    else
lrcalc-1.2/configure:5903:      file_magic_glob=`echo aAbBcCdDeEfFgGhHiIjJkKlLmMnNoOpPqQrRsStTuUvVwWxXyYzZ | $SED -e "s/\(..\)/s\/[\1]\/[\1]\/g;/g"`
lrcalc-1.2/configure-5904-    fi
##############################################
lrcalc-1.2/configure-6044-  # decide which to use based on capabilities of $DLLTOOL
lrcalc-1.2/configure:6045:  case `$DLLTOOL --help 2>&1` in
lrcalc-1.2/configure-6046-  *--identify-strict*)
##############################################
lrcalc-1.2/configure-6566-# If we're using GNU nm, then use its standard symbol codes.
lrcalc-1.2/configure:6567:case `$NM -V 2>&1` in
lrcalc-1.2/configure-6568-*GNU* | *'with BFD'*)
##############################################
lrcalc-1.2/configure-6584-mingw*)
lrcalc-1.2/configure:6585:  opt_cr=`$ECHO 'x\{0,1\}' | tr x '\015'` # option cr in regexp
lrcalc-1.2/configure-6586-  ;;
##############################################
lrcalc-1.2/configure-6803-   if test "$GCC" = yes; then
lrcalc-1.2/configure:6804:     lt_sysroot=`$CC --print-sysroot 2>/dev/null`
lrcalc-1.2/configure-6805-   fi
##############################################
lrcalc-1.2/configure-6807- /*)
lrcalc-1.2/configure:6808:   lt_sysroot=`echo "$with_sysroot" | sed -e "$sed_quote_subst"`
lrcalc-1.2/configure-6809-   ;; #(
##############################################
lrcalc-1.2/configure-6843-  test $ac_status = 0; }; then
lrcalc-1.2/configure:6844:    case `/usr/bin/file conftest.$ac_objext` in
lrcalc-1.2/configure-6845-      *ELF-32*)
##############################################
lrcalc-1.2/configure-6863-    if test "$lt_cv_prog_gnu_ld" = yes; then
lrcalc-1.2/configure:6864:      case `/usr/bin/file conftest.$ac_objext` in
lrcalc-1.2/configure-6865-	*32-bit*)
##############################################
lrcalc-1.2/configure-6875-    else
lrcalc-1.2/configure:6876:      case `/usr/bin/file conftest.$ac_objext` in
lrcalc-1.2/configure-6877-	*32-bit*)
##############################################
lrcalc-1.2/configure-7892-do :
lrcalc-1.2/configure:7893:  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
lrcalc-1.2/configure-7894-ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
##############################################
lrcalc-1.2/configure-7897-  cat >>confdefs.h <<_ACEOF
lrcalc-1.2/configure:7898:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
lrcalc-1.2/configure-7899-_ACEOF
##############################################
lrcalc-1.2/configure-7924-  case ${2} in
lrcalc-1.2/configure:7925:  .*) func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%\\\\${2}\$%%"`;;
lrcalc-1.2/configure:7926:  *)  func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%${2}\$%%"`;;
lrcalc-1.2/configure-7927-  esac
##############################################
lrcalc-1.2/configure-8492-done
lrcalc-1.2/configure:8493:cc_basename=`$ECHO "$cc_temp" | $SED "s%.*/%%; s%^$host_alias-%%"`
lrcalc-1.2/configure-8494-
##############################################
lrcalc-1.2/configure-8521-	"file_magic "*)
lrcalc-1.2/configure:8522:	  file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
lrcalc-1.2/configure-8523-	  MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
##############################################
lrcalc-1.2/configure-8587-	"file_magic "*)
lrcalc-1.2/configure:8588:	  file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
lrcalc-1.2/configure-8589-	  MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
##############################################
lrcalc-1.2/configure-8954-      *)
lrcalc-1.2/configure:8955:	case `$CC -V 2>&1 | sed 5q` in
lrcalc-1.2/configure-8956-	*Sun\ Ceres\ Fortran* | *Sun*Fortran*\ [1-7].* | *Sun*Fortran*\ 8.[0-3]*)
##############################################
lrcalc-1.2/configure-9314-  if test "$hard_links" = no; then
lrcalc-1.2/configure:9315:    { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5
lrcalc-1.2/configure:9316:$as_echo "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2;}
lrcalc-1.2/configure-9317-    need_locks=warn
##############################################
lrcalc-1.2/configure-9403-	# shared libraries, regardless of the interface used.
lrcalc-1.2/configure:9404:	case `$LD -v 2>&1` in
lrcalc-1.2/configure-9405-	  *\ \(GNU\ Binutils\)\ 2.19.5*) ;;
##############################################
lrcalc-1.2/configure-9435-    supports_anon_versioning=no
lrcalc-1.2/configure:9436:    case `$LD -v 2>&1` in
lrcalc-1.2/configure-9437-      *GNU\ gold*) supports_anon_versioning=yes ;;
##############################################
lrcalc-1.2/configure-9504-	# is EXPORTS), use it as is; otherwise, prepend...
lrcalc-1.2/configure:9505:	archive_expsym_cmds='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
lrcalc-1.2/configure-9506-	  cp $export_symbols $output_objdir/$soname.def;
##############################################
lrcalc-1.2/configure-9532-      # time.  Moving up from 0x10000000 also allows more sbrk(2) space.
lrcalc-1.2/configure:9533:      archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
lrcalc-1.2/configure:9534:      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'
lrcalc-1.2/configure-9535-      ;;
##############################################
lrcalc-1.2/configure-9550-        pgcc*)				# Portland Group C compiler
lrcalc-1.2/configure:9551:	  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'
lrcalc-1.2/configure-9552-	  tmp_addflag=' $pic_flag'
##############################################
lrcalc-1.2/configure-9555-					# Portland Group f77 and f90 compilers
lrcalc-1.2/configure:9556:	  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'
lrcalc-1.2/configure-9557-	  tmp_addflag=' $pic_flag -Mnomain' ;;
##############################################
lrcalc-1.2/configure-9570-	nvcc*)	# Cuda Compiler Driver 2.2
lrcalc-1.2/configure:9571:	  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'
lrcalc-1.2/configure-9572-	  compiler_needs_object=yes
##############################################
lrcalc-1.2/configure-9574-	esac
lrcalc-1.2/configure:9575:	case `$CC -V 2>&1 | sed 5q` in
lrcalc-1.2/configure-9576-	*Sun\ C*)			# Sun C 5.9
lrcalc-1.2/configure:9577:	  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'
lrcalc-1.2/configure-9578-	  compiler_needs_object=yes
##############################################
lrcalc-1.2/configure-9642-    sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*)
lrcalc-1.2/configure:9643:      case `$LD -v 2>&1` in
lrcalc-1.2/configure-9644-        *\ [01].* | *\ 2.[0-9].* | *\ 2.1[0-5].*)
##############################################
lrcalc-1.2/configure-9765-	# below for broken collect2 doesn't work under 4.3+
lrcalc-1.2/configure:9766:	  collect2name=`${CC} -print-prog-name=collect2`
lrcalc-1.2/configure-9767-	  if test -f "$collect2name" &&
##############################################
lrcalc-1.2/configure-9839-      }'
lrcalc-1.2/configure:9840:  lt_cv_aix_libpath_=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
lrcalc-1.2/configure-9841-  # Check for a 64-bit object if we didn't find anything.
lrcalc-1.2/configure-9842-  if test -z "$lt_cv_aix_libpath_"; then
lrcalc-1.2/configure:9843:    lt_cv_aix_libpath_=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
lrcalc-1.2/configure-9844-  fi
##############################################
lrcalc-1.2/configure-9857-        hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath"
lrcalc-1.2/configure:9858:        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"
lrcalc-1.2/configure-9859-      else
##############################################
lrcalc-1.2/configure-9892-      }'
lrcalc-1.2/configure:9893:  lt_cv_aix_libpath_=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
lrcalc-1.2/configure-9894-  # Check for a 64-bit object if we didn't find anything.
lrcalc-1.2/configure-9895-  if test -z "$lt_cv_aix_libpath_"; then
lrcalc-1.2/configure:9896:    lt_cv_aix_libpath_=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
lrcalc-1.2/configure-9897-  fi
##############################################
lrcalc-1.2/configure-9965-	archive_cmds='$CC -o $output_objdir/$soname $libobjs $compiler_flags $deplibs -Wl,-dll~linknames='
lrcalc-1.2/configure:9966:	archive_expsym_cmds='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
lrcalc-1.2/configure-9967-	    sed -n -e 's/\\\\\\\(.*\\\\\\\)/-link\\\ -EXPORT:\\\\\\\1/' -e '1\\\!p' < $export_symbols > $output_objdir/$soname.exp;
##############################################
lrcalc-1.2/configure-10002-	# FIXME: Setting linknames here is a bad hack.
lrcalc-1.2/configure:10003:	archive_cmds='$CC -o $lib $libobjs $compiler_flags `func_echo_all "$deplibs" | $SED '\''s/ -lc$//'\''` -link -dll~linknames='
lrcalc-1.2/configure-10004-	# The linker will automatically build a .lib file if we build a DLL.
##############################################
lrcalc-1.2/configure-10020-  if test "$lt_cv_ld_force_load" = "yes"; then
lrcalc-1.2/configure:10021:    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\"`'
lrcalc-1.2/configure-10022-
##############################################
lrcalc-1.2/configure-10200-      if test "$GCC" = yes; then
lrcalc-1.2/configure:10201:	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'
lrcalc-1.2/configure-10202-	# Try to use the -exported_symbol ld option, if it does not
##############################################
lrcalc-1.2/configure-10228-	if test "$lt_cv_irix_exported_symbol" = yes; then
lrcalc-1.2/configure:10229:          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'
lrcalc-1.2/configure-10230-	fi
lrcalc-1.2/configure-10231-      else
lrcalc-1.2/configure:10232:	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'
lrcalc-1.2/configure:10233:	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'
lrcalc-1.2/configure-10234-      fi
##############################################
lrcalc-1.2/configure-10268-	hardcode_direct_absolute=yes
lrcalc-1.2/configure:10269:	if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
lrcalc-1.2/configure-10270-	  archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
##############################################
lrcalc-1.2/configure-10301-	allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'
lrcalc-1.2/configure:10302:	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'
lrcalc-1.2/configure-10303-      else
lrcalc-1.2/configure-10304-	allow_undefined_flag=' -expect_unresolved \*'
lrcalc-1.2/configure:10305:	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'
lrcalc-1.2/configure-10306-      fi
##############################################
lrcalc-1.2/configure-10314-	allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'
lrcalc-1.2/configure:10315:	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'
lrcalc-1.2/configure-10316-	hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
##############################################
lrcalc-1.2/configure-10318-	allow_undefined_flag=' -expect_unresolved \*'
lrcalc-1.2/configure:10319:	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'
lrcalc-1.2/configure:10320:	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~
lrcalc-1.2/configure:10321:	$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'
lrcalc-1.2/configure-10322-
##############################################
lrcalc-1.2/configure-10337-      else
lrcalc-1.2/configure:10338:	case `$CC -V 2>&1` in
lrcalc-1.2/configure-10339-	*"Compilers 5.0"*)
##############################################
lrcalc-1.2/configure-10736-  esac
lrcalc-1.2/configure:10737:  lt_search_path_spec=`$CC -print-search-dirs | awk $lt_awk_arg | $SED -e "s/^libraries://" -e $lt_sed_strip_eq`
lrcalc-1.2/configure-10738-  case $lt_search_path_spec in
##############################################
lrcalc-1.2/configure-10743-    # okay in the real world where ";" in dirpaths is itself problematic.
lrcalc-1.2/configure:10744:    lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED 's/;/ /g'`
lrcalc-1.2/configure-10745-    ;;
lrcalc-1.2/configure-10746-  *)
lrcalc-1.2/configure:10747:    lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED "s/$PATH_SEPARATOR/ /g"`
lrcalc-1.2/configure-10748-    ;;
##############################################
lrcalc-1.2/configure-10752-  lt_tmp_lt_search_path_spec=
lrcalc-1.2/configure:10753:  lt_multi_os_dir=`$CC $CPPFLAGS $CFLAGS $LDFLAGS -print-multi-os-directory 2>/dev/null`
lrcalc-1.2/configure-10754-  for lt_sys_path in $lt_search_path_spec; do
##############################################
lrcalc-1.2/configure-10787-  esac
lrcalc-1.2/configure:10788:  sys_lib_search_path_spec=`$ECHO "$lt_search_path_spec" | $lt_NL2SP`
lrcalc-1.2/configure-10789-else
##############################################
lrcalc-1.2/configure-10875-    # Create ${libname}_ixlibrary.a entries in /sys/libs.
lrcalc-1.2/configure:10876:    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'
lrcalc-1.2/configure-10877-    ;;
##############################################
lrcalc-1.2/configure-10911-    # DLL is installed to $(libdir)/../bin by postinstall_cmds
lrcalc-1.2/configure:10912:    postinstall_cmds='base_file=`basename \${file}`~
lrcalc-1.2/configure:10913:      dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i; echo \$dlname'\''`~
lrcalc-1.2/configure:10914:      dldir=$destdir/`dirname \$dlpath`~
lrcalc-1.2/configure-10915-      test -d \$dldir || mkdir -p \$dldir~
##############################################
lrcalc-1.2/configure-10920-      fi'
lrcalc-1.2/configure:10921:    postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
lrcalc-1.2/configure-10922-      dlpath=$dir/\$dldll~
##############################################
lrcalc-1.2/configure-10928-      # Cygwin DLLs use 'cyg' prefix rather than 'lib'
lrcalc-1.2/configure:10929:      soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
lrcalc-1.2/configure-10930-
##############################################
lrcalc-1.2/configure-10934-      # MinGW DLLs use traditional 'lib' prefix
lrcalc-1.2/configure:10935:      soname_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
lrcalc-1.2/configure-10936-      ;;
##############################################
lrcalc-1.2/configure-10938-      # pw32 DLLs use 'pw' prefix rather than 'lib'
lrcalc-1.2/configure:10939:      library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
lrcalc-1.2/configure-10940-      ;;
##############################################
lrcalc-1.2/configure-10947-    libname_spec='$name'
lrcalc-1.2/configure:10948:    soname_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
lrcalc-1.2/configure-10949-    library_names_spec='${libname}.dll.lib'
##############################################
lrcalc-1.2/configure-10959-        # Let DOS variable expansion print the short 8.3 style file name.
lrcalc-1.2/configure:10960:        lt_path=`cd "$lt_path" 2>/dev/null && cmd //C "for %i in (".") do @echo %~si"`
lrcalc-1.2/configure-10961-        sys_lib_search_path_spec="$sys_lib_search_path_spec $lt_path"
##############################################
lrcalc-1.2/configure-10964-      # Convert to MSYS style.
lrcalc-1.2/configure:10965:      sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | sed -e 's|\\\\|/|g' -e 's| \\([a-zA-Z]\\):| /\\1|g' -e 's|^ ||'`
lrcalc-1.2/configure-10966-      ;;
##############################################
lrcalc-1.2/configure-10970-      # like /cygdrive/c/PROGRA~1:/cygdr...
lrcalc-1.2/configure:10971:      sys_lib_search_path_spec=`cygpath --path --unix "$LIB"`
lrcalc-1.2/configure:10972:      sys_lib_search_path_spec=`cygpath --path --dos "$sys_lib_search_path_spec" 2>/dev/null`
lrcalc-1.2/configure:10973:      sys_lib_search_path_spec=`cygpath --path --unix "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"`
lrcalc-1.2/configure-10974-      ;;
##############################################
lrcalc-1.2/configure-10978-        # It is most probably a Windows format PATH.
lrcalc-1.2/configure:10979:        sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'`
lrcalc-1.2/configure-10980-      else
lrcalc-1.2/configure:10981:        sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"`
lrcalc-1.2/configure-10982-      fi
##############################################
lrcalc-1.2/configure-10988-    # DLL is installed to $(libdir)/../bin by postinstall_cmds
lrcalc-1.2/configure:10989:    postinstall_cmds='base_file=`basename \${file}`~
lrcalc-1.2/configure:10990:      dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i; echo \$dlname'\''`~
lrcalc-1.2/configure:10991:      dldir=$destdir/`dirname \$dlpath`~
lrcalc-1.2/configure-10992-      test -d \$dldir || mkdir -p \$dldir~
lrcalc-1.2/configure-10993-      $install_prog $dir/$dlname \$dldir/$dlname'
lrcalc-1.2/configure:10994:    postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
lrcalc-1.2/configure-10995-      dlpath=$dir/\$dldll~
##############################################
lrcalc-1.2/configure-11002-    # Assume MSVC wrapper
lrcalc-1.2/configure:11003:    library_names_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext} $libname.lib'
lrcalc-1.2/configure-11004-    dynamic_linker='Win32 ld.exe'
##############################################
lrcalc-1.2/configure-11019-  shlibpath_var=DYLD_LIBRARY_PATH
lrcalc-1.2/configure:11020:  shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`'
lrcalc-1.2/configure-11021-
##############################################
lrcalc-1.2/configure-11256-  if test -f /etc/ld.so.conf; then
lrcalc-1.2/configure:11257:    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' ' '`
lrcalc-1.2/configure-11258-    sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra"
##############################################
lrcalc-1.2/configure-11330-  shlibpath_var=LD_LIBRARY_PATH
lrcalc-1.2/configure:11331:  if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
lrcalc-1.2/configure-11332-    case $host_os in
##############################################
lrcalc-1.2/configure-12479-done
lrcalc-1.2/configure:12480:cc_basename=`$ECHO "$cc_temp" | $SED "s%.*/%%; s%^$host_alias-%%"`
lrcalc-1.2/configure-12481-
##############################################
lrcalc-1.2/configure-12511-    # gcc leaves a trailing carriage return which upsets mingw
lrcalc-1.2/configure:12512:    ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
lrcalc-1.2/configure-12513-  *)
lrcalc-1.2/configure:12514:    ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
lrcalc-1.2/configure-12515-  esac
##############################################
lrcalc-1.2/configure-12520-      # Canonicalize the pathname of ld
lrcalc-1.2/configure:12521:      ac_prog=`$ECHO "$ac_prog"| $SED 's%\\\\%/%g'`
lrcalc-1.2/configure-12522-      while $ECHO "$ac_prog" | $GREP "$re_direlt" > /dev/null 2>&1; do
lrcalc-1.2/configure:12523:	ac_prog=`$ECHO $ac_prog| $SED "s%$re_direlt%/%"`
lrcalc-1.2/configure-12524-      done
##############################################
lrcalc-1.2/configure-12555-      # Break only if it was the GNU/non-GNU ld that we prefer.
lrcalc-1.2/configure:12556:      case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in
lrcalc-1.2/configure-12557-      *GNU* | *'with BFD'*)
##############################################
lrcalc-1.2/configure-12586-  # I'd rather use --version here, but apparently some GNU lds only accept -v.
lrcalc-1.2/configure:12587:case `$LD -v 2>&1 </dev/null` in
lrcalc-1.2/configure-12588-*GNU* | *'with BFD'*)
##############################################
lrcalc-1.2/configure-12620-        # ancient GNU ld didn't support --whole-archive et. al.
lrcalc-1.2/configure:12621:        if eval "`$CC -print-prog-name=ld` --help 2>&1" |
lrcalc-1.2/configure-12622-	  $GREP 'no-whole-archive' > /dev/null; then
##############################################
lrcalc-1.2/configure-12704-          # below for broken collect2 doesn't work under 4.3+
lrcalc-1.2/configure:12705:	  collect2name=`${CC} -print-prog-name=collect2`
lrcalc-1.2/configure-12706-	  if test -f "$collect2name" &&
##############################################
lrcalc-1.2/configure-12777-      }'
lrcalc-1.2/configure:12778:  lt_cv_aix_libpath__CXX=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
lrcalc-1.2/configure-12779-  # Check for a 64-bit object if we didn't find anything.
lrcalc-1.2/configure-12780-  if test -z "$lt_cv_aix_libpath__CXX"; then
lrcalc-1.2/configure:12781:    lt_cv_aix_libpath__CXX=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
lrcalc-1.2/configure-12782-  fi
##############################################
lrcalc-1.2/configure-12796-
lrcalc-1.2/configure:12797:          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"
lrcalc-1.2/configure-12798-        else
##############################################
lrcalc-1.2/configure-12831-      }'
lrcalc-1.2/configure:12832:  lt_cv_aix_libpath__CXX=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
lrcalc-1.2/configure-12833-  # Check for a 64-bit object if we didn't find anything.
lrcalc-1.2/configure-12834-  if test -z "$lt_cv_aix_libpath__CXX"; then
lrcalc-1.2/configure:12835:    lt_cv_aix_libpath__CXX=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
lrcalc-1.2/configure-12836-  fi
##############################################
lrcalc-1.2/configure-12904-	  archive_cmds_CXX='$CC -o $output_objdir/$soname $libobjs $compiler_flags $deplibs -Wl,-dll~linknames='
lrcalc-1.2/configure:12905:	  archive_expsym_cmds_CXX='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
lrcalc-1.2/configure-12906-	      $SED -n -e 's/\\\\\\\(.*\\\\\\\)/-link\\\ -EXPORT:\\\\\\\1/' -e '1\\\!p' < $export_symbols > $output_objdir/$soname.exp;
##############################################
lrcalc-1.2/configure-12945-	    # is EXPORTS), use it as is; otherwise, prepend...
lrcalc-1.2/configure:12946:	    archive_expsym_cmds_CXX='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
lrcalc-1.2/configure-12947-	      cp $export_symbols $output_objdir/$soname.def;
##############################################
lrcalc-1.2/configure-12966-  if test "$lt_cv_ld_force_load" = "yes"; then
lrcalc-1.2/configure:12967:    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\"`'
lrcalc-1.2/configure-12968-
##############################################
lrcalc-1.2/configure-13060-            # dependencies.
lrcalc-1.2/configure:13061:            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"'
lrcalc-1.2/configure-13062-            ;;
##############################################
lrcalc-1.2/configure-13125-	    # dependencies.
lrcalc-1.2/configure:13126:	    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"'
lrcalc-1.2/configure-13127-	    ;;
##############################################
lrcalc-1.2/configure-13161-	# time.  Moving up from 0x10000000 also allows more sbrk(2) space.
lrcalc-1.2/configure:13162:	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'
lrcalc-1.2/configure:13163:	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'
lrcalc-1.2/configure-13164-	;;
##############################################
lrcalc-1.2/configure-13168-	    # SGI C++
lrcalc-1.2/configure:13169:	    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'
lrcalc-1.2/configure-13170-
##############################################
lrcalc-1.2/configure-13179-	      if test "$with_gnu_ld" = no; then
lrcalc-1.2/configure:13180:	        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'
lrcalc-1.2/configure-13181-	      else
lrcalc-1.2/configure:13182:	        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'
lrcalc-1.2/configure-13183-	      fi
##############################################
lrcalc-1.2/configure-13200-	    # to its proper name (with version) after linking.
lrcalc-1.2/configure:13201:	    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'
lrcalc-1.2/configure:13202:	    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'
lrcalc-1.2/configure-13203-	    # Commands to make compiler produce verbose output that lists
##############################################
lrcalc-1.2/configure-13210-	    # dependencies.
lrcalc-1.2/configure:13211:	    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"'
lrcalc-1.2/configure-13212-
##############################################
lrcalc-1.2/configure-13225-	    # earlier do not add the objects themselves.
lrcalc-1.2/configure:13226:	    case `$CC -V 2>&1` in
lrcalc-1.2/configure-13227-	      *"Version 7."*)
##############################################
lrcalc-1.2/configure-13246-            # Portland Group C++ compiler
lrcalc-1.2/configure:13247:	    case `$CC -V` in
lrcalc-1.2/configure-13248-	    *pgCC\ [1-5].* | *pgcpp\ [1-5].*)
##############################################
lrcalc-1.2/configure-13251-		$CC --prelink_objects --instantiation_dir $tpldir $objs $libobjs $compile_deplibs~
lrcalc-1.2/configure:13252:		compile_command="$compile_command `find $tpldir -name \*.o | sort | $NL2SP`"'
lrcalc-1.2/configure-13253-	      old_archive_cmds_CXX='tpldir=Template.dir~
##############################################
lrcalc-1.2/configure-13255-		$CC --prelink_objects --instantiation_dir $tpldir $oldobjs$old_deplibs~
lrcalc-1.2/configure:13256:		$AR $AR_FLAGS $oldlib$oldobjs$old_deplibs `find $tpldir -name \*.o | sort | $NL2SP`~
lrcalc-1.2/configure-13257-		$RANLIB $oldlib'
##############################################
lrcalc-1.2/configure-13260-		$CC --prelink_objects --instantiation_dir $tpldir $predep_objects $libobjs $deplibs $convenience $postdep_objects~
lrcalc-1.2/configure:13261:		$CC -shared $pic_flag $predep_objects $libobjs $deplibs `find $tpldir -name \*.o | sort | $NL2SP` $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname -o $lib'
lrcalc-1.2/configure-13262-	      archive_expsym_cmds_CXX='tpldir=Template.dir~
##############################################
lrcalc-1.2/configure-13264-		$CC --prelink_objects --instantiation_dir $tpldir $predep_objects $libobjs $deplibs $convenience $postdep_objects~
lrcalc-1.2/configure:13265:		$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'
lrcalc-1.2/configure-13266-	      ;;
##############################################
lrcalc-1.2/configure-13274-	    export_dynamic_flag_spec_CXX='${wl}--export-dynamic'
lrcalc-1.2/configure:13275:	    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'
lrcalc-1.2/configure-13276-            ;;
##############################################
lrcalc-1.2/configure-13293-	    # dependencies.
lrcalc-1.2/configure:13294:	    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'
lrcalc-1.2/configure-13295-	    ;;
##############################################
lrcalc-1.2/configure-13308-	  *)
lrcalc-1.2/configure:13309:	    case `$CC -V 2>&1 | sed 5q` in
lrcalc-1.2/configure-13310-	    *Sun\ C*)
##############################################
lrcalc-1.2/configure-13315-	      hardcode_libdir_flag_spec_CXX='-R$libdir'
lrcalc-1.2/configure:13316:	      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'
lrcalc-1.2/configure-13317-	      compiler_needs_object_CXX=yes
##############################################
lrcalc-1.2/configure-13385-	  hardcode_libdir_flag_spec_CXX='${wl}-rpath,$libdir'
lrcalc-1.2/configure:13386:	  if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
lrcalc-1.2/configure-13387-	    archive_expsym_cmds_CXX='$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-retain-symbols-file,$export_symbols -o $lib'
##############################################
lrcalc-1.2/configure-13404-	    # to its proper name (with version) after linking.
lrcalc-1.2/configure:13405:	    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'
lrcalc-1.2/configure-13406-
##############################################
lrcalc-1.2/configure-13425-	        allow_undefined_flag_CXX=' ${wl}-expect_unresolved ${wl}\*'
lrcalc-1.2/configure:13426:	        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'
lrcalc-1.2/configure-13427-	        hardcode_libdir_flag_spec_CXX='${wl}-rpath ${wl}$libdir'
##############################################
lrcalc-1.2/configure-13430-	        allow_undefined_flag_CXX=' -expect_unresolved \*'
lrcalc-1.2/configure:13431:	        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'
lrcalc-1.2/configure:13432:	        archive_expsym_cmds_CXX='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done~
lrcalc-1.2/configure-13433-	          echo "-hidden">> $lib.exp~
lrcalc-1.2/configure:13434:	          $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~
lrcalc-1.2/configure-13435-	          $RM $lib.exp'
##############################################
lrcalc-1.2/configure-13449-	    # dependencies.
lrcalc-1.2/configure:13450:	    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"'
lrcalc-1.2/configure-13451-	    ;;
##############################################
lrcalc-1.2/configure-13456-	        osf3*)
lrcalc-1.2/configure:13457:	          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'
lrcalc-1.2/configure-13458-		  ;;
lrcalc-1.2/configure-13459-	        *)
lrcalc-1.2/configure:13460:	          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'
lrcalc-1.2/configure-13461-		  ;;
##############################################
lrcalc-1.2/configure-13703-
lrcalc-1.2/configure:13704:  for p in `eval "$output_verbose_link_cmd"`; do
lrcalc-1.2/configure-13705-    case ${prev}${p} in
##############################################
lrcalc-1.2/configure-13800-linux*)
lrcalc-1.2/configure:13801:  case `$CC -V 2>&1 | sed 5q` in
lrcalc-1.2/configure-13802-  *Sun\ C*)
##############################################
lrcalc-1.2/configure-13851-if test -n "${compiler_lib_search_path_CXX}"; then
lrcalc-1.2/configure:13852: compiler_lib_search_dirs_CXX=`echo " ${compiler_lib_search_path_CXX}" | ${SED} -e 's! -L! !g' -e 's!^ !!'`
lrcalc-1.2/configure-13853-fi
##############################################
lrcalc-1.2/configure-14092-	  *)
lrcalc-1.2/configure:14093:	    case `$CC -V 2>&1 | sed 5q` in
lrcalc-1.2/configure-14094-	    *Sun\ C*)
##############################################
lrcalc-1.2/configure-14446-  if test "$hard_links" = no; then
lrcalc-1.2/configure:14447:    { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5
lrcalc-1.2/configure:14448:$as_echo "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2;}
lrcalc-1.2/configure-14449-    need_locks=warn
##############################################
lrcalc-1.2/configure-14723-    # Create ${libname}_ixlibrary.a entries in /sys/libs.
lrcalc-1.2/configure:14724:    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'
lrcalc-1.2/configure-14725-    ;;
##############################################
lrcalc-1.2/configure-14759-    # DLL is installed to $(libdir)/../bin by postinstall_cmds
lrcalc-1.2/configure:14760:    postinstall_cmds='base_file=`basename \${file}`~
lrcalc-1.2/configure:14761:      dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i; echo \$dlname'\''`~
lrcalc-1.2/configure:14762:      dldir=$destdir/`dirname \$dlpath`~
lrcalc-1.2/configure-14763-      test -d \$dldir || mkdir -p \$dldir~
##############################################
lrcalc-1.2/configure-14768-      fi'
lrcalc-1.2/configure:14769:    postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
lrcalc-1.2/configure-14770-      dlpath=$dir/\$dldll~
##############################################
lrcalc-1.2/configure-14776-      # Cygwin DLLs use 'cyg' prefix rather than 'lib'
lrcalc-1.2/configure:14777:      soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
lrcalc-1.2/configure-14778-
##############################################
lrcalc-1.2/configure-14781-      # MinGW DLLs use traditional 'lib' prefix
lrcalc-1.2/configure:14782:      soname_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
lrcalc-1.2/configure-14783-      ;;
##############################################
lrcalc-1.2/configure-14785-      # pw32 DLLs use 'pw' prefix rather than 'lib'
lrcalc-1.2/configure:14786:      library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
lrcalc-1.2/configure-14787-      ;;
##############################################
lrcalc-1.2/configure-14794-    libname_spec='$name'
lrcalc-1.2/configure:14795:    soname_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
lrcalc-1.2/configure-14796-    library_names_spec='${libname}.dll.lib'
##############################################
lrcalc-1.2/configure-14806-        # Let DOS variable expansion print the short 8.3 style file name.
lrcalc-1.2/configure:14807:        lt_path=`cd "$lt_path" 2>/dev/null && cmd //C "for %i in (".") do @echo %~si"`
lrcalc-1.2/configure-14808-        sys_lib_search_path_spec="$sys_lib_search_path_spec $lt_path"
##############################################
lrcalc-1.2/configure-14811-      # Convert to MSYS style.
lrcalc-1.2/configure:14812:      sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | sed -e 's|\\\\|/|g' -e 's| \\([a-zA-Z]\\):| /\\1|g' -e 's|^ ||'`
lrcalc-1.2/configure-14813-      ;;
##############################################
lrcalc-1.2/configure-14817-      # like /cygdrive/c/PROGRA~1:/cygdr...
lrcalc-1.2/configure:14818:      sys_lib_search_path_spec=`cygpath --path --unix "$LIB"`
lrcalc-1.2/configure:14819:      sys_lib_search_path_spec=`cygpath --path --dos "$sys_lib_search_path_spec" 2>/dev/null`
lrcalc-1.2/configure:14820:      sys_lib_search_path_spec=`cygpath --path --unix "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"`
lrcalc-1.2/configure-14821-      ;;
##############################################
lrcalc-1.2/configure-14825-        # It is most probably a Windows format PATH.
lrcalc-1.2/configure:14826:        sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'`
lrcalc-1.2/configure-14827-      else
lrcalc-1.2/configure:14828:        sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"`
lrcalc-1.2/configure-14829-      fi
##############################################
lrcalc-1.2/configure-14835-    # DLL is installed to $(libdir)/../bin by postinstall_cmds
lrcalc-1.2/configure:14836:    postinstall_cmds='base_file=`basename \${file}`~
lrcalc-1.2/configure:14837:      dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i; echo \$dlname'\''`~
lrcalc-1.2/configure:14838:      dldir=$destdir/`dirname \$dlpath`~
lrcalc-1.2/configure-14839-      test -d \$dldir || mkdir -p \$dldir~
lrcalc-1.2/configure-14840-      $install_prog $dir/$dlname \$dldir/$dlname'
lrcalc-1.2/configure:14841:    postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
lrcalc-1.2/configure-14842-      dlpath=$dir/\$dldll~
##############################################
lrcalc-1.2/configure-14849-    # Assume MSVC wrapper
lrcalc-1.2/configure:14850:    library_names_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext} $libname.lib'
lrcalc-1.2/configure-14851-    dynamic_linker='Win32 ld.exe'
##############################################
lrcalc-1.2/configure-14866-  shlibpath_var=DYLD_LIBRARY_PATH
lrcalc-1.2/configure:14867:  shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`'
lrcalc-1.2/configure-14868-
##############################################
lrcalc-1.2/configure-15102-  if test -f /etc/ld.so.conf; then
lrcalc-1.2/configure:15103:    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' ' '`
lrcalc-1.2/configure-15104-    sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra"
##############################################
lrcalc-1.2/configure-15176-  shlibpath_var=LD_LIBRARY_PATH
lrcalc-1.2/configure:15177:  if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
lrcalc-1.2/configure-15178-    case $host_os in
##############################################
lrcalc-1.2/configure-15469-do :
lrcalc-1.2/configure:15470:  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
lrcalc-1.2/configure-15471-ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
##############################################
lrcalc-1.2/configure-15473-  cat >>confdefs.h <<_ACEOF
lrcalc-1.2/configure:15474:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
lrcalc-1.2/configure-15475-_ACEOF
##############################################
lrcalc-1.2/configure-15631-do :
lrcalc-1.2/configure:15632:  as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
lrcalc-1.2/configure-15633-ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
##############################################
lrcalc-1.2/configure-15635-  cat >>confdefs.h <<_ACEOF
lrcalc-1.2/configure:15636:#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
lrcalc-1.2/configure-15637-_ACEOF
##############################################
lrcalc-1.2/configure-15742-  ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
lrcalc-1.2/configure:15743:  ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
lrcalc-1.2/configure-15744-  # 2. Prepend LIBOBJDIR.  When used with automake>=1.10 LIBOBJDIR
##############################################
lrcalc-1.2/configure-15833-if test -z "$BASH_VERSION$ZSH_VERSION" \
lrcalc-1.2/configure:15834:    && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
lrcalc-1.2/configure-15835-  as_echo='print -r --'
lrcalc-1.2/configure-15836-  as_echo_n='print -rn --'
lrcalc-1.2/configure:15837:elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
lrcalc-1.2/configure-15838-  as_echo='printf %s\n'
##############################################
lrcalc-1.2/configure-15840-else
lrcalc-1.2/configure:15841:  if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
lrcalc-1.2/configure-15842-    as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
##############################################
lrcalc-1.2/configure-15850-	expr "X$arg" : "X\\(.*\\)$as_nl";
lrcalc-1.2/configure:15851:	arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
lrcalc-1.2/configure-15852-      esac;
##############################################
lrcalc-1.2/configure-15927-# ----------------------------------------
lrcalc-1.2/configure:15928:# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
lrcalc-1.2/configure-15929-# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
##############################################
lrcalc-1.2/configure-15999-  {
lrcalc-1.2/configure:16000:    as_val=`expr "$@" || test $? -eq 1`
lrcalc-1.2/configure-16001-  }
##############################################
lrcalc-1.2/configure-16103-      case $as_dir in #(
lrcalc-1.2/configure:16104:      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
lrcalc-1.2/configure-16105-      *) as_qdir=$as_dir;;
##############################################
lrcalc-1.2/configure-16160-	esac;
lrcalc-1.2/configure:16161:	case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #((
lrcalc-1.2/configure-16162-	???[sx]*):;;*)false;;esac;fi
##############################################
lrcalc-1.2/configure-16250-cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
lrcalc-1.2/configure:16251:ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
lrcalc-1.2/configure-16252-ac_cs_version="\\
##############################################
lrcalc-1.2/configure-16275-  --*=?*)
lrcalc-1.2/configure:16276:    ac_option=`expr "X$1" : 'X\([^=]*\)='`
lrcalc-1.2/configure:16277:    ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
lrcalc-1.2/configure-16278-    ac_shift=:
##############################################
lrcalc-1.2/configure-16280-  --*=)
lrcalc-1.2/configure:16281:    ac_option=`expr "X$1" : 'X\([^=]*\)='`
lrcalc-1.2/configure-16282-    ac_optarg=
##############################################
lrcalc-1.2/configure-16304-    case $ac_optarg in
lrcalc-1.2/configure:16305:    *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
lrcalc-1.2/configure-16306-    '') as_fn_error $? "missing file argument" ;;
##############################################
lrcalc-1.2/configure-16312-    case $ac_optarg in
lrcalc-1.2/configure:16313:    *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
lrcalc-1.2/configure-16314-    esac
##############################################
lrcalc-1.2/configure-16381-delay_variable_subst='$delay_variable_subst'
lrcalc-1.2/configure:16382:macro_version='`$ECHO "$macro_version" | $SED "$delay_single_quote_subst"`'
lrcalc-1.2/configure:16383:macro_revision='`$ECHO "$macro_revision" | $SED "$delay_single_quote_subst"`'
lrcalc-1.2/configure:16384:AS='`$ECHO "$AS" | $SED "$delay_single_quote_subst"`'
lrcalc-1.2/configure:16385:DLLTOOL='`$ECHO "$DLLTOOL" | $SED "$delay_single_quote_subst"`'
lrcalc-1.2/configure:16386:OBJDUMP='`$ECHO "$OBJDUMP" | $SED "$delay_single_quote_subst"`'
lrcalc-1.2/configure:16387:enable_shared='`$ECHO "$enable_shared" | $SED "$delay_single_quote_subst"`'
lrcalc-1.2/configure:16388:enable_static='`$ECHO "$enable_static" | $SED "$delay_single_quote_subst"`'
lrcalc-1.2/configure:16389:pic_mode='`$ECHO "$pic_mode" | $SED "$delay_single_quote_subst"`'
lrcalc-1.2/configure:16390:enable_fast_install='`$ECHO "$enable_fast_install" | $SED "$delay_single_quote_subst"`'
lrcalc-1.2/configure:16391:SHELL='`$ECHO "$SHELL" | $SED "$delay_single_quote_subst"`'
lrcalc-1.2/configure:16392:ECHO='`$ECHO "$ECHO" | $SED "$delay_single_quote_subst"`'
lrcalc-1.2/configure:16393:PATH_SEPARATOR='`$ECHO "$PATH_SEPARATOR" | $SED "$delay_single_quote_subst"`'
lrcalc-1.2/configure:16394:host_alias='`$ECHO "$host_alias" | $SED "$delay_single_quote_subst"`'
lrcalc-1.2/configure:16395:host='`$ECHO "$host" | $SED "$delay_single_quote_subst"`'
lrcalc-1.2/configure:16396:host_os='`$ECHO "$host_os" | $SED "$delay_single_quote_subst"`'
lrcalc-1.2/configure:16397:build_alias='`$ECHO "$build_alias" | $SED "$delay_single_quote_subst"`'
lrcalc-1.2/configure:16398:build='`$ECHO "$build" | $SED "$delay_single_quote_subst"`'
lrcalc-1.2/configure:16399:build_os='`$ECHO "$build_os" | $SED "$delay_single_quote_subst"`'
lrcalc-1.2/configure:16400:SED='`$ECHO "$SED" | $SED "$delay_single_quote_subst"`'
lrcalc-1.2/configure:16401:Xsed='`$ECHO "$Xsed" | $SED "$delay_single_quote_subst"`'
lrcalc-1.2/configure:16402:GREP='`$ECHO "$GREP" | $SED "$delay_single_quote_subst"`'
lrcalc-1.2/configure:16403:EGREP='`$ECHO "$EGREP" | $SED "$delay_single_quote_subst"`'
lrcalc-1.2/configure:16404:FGREP='`$ECHO "$FGREP" | $SED "$delay_single_quote_subst"`'
lrcalc-1.2/configure:16405:LD='`$ECHO "$LD" | $SED "$delay_single_quote_subst"`'
lrcalc-1.2/configure:16406:NM='`$ECHO "$NM" | $SED "$delay_single_quote_subst"`'
lrcalc-1.2/configure:16407:LN_S='`$ECHO "$LN_S" | $SED "$delay_single_quote_subst"`'
lrcalc-1.2/configure:16408:max_cmd_len='`$ECHO "$max_cmd_len" | $SED "$delay_single_quote_subst"`'
lrcalc-1.2/configure:16409:ac_objext='`$ECHO "$ac_objext" | $SED "$delay_single_quote_subst"`'
lrcalc-1.2/configure:16410:exeext='`$ECHO "$exeext" | $SED "$delay_single_quote_subst"`'
lrcalc-1.2/configure:16411:lt_unset='`$ECHO "$lt_unset" | $SED "$delay_single_quote_subst"`'
lrcalc-1.2/configure:16412:lt_SP2NL='`$ECHO "$lt_SP2NL" | $SED "$delay_single_quote_subst"`'
lrcalc-1.2/configure:16413:lt_NL2SP='`$ECHO "$lt_NL2SP" | $SED "$delay_single_quote_subst"`'
lrcalc-1.2/configure:16414:lt_cv_to_host_file_cmd='`$ECHO "$lt_cv_to_host_file_cmd" | $SED "$delay_single_quote_subst"`'
lrcalc-1.2/configure:16415:lt_cv_to_tool_file_cmd='`$ECHO "$lt_cv_to_tool_file_cmd" | $SED "$delay_single_quote_subst"`'
lrcalc-1.2/configure:16416:reload_flag='`$ECHO "$reload_flag" | $SED "$delay_single_quote_subst"`'
lrcalc-1.2/configure:16417:reload_cmds='`$ECHO "$reload_cmds" | $SED "$delay_single_quote_subst"`'
lrcalc-1.2/configure:16418:deplibs_check_method='`$ECHO "$deplibs_check_method" | $SED "$delay_single_quote_subst"`'
lrcalc-1.2/configure:16419:file_magic_cmd='`$ECHO "$file_magic_cmd" | $SED "$delay_single_quote_subst"`'
lrcalc-1.2/configure:16420:file_magic_glob='`$ECHO "$file_magic_glob" | $SED "$delay_single_quote_subst"`'
lrcalc-1.2/configure:16421:want_nocaseglob='`$ECHO "$want_nocaseglob" | $SED "$delay_single_quote_subst"`'
lrcalc-1.2/configure:16422:sharedlib_from_linklib_cmd='`$ECHO "$sharedlib_from_linklib_cmd" | $SED "$delay_single_quote_subst"`'
lrcalc-1.2/configure:16423:AR='`$ECHO "$AR" | $SED "$delay_single_quote_subst"`'
lrcalc-1.2/configure:16424:AR_FLAGS='`$ECHO "$AR_FLAGS" | $SED "$delay_single_quote_subst"`'
lrcalc-1.2/configure:16425:archiver_list_spec='`$ECHO "$archiver_list_spec" | $SED "$delay_single_quote_subst"`'
lrcalc-1.2/configure:16426:STRIP='`$ECHO "$STRIP" | $SED "$delay_single_quote_subst"`'
lrcalc-1.2/configure:16427:RANLIB='`$ECHO "$RANLIB" | $SED "$delay_single_quote_subst"`'
lrcalc-1.2/configure:16428:old_postinstall_cmds='`$ECHO "$old_postinstall_cmds" | $SED "$delay_single_quote_subst"`'
lrcalc-1.2/configure:16429:old_postuninstall_cmds='`$ECHO "$old_postuninstall_cmds" | $SED "$delay_single_quote_subst"`'
lrcalc-1.2/configure:16430:old_archive_cmds='`$ECHO "$old_archive_cmds" | $SED "$delay_single_quote_subst"`'
lrcalc-1.2/configure:16431:lock_old_archive_extraction='`$ECHO "$lock_old_archive_extraction" | $SED "$delay_single_quote_subst"`'
lrcalc-1.2/configure:16432:CC='`$ECHO "$CC" | $SED "$delay_single_quote_subst"`'
lrcalc-1.2/configure:16433:CFLAGS='`$ECHO "$CFLAGS" | $SED "$delay_single_quote_subst"`'
lrcalc-1.2/configure:16434:compiler='`$ECHO "$compiler" | $SED "$delay_single_quote_subst"`'
lrcalc-1.2/configure:16435:GCC='`$ECHO "$GCC" | $SED "$delay_single_quote_subst"`'
lrcalc-1.2/configure:16436:lt_cv_sys_global_symbol_pipe='`$ECHO "$lt_cv_sys_global_symbol_pipe" | $SED "$delay_single_quote_subst"`'
lrcalc-1.2/configure:16437:lt_cv_sys_global_symbol_to_cdecl='`$ECHO "$lt_cv_sys_global_symbol_to_cdecl" | $SED "$delay_single_quote_subst"`'
lrcalc-1.2/configure:16438:lt_cv_sys_global_symbol_to_c_name_address='`$ECHO "$lt_cv_sys_global_symbol_to_c_name_address" | $SED "$delay_single_quote_subst"`'
lrcalc-1.2/configure:16439: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"`'
lrcalc-1.2/configure:16440:nm_file_list_spec='`$ECHO "$nm_file_list_spec" | $SED "$delay_single_quote_subst"`'
lrcalc-1.2/configure:16441:lt_sysroot='`$ECHO "$lt_sysroot" | $SED "$delay_single_quote_subst"`'
lrcalc-1.2/configure:16442:objdir='`$ECHO "$objdir" | $SED "$delay_single_quote_subst"`'
lrcalc-1.2/configure:16443:MAGIC_CMD='`$ECHO "$MAGIC_CMD" | $SED "$delay_single_quote_subst"`'
lrcalc-1.2/configure:16444:lt_prog_compiler_no_builtin_flag='`$ECHO "$lt_prog_compiler_no_builtin_flag" | $SED "$delay_single_quote_subst"`'
lrcalc-1.2/configure:16445:lt_prog_compiler_pic='`$ECHO "$lt_prog_compiler_pic" | $SED "$delay_single_quote_subst"`'
lrcalc-1.2/configure:16446:lt_prog_compiler_wl='`$ECHO "$lt_prog_compiler_wl" | $SED "$delay_single_quote_subst"`'
lrcalc-1.2/configure:16447:lt_prog_compiler_static='`$ECHO "$lt_prog_compiler_static" | $SED "$delay_single_quote_subst"`'
lrcalc-1.2/configure:16448:lt_cv_prog_compiler_c_o='`$ECHO "$lt_cv_prog_compiler_c_o" | $SED "$delay_single_quote_subst"`'
lrcalc-1.2/configure:16449:need_locks='`$ECHO "$need_locks" | $SED "$delay_single_quote_subst"`'
lrcalc-1.2/configure:16450:MANIFEST_TOOL='`$ECHO "$MANIFEST_TOOL" | $SED "$delay_single_quote_subst"`'
lrcalc-1.2/configure:16451:DSYMUTIL='`$ECHO "$DSYMUTIL" | $SED "$delay_single_quote_subst"`'
lrcalc-1.2/configure:16452:NMEDIT='`$ECHO "$NMEDIT" | $SED "$delay_single_quote_subst"`'
lrcalc-1.2/configure:16453:LIPO='`$ECHO "$LIPO" | $SED "$delay_single_quote_subst"`'
lrcalc-1.2/configure:16454:OTOOL='`$ECHO "$OTOOL" | $SED "$delay_single_quote_subst"`'
lrcalc-1.2/configure:16455:OTOOL64='`$ECHO "$OTOOL64" | $SED "$delay_single_quote_subst"`'
lrcalc-1.2/configure:16456:libext='`$ECHO "$libext" | $SED "$delay_single_quote_subst"`'
lrcalc-1.2/configure:16457:shrext_cmds='`$ECHO "$shrext_cmds" | $SED "$delay_single_quote_subst"`'
lrcalc-1.2/configure:16458:extract_expsyms_cmds='`$ECHO "$extract_expsyms_cmds" | $SED "$delay_single_quote_subst"`'
lrcalc-1.2/configure:16459:archive_cmds_need_lc='`$ECHO "$archive_cmds_need_lc" | $SED "$delay_single_quote_subst"`'
lrcalc-1.2/configure:16460:enable_shared_with_static_runtimes='`$ECHO "$enable_shared_with_static_runtimes" | $SED "$delay_single_quote_subst"`'
lrcalc-1.2/configure:16461:export_dynamic_flag_spec='`$ECHO "$export_dynamic_flag_spec" | $SED "$delay_single_quote_subst"`'
lrcalc-1.2/configure:16462:whole_archive_flag_spec='`$ECHO "$whole_archive_flag_spec" | $SED "$delay_single_quote_subst"`'
lrcalc-1.2/configure:16463:compiler_needs_object='`$ECHO "$compiler_needs_object" | $SED "$delay_single_quote_subst"`'
lrcalc-1.2/configure:16464:old_archive_from_new_cmds='`$ECHO "$old_archive_from_new_cmds" | $SED "$delay_single_quote_subst"`'
lrcalc-1.2/configure:16465:old_archive_from_expsyms_cmds='`$ECHO "$old_archive_from_expsyms_cmds" | $SED "$delay_single_quote_subst"`'
lrcalc-1.2/configure:16466:archive_cmds='`$ECHO "$archive_cmds" | $SED "$delay_single_quote_subst"`'
lrcalc-1.2/configure:16467:archive_expsym_cmds='`$ECHO "$archive_expsym_cmds" | $SED "$delay_single_quote_subst"`'
lrcalc-1.2/configure:16468:module_cmds='`$ECHO "$module_cmds" | $SED "$delay_single_quote_subst"`'
lrcalc-1.2/configure:16469:module_expsym_cmds='`$ECHO "$module_expsym_cmds" | $SED "$delay_single_quote_subst"`'
lrcalc-1.2/configure:16470:with_gnu_ld='`$ECHO "$with_gnu_ld" | $SED "$delay_single_quote_subst"`'
lrcalc-1.2/configure:16471:allow_undefined_flag='`$ECHO "$allow_undefined_flag" | $SED "$delay_single_quote_subst"`'
lrcalc-1.2/configure:16472:no_undefined_flag='`$ECHO "$no_undefined_flag" | $SED "$delay_single_quote_subst"`'
lrcalc-1.2/configure:16473:hardcode_libdir_flag_spec='`$ECHO "$hardcode_libdir_flag_spec" | $SED "$delay_single_quote_subst"`'
lrcalc-1.2/configure:16474:hardcode_libdir_separator='`$ECHO "$hardcode_libdir_separator" | $SED "$delay_single_quote_subst"`'
lrcalc-1.2/configure:16475:hardcode_direct='`$ECHO "$hardcode_direct" | $SED "$delay_single_quote_subst"`'
lrcalc-1.2/configure:16476:hardcode_direct_absolute='`$ECHO "$hardcode_direct_absolute" | $SED "$delay_single_quote_subst"`'
lrcalc-1.2/configure:16477:hardcode_minus_L='`$ECHO "$hardcode_minus_L" | $SED "$delay_single_quote_subst"`'
lrcalc-1.2/configure:16478:hardcode_shlibpath_var='`$ECHO "$hardcode_shlibpath_var" | $SED "$delay_single_quote_subst"`'
lrcalc-1.2/configure:16479:hardcode_automatic='`$ECHO "$hardcode_automatic" | $SED "$delay_single_quote_subst"`'
lrcalc-1.2/configure:16480:inherit_rpath='`$ECHO "$inherit_rpath" | $SED "$delay_single_quote_subst"`'
lrcalc-1.2/configure:16481:link_all_deplibs='`$ECHO "$link_all_deplibs" | $SED "$delay_single_quote_subst"`'
lrcalc-1.2/configure:16482:always_export_symbols='`$ECHO "$always_export_symbols" | $SED "$delay_single_quote_subst"`'
lrcalc-1.2/configure:16483:export_symbols_cmds='`$ECHO "$export_symbols_cmds" | $SED "$delay_single_quote_subst"`'
lrcalc-1.2/configure:16484:exclude_expsyms='`$ECHO "$exclude_expsyms" | $SED "$delay_single_quote_subst"`'
lrcalc-1.2/configure:16485:include_expsyms='`$ECHO "$include_expsyms" | $SED "$delay_single_quote_subst"`'
lrcalc-1.2/configure:16486:prelink_cmds='`$ECHO "$prelink_cmds" | $SED "$delay_single_quote_subst"`'
lrcalc-1.2/configure:16487:postlink_cmds='`$ECHO "$postlink_cmds" | $SED "$delay_single_quote_subst"`'
lrcalc-1.2/configure:16488:file_list_spec='`$ECHO "$file_list_spec" | $SED "$delay_single_quote_subst"`'
lrcalc-1.2/configure:16489:variables_saved_for_relink='`$ECHO "$variables_saved_for_relink" | $SED "$delay_single_quote_subst"`'
lrcalc-1.2/configure:16490:need_lib_prefix='`$ECHO "$need_lib_prefix" | $SED "$delay_single_quote_subst"`'
lrcalc-1.2/configure:16491:need_version='`$ECHO "$need_version" | $SED "$delay_single_quote_subst"`'
lrcalc-1.2/configure:16492:version_type='`$ECHO "$version_type" | $SED "$delay_single_quote_subst"`'
lrcalc-1.2/configure:16493:runpath_var='`$ECHO "$runpath_var" | $SED "$delay_single_quote_subst"`'
lrcalc-1.2/configure:16494:shlibpath_var='`$ECHO "$shlibpath_var" | $SED "$delay_single_quote_subst"`'
lrcalc-1.2/configure:16495:shlibpath_overrides_runpath='`$ECHO "$shlibpath_overrides_runpath" | $SED "$delay_single_quote_subst"`'
lrcalc-1.2/configure:16496:libname_spec='`$ECHO "$libname_spec" | $SED "$delay_single_quote_subst"`'
lrcalc-1.2/configure:16497:library_names_spec='`$ECHO "$library_names_spec" | $SED "$delay_single_quote_subst"`'
lrcalc-1.2/configure:16498:soname_spec='`$ECHO "$soname_spec" | $SED "$delay_single_quote_subst"`'
lrcalc-1.2/configure:16499:install_override_mode='`$ECHO "$install_override_mode" | $SED "$delay_single_quote_subst"`'
lrcalc-1.2/configure:16500:postinstall_cmds='`$ECHO "$postinstall_cmds" | $SED "$delay_single_quote_subst"`'
lrcalc-1.2/configure:16501:postuninstall_cmds='`$ECHO "$postuninstall_cmds" | $SED "$delay_single_quote_subst"`'
lrcalc-1.2/configure:16502:finish_cmds='`$ECHO "$finish_cmds" | $SED "$delay_single_quote_subst"`'
lrcalc-1.2/configure:16503:finish_eval='`$ECHO "$finish_eval" | $SED "$delay_single_quote_subst"`'
lrcalc-1.2/configure:16504:hardcode_into_libs='`$ECHO "$hardcode_into_libs" | $SED "$delay_single_quote_subst"`'
lrcalc-1.2/configure:16505:sys_lib_search_path_spec='`$ECHO "$sys_lib_search_path_spec" | $SED "$delay_single_quote_subst"`'
lrcalc-1.2/configure:16506:sys_lib_dlsearch_path_spec='`$ECHO "$sys_lib_dlsearch_path_spec" | $SED "$delay_single_quote_subst"`'
lrcalc-1.2/configure:16507:hardcode_action='`$ECHO "$hardcode_action" | $SED "$delay_single_quote_subst"`'
lrcalc-1.2/configure:16508:enable_dlopen='`$ECHO "$enable_dlopen" | $SED "$delay_single_quote_subst"`'
lrcalc-1.2/configure:16509:enable_dlopen_self='`$ECHO "$enable_dlopen_self" | $SED "$delay_single_quote_subst"`'
lrcalc-1.2/configure:16510:enable_dlopen_self_static='`$ECHO "$enable_dlopen_self_static" | $SED "$delay_single_quote_subst"`'
lrcalc-1.2/configure:16511:old_striplib='`$ECHO "$old_striplib" | $SED "$delay_single_quote_subst"`'
lrcalc-1.2/configure:16512:striplib='`$ECHO "$striplib" | $SED "$delay_single_quote_subst"`'
lrcalc-1.2/configure:16513:compiler_lib_search_dirs='`$ECHO "$compiler_lib_search_dirs" | $SED "$delay_single_quote_subst"`'
lrcalc-1.2/configure:16514:predep_objects='`$ECHO "$predep_objects" | $SED "$delay_single_quote_subst"`'
lrcalc-1.2/configure:16515:postdep_objects='`$ECHO "$postdep_objects" | $SED "$delay_single_quote_subst"`'
lrcalc-1.2/configure:16516:predeps='`$ECHO "$predeps" | $SED "$delay_single_quote_subst"`'
lrcalc-1.2/configure:16517:postdeps='`$ECHO "$postdeps" | $SED "$delay_single_quote_subst"`'
lrcalc-1.2/configure:16518:compiler_lib_search_path='`$ECHO "$compiler_lib_search_path" | $SED "$delay_single_quote_subst"`'
lrcalc-1.2/configure:16519:LD_CXX='`$ECHO "$LD_CXX" | $SED "$delay_single_quote_subst"`'
lrcalc-1.2/configure:16520:reload_flag_CXX='`$ECHO "$reload_flag_CXX" | $SED "$delay_single_quote_subst"`'
lrcalc-1.2/configure:16521:reload_cmds_CXX='`$ECHO "$reload_cmds_CXX" | $SED "$delay_single_quote_subst"`'
lrcalc-1.2/configure:16522:old_archive_cmds_CXX='`$ECHO "$old_archive_cmds_CXX" | $SED "$delay_single_quote_subst"`'
lrcalc-1.2/configure:16523:compiler_CXX='`$ECHO "$compiler_CXX" | $SED "$delay_single_quote_subst"`'
lrcalc-1.2/configure:16524:GCC_CXX='`$ECHO "$GCC_CXX" | $SED "$delay_single_quote_subst"`'
lrcalc-1.2/configure:16525:lt_prog_compiler_no_builtin_flag_CXX='`$ECHO "$lt_prog_compiler_no_builtin_flag_CXX" | $SED "$delay_single_quote_subst"`'
lrcalc-1.2/configure:16526:lt_prog_compiler_pic_CXX='`$ECHO "$lt_prog_compiler_pic_CXX" | $SED "$delay_single_quote_subst"`'
lrcalc-1.2/configure:16527:lt_prog_compiler_wl_CXX='`$ECHO "$lt_prog_compiler_wl_CXX" | $SED "$delay_single_quote_subst"`'
lrcalc-1.2/configure:16528:lt_prog_compiler_static_CXX='`$ECHO "$lt_prog_compiler_static_CXX" | $SED "$delay_single_quote_subst"`'
lrcalc-1.2/configure:16529:lt_cv_prog_compiler_c_o_CXX='`$ECHO "$lt_cv_prog_compiler_c_o_CXX" | $SED "$delay_single_quote_subst"`'
lrcalc-1.2/configure:16530:archive_cmds_need_lc_CXX='`$ECHO "$archive_cmds_need_lc_CXX" | $SED "$delay_single_quote_subst"`'
lrcalc-1.2/configure:16531:enable_shared_with_static_runtimes_CXX='`$ECHO "$enable_shared_with_static_runtimes_CXX" | $SED "$delay_single_quote_subst"`'
lrcalc-1.2/configure:16532:export_dynamic_flag_spec_CXX='`$ECHO "$export_dynamic_flag_spec_CXX" | $SED "$delay_single_quote_subst"`'
lrcalc-1.2/configure:16533:whole_archive_flag_spec_CXX='`$ECHO "$whole_archive_flag_spec_CXX" | $SED "$delay_single_quote_subst"`'
lrcalc-1.2/configure:16534:compiler_needs_object_CXX='`$ECHO "$compiler_needs_object_CXX" | $SED "$delay_single_quote_subst"`'
lrcalc-1.2/configure:16535:old_archive_from_new_cmds_CXX='`$ECHO "$old_archive_from_new_cmds_CXX" | $SED "$delay_single_quote_subst"`'
lrcalc-1.2/configure:16536:old_archive_from_expsyms_cmds_CXX='`$ECHO "$old_archive_from_expsyms_cmds_CXX" | $SED "$delay_single_quote_subst"`'
lrcalc-1.2/configure:16537:archive_cmds_CXX='`$ECHO "$archive_cmds_CXX" | $SED "$delay_single_quote_subst"`'
lrcalc-1.2/configure:16538:archive_expsym_cmds_CXX='`$ECHO "$archive_expsym_cmds_CXX" | $SED "$delay_single_quote_subst"`'
lrcalc-1.2/configure:16539:module_cmds_CXX='`$ECHO "$module_cmds_CXX" | $SED "$delay_single_quote_subst"`'
lrcalc-1.2/configure:16540:module_expsym_cmds_CXX='`$ECHO "$module_expsym_cmds_CXX" | $SED "$delay_single_quote_subst"`'
lrcalc-1.2/configure:16541:with_gnu_ld_CXX='`$ECHO "$with_gnu_ld_CXX" | $SED "$delay_single_quote_subst"`'
lrcalc-1.2/configure:16542:allow_undefined_flag_CXX='`$ECHO "$allow_undefined_flag_CXX" | $SED "$delay_single_quote_subst"`'
lrcalc-1.2/configure:16543:no_undefined_flag_CXX='`$ECHO "$no_undefined_flag_CXX" | $SED "$delay_single_quote_subst"`'
lrcalc-1.2/configure:16544:hardcode_libdir_flag_spec_CXX='`$ECHO "$hardcode_libdir_flag_spec_CXX" | $SED "$delay_single_quote_subst"`'
lrcalc-1.2/configure:16545:hardcode_libdir_separator_CXX='`$ECHO "$hardcode_libdir_separator_CXX" | $SED "$delay_single_quote_subst"`'
lrcalc-1.2/configure:16546:hardcode_direct_CXX='`$ECHO "$hardcode_direct_CXX" | $SED "$delay_single_quote_subst"`'
lrcalc-1.2/configure:16547:hardcode_direct_absolute_CXX='`$ECHO "$hardcode_direct_absolute_CXX" | $SED "$delay_single_quote_subst"`'
lrcalc-1.2/configure:16548:hardcode_minus_L_CXX='`$ECHO "$hardcode_minus_L_CXX" | $SED "$delay_single_quote_subst"`'
lrcalc-1.2/configure:16549:hardcode_shlibpath_var_CXX='`$ECHO "$hardcode_shlibpath_var_CXX" | $SED "$delay_single_quote_subst"`'
lrcalc-1.2/configure:16550:hardcode_automatic_CXX='`$ECHO "$hardcode_automatic_CXX" | $SED "$delay_single_quote_subst"`'
lrcalc-1.2/configure:16551:inherit_rpath_CXX='`$ECHO "$inherit_rpath_CXX" | $SED "$delay_single_quote_subst"`'
lrcalc-1.2/configure:16552:link_all_deplibs_CXX='`$ECHO "$link_all_deplibs_CXX" | $SED "$delay_single_quote_subst"`'
lrcalc-1.2/configure:16553:always_export_symbols_CXX='`$ECHO "$always_export_symbols_CXX" | $SED "$delay_single_quote_subst"`'
lrcalc-1.2/configure:16554:export_symbols_cmds_CXX='`$ECHO "$export_symbols_cmds_CXX" | $SED "$delay_single_quote_subst"`'
lrcalc-1.2/configure:16555:exclude_expsyms_CXX='`$ECHO "$exclude_expsyms_CXX" | $SED "$delay_single_quote_subst"`'
lrcalc-1.2/configure:16556:include_expsyms_CXX='`$ECHO "$include_expsyms_CXX" | $SED "$delay_single_quote_subst"`'
lrcalc-1.2/configure:16557:prelink_cmds_CXX='`$ECHO "$prelink_cmds_CXX" | $SED "$delay_single_quote_subst"`'
lrcalc-1.2/configure:16558:postlink_cmds_CXX='`$ECHO "$postlink_cmds_CXX" | $SED "$delay_single_quote_subst"`'
lrcalc-1.2/configure:16559:file_list_spec_CXX='`$ECHO "$file_list_spec_CXX" | $SED "$delay_single_quote_subst"`'
lrcalc-1.2/configure:16560:hardcode_action_CXX='`$ECHO "$hardcode_action_CXX" | $SED "$delay_single_quote_subst"`'
lrcalc-1.2/configure:16561:compiler_lib_search_dirs_CXX='`$ECHO "$compiler_lib_search_dirs_CXX" | $SED "$delay_single_quote_subst"`'
lrcalc-1.2/configure:16562:predep_objects_CXX='`$ECHO "$predep_objects_CXX" | $SED "$delay_single_quote_subst"`'
lrcalc-1.2/configure:16563:postdep_objects_CXX='`$ECHO "$postdep_objects_CXX" | $SED "$delay_single_quote_subst"`'
lrcalc-1.2/configure:16564:predeps_CXX='`$ECHO "$predeps_CXX" | $SED "$delay_single_quote_subst"`'
lrcalc-1.2/configure:16565:postdeps_CXX='`$ECHO "$postdeps_CXX" | $SED "$delay_single_quote_subst"`'
lrcalc-1.2/configure:16566:compiler_lib_search_path_CXX='`$ECHO "$compiler_lib_search_path_CXX" | $SED "$delay_single_quote_subst"`'
lrcalc-1.2/configure-16567-
##############################################
lrcalc-1.2/configure-16677-compiler_lib_search_path_CXX; do
lrcalc-1.2/configure:16678:    case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
lrcalc-1.2/configure-16679-    *[\\\\\\\`\\"\\\$]*)
lrcalc-1.2/configure:16680:      eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED \\"\\\$sed_quote_subst\\"\\\`\\\\\\""
lrcalc-1.2/configure-16681-      ;;
##############################################
lrcalc-1.2/configure-16718-postlink_cmds_CXX; do
lrcalc-1.2/configure:16719:    case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
lrcalc-1.2/configure-16720-    *[\\\\\\\`\\"\\\$]*)
lrcalc-1.2/configure:16721:      eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED -e \\"\\\$double_quote_subst\\" -e \\"\\\$sed_quote_subst\\" -e \\"\\\$delay_variable_subst\\"\\\`\\\\\\""
lrcalc-1.2/configure-16722-      ;;
##############################################
lrcalc-1.2/configure-16819-fi
lrcalc-1.2/configure:16820:ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
lrcalc-1.2/configure-16821-if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
##############################################
lrcalc-1.2/configure-16836-  as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
lrcalc-1.2/configure:16837:ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'`
lrcalc-1.2/configure-16838-ac_delim='%!_!# '
##############################################
lrcalc-1.2/configure-16842-
lrcalc-1.2/configure:16843:  ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
lrcalc-1.2/configure-16844-  if test $ac_delim_n = $ac_delim_num; then
##############################################
lrcalc-1.2/configure-16980-for ac_last_try in false false :; do
lrcalc-1.2/configure:16981:  ac_tt=`sed -n "/$ac_delim/p" confdefs.h`
lrcalc-1.2/configure-16982-  if test -z "$ac_tt"; then
##############################################
lrcalc-1.2/configure-17112-      esac
lrcalc-1.2/configure:17113:      case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
lrcalc-1.2/configure-17114-      as_fn_append ac_file_inputs " '$ac_f'"
##############################################
lrcalc-1.2/configure-17171-*)
lrcalc-1.2/configure:17172:  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
lrcalc-1.2/configure-17173-  # A ".." for each directory in $ac_dir_suffix.
lrcalc-1.2/configure:17174:  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
lrcalc-1.2/configure-17175-  case $ac_top_builddir_sub in
##############################################
lrcalc-1.2/configure-17232-/@mandir@/p'
lrcalc-1.2/configure:17233:case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
lrcalc-1.2/configure-17234-*datarootdir*) ac_datarootdir_seen=yes;;
##############################################
lrcalc-1.2/configure-17249-
lrcalc-1.2/configure:17250:# Neutralize VPATH when `$srcdir' = `.'.
lrcalc-1.2/configure-17251-# Shell code in configure.ac might set extrasub.
##############################################
lrcalc-1.2/configure-17277-test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
lrcalc-1.2/configure:17278:  { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } &&
lrcalc-1.2/configure-17279-  { ac_out=`sed -n '/^[	 ]*datarootdir[	 ]*:*=/p' \
##############################################
lrcalc-1.2/configure-17323-    * )
lrcalc-1.2/configure:17324:      _am_stamp_count=`expr $_am_stamp_count + 1` ;;
lrcalc-1.2/configure-17325-  esac
##############################################
lrcalc-1.2/configure-17370-    # Strip MF so we end up with the name of the file.
lrcalc-1.2/configure:17371:    mf=`echo "$mf" | sed -e 's/:.*$//'`
lrcalc-1.2/configure-17372-    # Check whether this is an Automake generated Makefile or not.
##############################################
lrcalc-1.2/configure-17407-    # from the Makefile without running `make'.
lrcalc-1.2/configure:17408:    DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
lrcalc-1.2/configure-17409-    test -z "$DEPDIR" && continue
lrcalc-1.2/configure:17410:    am__include=`sed -n 's/^am__include = //p' < "$mf"`
lrcalc-1.2/configure-17411-    test -z "am__include" && continue
lrcalc-1.2/configure:17412:    am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
lrcalc-1.2/configure-17413-    # When using ansi2knr, U may be empty or an underscore; expand it
lrcalc-1.2/configure:17414:    U=`sed -n 's/^U = //p' < "$mf"`
lrcalc-1.2/configure-17415-    # Find all dependency output files, they are included files with
##############################################
lrcalc-1.2/configure-17468-
lrcalc-1.2/configure:17469:# `$ECHO "$ofile" | sed 's%^.*/%%'` - Provide generalized library-building support services.
lrcalc-1.2/configure-17470-# Generated automatically by $as_me ($PACKAGE$TIMESTAMP) $VERSION