===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
aspell-0.60.8/ltmain.sh-167-{
aspell-0.60.8/ltmain.sh:168:    func_dirname_result=`$ECHO "${1}" | $SED "$dirname"`
aspell-0.60.8/ltmain.sh-169-    if test "X$func_dirname_result" = "X${1}"; then
##############################################
aspell-0.60.8/ltmain.sh-179-{
aspell-0.60.8/ltmain.sh:180:    func_basename_result=`$ECHO "${1}" | $SED "$basename"`
aspell-0.60.8/ltmain.sh-181-} # func_basename may be replaced by extended shell implementation
##############################################
aspell-0.60.8/ltmain.sh-198-    # Extract subdirectory from the argument.
aspell-0.60.8/ltmain.sh:199:    func_dirname_result=`$ECHO "${1}" | $SED -e "$dirname"`
aspell-0.60.8/ltmain.sh-200-    if test "X$func_dirname_result" = "X${1}"; then
##############################################
aspell-0.60.8/ltmain.sh-204-    fi
aspell-0.60.8/ltmain.sh:205:    func_basename_result=`$ECHO "${1}" | $SED -e "$basename"`
aspell-0.60.8/ltmain.sh-206-} # func_dirname_and_basename may be replaced by extended shell implementation
##############################################
aspell-0.60.8/ltmain.sh-217-    case ${2} in
aspell-0.60.8/ltmain.sh:218:      .*) func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%\\\\${2}\$%%"`;;
aspell-0.60.8/ltmain.sh:219:      *)  func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%${2}\$%%"`;;
aspell-0.60.8/ltmain.sh-220-    esac
##############################################
aspell-0.60.8/ltmain.sh-380-     progdir=$func_dirname_result
aspell-0.60.8/ltmain.sh:381:     progdir=`cd "$progdir" && pwd`
aspell-0.60.8/ltmain.sh-382-     progpath="$progdir/$progname"
##############################################
aspell-0.60.8/ltmain.sh-417-# Since each input `\' is now two `\'s, look for any number of runs of
aspell-0.60.8/ltmain.sh:418:# four `\'s followed by two `\'s and then a '$'.  `\' that '$'.
aspell-0.60.8/ltmain.sh-419-bs='\\'
##############################################
aspell-0.60.8/ltmain.sh-531-        # ...otherwise throw away the child directory and loop
aspell-0.60.8/ltmain.sh:532:        my_directory_path=`$ECHO "$my_directory_path" | $SED -e "$dirname"`
aspell-0.60.8/ltmain.sh-533-      done
aspell-0.60.8/ltmain.sh:534:      my_dir_list=`$ECHO "$my_dir_list" | $SED 's,:*$,,'`
aspell-0.60.8/ltmain.sh-535-
##############################################
aspell-0.60.8/ltmain.sh-566-      # If mktemp works, use that first and foremost
aspell-0.60.8/ltmain.sh:567:      my_tmpdir=`mktemp -d "${my_template}-XXXXXXXX" 2>/dev/null`
aspell-0.60.8/ltmain.sh-568-
##############################################
aspell-0.60.8/ltmain.sh-597-      *[\\\`\"\$]*)
aspell-0.60.8/ltmain.sh:598:	func_quote_for_eval_unquoted_result=`$ECHO "$1" | $SED "$sed_quote_subst"` ;;
aspell-0.60.8/ltmain.sh-599-      *)
##############################################
aspell-0.60.8/ltmain.sh-702-  [0-9]* | *[!a-zA-Z0-9_]*)
aspell-0.60.8/ltmain.sh:703:    func_tr_sh_result=`$ECHO "$1" | $SED 's/^\([0-9]\)/_\1/; s/[^a-zA-Z0-9_]/_/g'`
aspell-0.60.8/ltmain.sh-704-    ;;
##############################################
aspell-0.60.8/ltmain.sh-769-	s/\$with_gnu_ld/'"$with_gnu_ld"'/
aspell-0.60.8/ltmain.sh:770:	s/\$automake_version/'"`(${AUTOMAKE-automake} --version) 2>/dev/null |$SED 1q`"'/
aspell-0.60.8/ltmain.sh:771:	s/\$autoconf_version/'"`(${AUTOCONF-autoconf} --version) 2>/dev/null |$SED 1q`"'/
aspell-0.60.8/ltmain.sh-772-	p
##############################################
aspell-0.60.8/ltmain.sh-803-
aspell-0.60.8/ltmain.sh:804:    func_split_short_opt_name=`$ECHO "$1" | $SED "$my_sed_short_opt"`
aspell-0.60.8/ltmain.sh:805:    func_split_short_opt_arg=`$ECHO "$1" | $SED "$my_sed_short_rest"`
aspell-0.60.8/ltmain.sh-806-} # func_split_short_opt may be replaced by extended shell implementation
##############################################
aspell-0.60.8/ltmain.sh-816-
aspell-0.60.8/ltmain.sh:817:    func_split_long_opt_name=`$ECHO "$1" | $SED "$my_sed_long_opt"`
aspell-0.60.8/ltmain.sh:818:    func_split_long_opt_arg=`$ECHO "$1" | $SED "$my_sed_long_arg"`
aspell-0.60.8/ltmain.sh-819-} # func_split_long_opt may be replaced by extended shell implementation
##############################################
aspell-0.60.8/ltmain.sh-862-{
aspell-0.60.8/ltmain.sh:863:    func_arith_result=`expr "${@}"`
aspell-0.60.8/ltmain.sh-864-} # func_arith may be replaced by extended shell implementation
##############################################
aspell-0.60.8/ltmain.sh-870-{
aspell-0.60.8/ltmain.sh:871:    func_len_result=`expr "${1}" : ".*" 2>/dev/null || echo $max_cmd_len`
aspell-0.60.8/ltmain.sh-872-} # func_len may be replaced by extended shell implementation
##############################################
aspell-0.60.8/ltmain.sh-877-{
aspell-0.60.8/ltmain.sh:878:    func_lo2o_result=`$ECHO "${1}" | $SED "$lo2o"`
aspell-0.60.8/ltmain.sh-879-} # func_lo2o may be replaced by extended shell implementation
##############################################
aspell-0.60.8/ltmain.sh-884-{
aspell-0.60.8/ltmain.sh:885:    func_xform_result=`$ECHO "${1}" | $SED 's/\.[^.]*$/.lo/'`
aspell-0.60.8/ltmain.sh-886-} # func_xform may be replaced by extended shell implementation
##############################################
aspell-0.60.8/ltmain.sh-968-	# quotes we have to do it in 2 steps:
aspell-0.60.8/ltmain.sh:969:	extractedcf=`$SED -n -e "$sed_extractcf" < "$progpath"`
aspell-0.60.8/ltmain.sh-970-	eval "$extractedcf"
##############################################
aspell-0.60.8/ltmain.sh-1382-      done
aspell-0.60.8/ltmain.sh:1383:      CC_expanded=`func_echo_all $CC`
aspell-0.60.8/ltmain.sh:1384:      CC_quoted_expanded=`func_echo_all $CC_quoted`
aspell-0.60.8/ltmain.sh-1385-      case $@ in
##############################################
aspell-0.60.8/ltmain.sh-1395-	    # Evaluate the configuration.
aspell-0.60.8/ltmain.sh:1396:	    eval "`${SED} -n -e '/^# ### BEGIN LIBTOOL TAG CONFIG: '$z'$/,/^# ### END LIBTOOL TAG CONFIG: '$z'$/p' < $progpath`"
aspell-0.60.8/ltmain.sh-1397-	    CC_quoted=
##############################################
aspell-0.60.8/ltmain.sh-1401-	    done
aspell-0.60.8/ltmain.sh:1402:	    CC_expanded=`func_echo_all $CC`
aspell-0.60.8/ltmain.sh:1403:	    CC_quoted_expanded=`func_echo_all $CC_quoted`
aspell-0.60.8/ltmain.sh-1404-	    case "$@ " in
##############################################
aspell-0.60.8/ltmain.sh-1492-    # zero AND non-empty stdout, which explains the odd construction:
aspell-0.60.8/ltmain.sh:1493:    func_convert_core_file_wine_to_w32_tmp=`winepath -w "$1" 2>/dev/null`
aspell-0.60.8/ltmain.sh-1494-    if test "$?" -eq 0 && test -n "${func_convert_core_file_wine_to_w32_tmp}"; then
##############################################
aspell-0.60.8/ltmain.sh-1558-  if test -n "$LT_CYGPATH" && test -f "$LT_CYGPATH"; then
aspell-0.60.8/ltmain.sh:1559:    func_cygpath_result=`$LT_CYGPATH "$@" 2>/dev/null`
aspell-0.60.8/ltmain.sh-1560-    if test "$?" -ne 0; then
##############################################
aspell-0.60.8/ltmain.sh-1721-    # LT_CYGPATH in this case.
aspell-0.60.8/ltmain.sh:1722:    func_to_host_file_result=`cygpath -m "$1"`
aspell-0.60.8/ltmain.sh-1723-  fi
##############################################
aspell-0.60.8/ltmain.sh-1871-    func_to_host_path_tmp1=$func_stripname_result
aspell-0.60.8/ltmain.sh:1872:    func_to_host_path_result=`cygpath -m -p "$func_to_host_path_tmp1"`
aspell-0.60.8/ltmain.sh-1873-    func_convert_path_check : ";" \
##############################################
aspell-0.60.8/ltmain.sh-2060-    *.[cCFSifmso] | \
aspell-0.60.8/ltmain.sh:2061:    *.ada | *.adb | *.ads | *.asm | \
aspell-0.60.8/ltmain.sh-2062-    *.c++ | *.cc | *.ii | *.class | *.cpp | *.cxx | \
##############################################
aspell-0.60.8/ltmain.sh-2137-    if test "$compiler_c_o" = no; then
aspell-0.60.8/ltmain.sh:2138:      output_obj=`$ECHO "$srcfile" | $SED 's%^.*/%%; s%\.[^.]*$%%'`.${objext}
aspell-0.60.8/ltmain.sh-2139-      lockfile="$output_obj.lock"
##############################################
aspell-0.60.8/ltmain.sh-2156-*** ERROR, $lockfile exists and contains:
aspell-0.60.8/ltmain.sh:2157:`cat $lockfile 2>/dev/null`
aspell-0.60.8/ltmain.sh-2158-
##############################################
aspell-0.60.8/ltmain.sh-2204-      if test "$need_locks" = warn &&
aspell-0.60.8/ltmain.sh:2205:	 test "X`cat $lockfile 2>/dev/null`" != "X$srcfile"; then
aspell-0.60.8/ltmain.sh-2206-	$ECHO "\
aspell-0.60.8/ltmain.sh-2207-*** ERROR, $lockfile contains:
aspell-0.60.8/ltmain.sh:2208:`cat $lockfile 2>/dev/null`
aspell-0.60.8/ltmain.sh-2209-
##############################################
aspell-0.60.8/ltmain.sh-2253-      if test "$need_locks" = warn &&
aspell-0.60.8/ltmain.sh:2254:	 test "X`cat $lockfile 2>/dev/null`" != "X$srcfile"; then
aspell-0.60.8/ltmain.sh-2255-	$ECHO "\
aspell-0.60.8/ltmain.sh-2256-*** ERROR, $lockfile contains:
aspell-0.60.8/ltmain.sh:2257:`cat $lockfile 2>/dev/null`
aspell-0.60.8/ltmain.sh-2258-
##############################################
aspell-0.60.8/ltmain.sh-2548-	  test -n "$library_names" && \
aspell-0.60.8/ltmain.sh:2549:	    func_warning "\`$file' was not linked with \`-export-dynamic'"
aspell-0.60.8/ltmain.sh-2550-	  continue
##############################################
aspell-0.60.8/ltmain.sh-2559-	  if test ! -f "$dir/$dlname"; then
aspell-0.60.8/ltmain.sh:2560:	    func_fatal_error "cannot find \`$dlname' in \`$dir' or \`$dir/$objdir'"
aspell-0.60.8/ltmain.sh-2561-	  fi
##############################################
aspell-0.60.8/ltmain.sh-2577-      # Get the absolute pathname.
aspell-0.60.8/ltmain.sh:2578:      absdir=`cd "$dir" && pwd`
aspell-0.60.8/ltmain.sh-2579-      test -n "$absdir" && dir="$absdir"
##############################################
aspell-0.60.8/ltmain.sh-2675-      if test -n "$lt_sysroot"; then
aspell-0.60.8/ltmain.sh:2676:        sysroot_regex=`$ECHO "$lt_sysroot" | $SED "$sed_make_literal_regex"`
aspell-0.60.8/ltmain.sh-2677-        sysroot_cmd="s/\([ ']\)$sysroot_regex/\1/g;"
##############################################
aspell-0.60.8/ltmain.sh-2957-	  # Determine the prefix the user has applied to our future dir.
aspell-0.60.8/ltmain.sh:2958:	  inst_prefix_dir=`$ECHO "$destdir" | $SED -e "s%$libdir\$%%"`
aspell-0.60.8/ltmain.sh-2959-
##############################################
aspell-0.60.8/ltmain.sh-2970-	    # Stick the inst_prefix_dir data into the link command.
aspell-0.60.8/ltmain.sh:2971:	    relink_command=`$ECHO "$relink_command" | $SED "s%@inst_prefix_dir@%-inst-prefix-dir $inst_prefix_dir%"`
aspell-0.60.8/ltmain.sh-2972-	  else
aspell-0.60.8/ltmain.sh:2973:	    relink_command=`$ECHO "$relink_command" | $SED "s%@inst_prefix_dir@%%"`
aspell-0.60.8/ltmain.sh-2974-	  fi
##############################################
aspell-0.60.8/ltmain.sh-3130-	    fi
aspell-0.60.8/ltmain.sh:3131:	    libfile="$libdir/"`$ECHO "$lib" | $SED 's%^.*/%%g'` ### testsuite: skip nested quoting test
aspell-0.60.8/ltmain.sh-3132-	    if test -n "$libdir" && test ! -f "$libfile"; then
aspell-0.60.8/ltmain.sh:3133:	      func_warning "\`$lib' has not been installed in \`$libdir'"
aspell-0.60.8/ltmain.sh-3134-	      finalize=no
##############################################
aspell-0.60.8/ltmain.sh-3149-	        # Replace the output file specification.
aspell-0.60.8/ltmain.sh:3150:	        relink_command=`$ECHO "$relink_command" | $SED 's%@OUTPUT@%'"$outputname"'%g'`
aspell-0.60.8/ltmain.sh-3151-
##############################################
aspell-0.60.8/ltmain.sh-3168-	    # Install the binary that we compiled earlier.
aspell-0.60.8/ltmain.sh:3169:	    file=`$ECHO "$file$stripped_ext" | $SED "s%\([^/]*\)$%$objdir/\1%"`
aspell-0.60.8/ltmain.sh-3170-	  fi
##############################################
aspell-0.60.8/ltmain.sh-3241-    my_pic_p="${3-no}"
aspell-0.60.8/ltmain.sh:3242:    my_prefix=`$ECHO "$my_originator" | sed 's%[^a-zA-Z0-9]%_%g'`
aspell-0.60.8/ltmain.sh-3243-    my_dlsyms=
##############################################
aspell-0.60.8/ltmain.sh-3297-	  # Add our own program objects to the symbol list.
aspell-0.60.8/ltmain.sh:3298:	  progfiles=`$ECHO "$objs$old_deplibs" | $SP2NL | $SED "$lo2o" | $NL2SP`
aspell-0.60.8/ltmain.sh-3299-	  for progfile in $progfiles; do
##############################################
aspell-0.60.8/ltmain.sh-3359-	          # Use subshell, to avoid clobbering current variable values
aspell-0.60.8/ltmain.sh:3360:	          dlprefile_dlname=`source "$curr_lafile" && echo "$dlname"`
aspell-0.60.8/ltmain.sh-3361-	          if test -n "$dlprefile_dlname" ; then
##############################################
aspell-0.60.8/ltmain.sh-3506-	  if test -f "$output_objdir/$my_outputname.def"; then
aspell-0.60.8/ltmain.sh:3507:	    compile_command=`$ECHO "$compile_command" | $SED "s%@SYMFILE@%$output_objdir/$my_outputname.def $symfileobj%"`
aspell-0.60.8/ltmain.sh:3508:	    finalize_command=`$ECHO "$finalize_command" | $SED "s%@SYMFILE@%$output_objdir/$my_outputname.def $symfileobj%"`
aspell-0.60.8/ltmain.sh-3509-	  else
aspell-0.60.8/ltmain.sh:3510:	    compile_command=`$ECHO "$compile_command" | $SED "s%@SYMFILE@%$symfileobj%"`
aspell-0.60.8/ltmain.sh:3511:	    finalize_command=`$ECHO "$finalize_command" | $SED "s%@SYMFILE@%$symfileobj%"`
aspell-0.60.8/ltmain.sh-3512-	  fi
##############################################
aspell-0.60.8/ltmain.sh-3514-	*)
aspell-0.60.8/ltmain.sh:3515:	  compile_command=`$ECHO "$compile_command" | $SED "s%@SYMFILE@%$symfileobj%"`
aspell-0.60.8/ltmain.sh:3516:	  finalize_command=`$ECHO "$finalize_command" | $SED "s%@SYMFILE@%$symfileobj%"`
aspell-0.60.8/ltmain.sh-3517-	  ;;
##############################################
aspell-0.60.8/ltmain.sh-3529-      # Nullify the symbol file.
aspell-0.60.8/ltmain.sh:3530:      compile_command=`$ECHO "$compile_command" | $SED "s% @SYMFILE@%%"`
aspell-0.60.8/ltmain.sh:3531:      finalize_command=`$ECHO "$finalize_command" | $SED "s% @SYMFILE@%%"`
aspell-0.60.8/ltmain.sh-3532-    fi
##############################################
aspell-0.60.8/ltmain.sh-3545-  win32_libid_type="unknown"
aspell-0.60.8/ltmain.sh:3546:  win32_fileres=`file -L $1 2>/dev/null`
aspell-0.60.8/ltmain.sh-3547-  case $win32_fileres in
##############################################
aspell-0.60.8/ltmain.sh-3596-  $opt_debug
aspell-0.60.8/ltmain.sh:3597:  sharedlib_from_linklib_result=`$DLLTOOL --identify-strict --identify "$1"`
aspell-0.60.8/ltmain.sh-3598-}
##############################################
aspell-0.60.8/ltmain.sh-3613-  $opt_debug
aspell-0.60.8/ltmain.sh:3614:  match_literal=`$ECHO "$1" | $SED "$sed_make_literal_regex"`
aspell-0.60.8/ltmain.sh-3615-  $OBJDUMP -s --section "$1" "$2" 2>/dev/null |
##############################################
aspell-0.60.8/ltmain.sh-3668-  func_to_tool_file "$1" func_convert_file_msys_to_w32
aspell-0.60.8/ltmain.sh:3669:  func_cygming_gnu_implib_tmp=`$NM "$func_to_tool_file_result" | eval "$global_symbol_pipe" | $EGREP ' (_head_[A-Za-z0-9_]+_[ad]l*|[A-Za-z0-9_]+_[ad]l*_iname)$'`
aspell-0.60.8/ltmain.sh-3670-  test -n "$func_cygming_gnu_implib_tmp"
##############################################
aspell-0.60.8/ltmain.sh-3680-  func_to_tool_file "$1" func_convert_file_msys_to_w32
aspell-0.60.8/ltmain.sh:3681:  func_cygming_ms_implib_tmp=`$NM "$func_to_tool_file_result" | eval "$global_symbol_pipe" | $GREP '_NULL_IMPORT_DESCRIPTOR'`
aspell-0.60.8/ltmain.sh-3682-  test -n "$func_cygming_ms_implib_tmp"
##############################################
aspell-0.60.8/ltmain.sh-3700-    # binutils import library
aspell-0.60.8/ltmain.sh:3701:    sharedlib_from_linklib_result=`func_cygming_dll_for_implib_fallback_core '.idata$7' "$1"`
aspell-0.60.8/ltmain.sh-3702-  elif func_cygming_ms_implib_p "$1" ; then
aspell-0.60.8/ltmain.sh-3703-    # ms-generated import library
aspell-0.60.8/ltmain.sh:3704:    sharedlib_from_linklib_result=`func_cygming_dll_for_implib_fallback_core '.idata$6' "$1"`
aspell-0.60.8/ltmain.sh-3705-  else
##############################################
aspell-0.60.8/ltmain.sh-3780-	  darwin_curdir=`pwd`
aspell-0.60.8/ltmain.sh:3781:	  darwin_base_archive=`basename "$darwin_archive"`
aspell-0.60.8/ltmain.sh:3782:	  darwin_arches=`$LIPO -info "$darwin_archive" 2>/dev/null | $GREP Architectures 2>/dev/null || true`
aspell-0.60.8/ltmain.sh-3783-	  if test -n "$darwin_arches"; then
aspell-0.60.8/ltmain.sh:3784:	    darwin_arches=`$ECHO "$darwin_arches" | $SED -e 's/.*are://'`
aspell-0.60.8/ltmain.sh-3785-	    darwin_arch=
##############################################
aspell-0.60.8/ltmain.sh-3795-            ## Okay now we've a bunch of thin objects, gotta fatten them up :)
aspell-0.60.8/ltmain.sh:3796:	    darwin_filelist=`find unfat-$$ -type f -name \*.o -print -o -name \*.lo -print | $SED -e "$basename" | sort -u`
aspell-0.60.8/ltmain.sh-3797-	    darwin_file=
##############################################
aspell-0.60.8/ltmain.sh-3799-	    for darwin_file in $darwin_filelist; do
aspell-0.60.8/ltmain.sh:3800:	      darwin_files=`find unfat-$$ -name $darwin_file -print | sort | $NL2SP`
aspell-0.60.8/ltmain.sh-3801-	      $LIPO -create -output "$darwin_file" $darwin_files
##############################################
aspell-0.60.8/ltmain.sh-3814-      esac
aspell-0.60.8/ltmain.sh:3815:      my_oldobjs="$my_oldobjs "`find $my_xdir -name \*.$objext -print -o -name \*.lo -print | sort | $NL2SP`
aspell-0.60.8/ltmain.sh-3816-    done
##############################################
aspell-0.60.8/ltmain.sh-3885-
aspell-0.60.8/ltmain.sh:3886:    qECHO=`$ECHO "$ECHO" | $SED "$sed_quote_subst"`
aspell-0.60.8/ltmain.sh-3887-    $ECHO "\
##############################################
aspell-0.60.8/ltmain.sh-3920-    --lt-dump-script)
aspell-0.60.8/ltmain.sh:3921:        lt_dump_D=\`\$ECHO \"X\$lt_script_arg0\" | $SED -e 's/^X//' -e 's%/[^/]*$%%'\`
aspell-0.60.8/ltmain.sh-3922-        test \"X\$lt_dump_D\" = \"X\$lt_script_arg0\" && lt_dump_D=.
aspell-0.60.8/ltmain.sh:3923:        lt_dump_F=\`\$ECHO \"X\$lt_script_arg0\" | $SED -e 's/^X//' -e 's%^.*/%%'\`
aspell-0.60.8/ltmain.sh-3924-        cat \"\$lt_dump_D/\$lt_dump_F\"
##############################################
aspell-0.60.8/ltmain.sh-3947-    \$ECHO \"${outputname}:${output}:\${LINENO}: newargv[\$lt_dump_args_N]: \$lt_arg\"
aspell-0.60.8/ltmain.sh:3948:    lt_dump_args_N=\`expr \$lt_dump_args_N + 1\`
aspell-0.60.8/ltmain.sh-3949-  done
##############################################
aspell-0.60.8/ltmain.sh-4005-  # Find the directory that this script lives in.
aspell-0.60.8/ltmain.sh:4006:  thisdir=\`\$ECHO \"\$file\" | $SED 's%/[^/]*$%%'\`
aspell-0.60.8/ltmain.sh-4007-  test \"x\$thisdir\" = \"x\$file\" && thisdir=.
##############################################
aspell-0.60.8/ltmain.sh-4009-  # Follow symbolic links until we get to the real thisdir.
aspell-0.60.8/ltmain.sh:4010:  file=\`ls -ld \"\$file\" | $SED -n 's/.*-> //p'\`
aspell-0.60.8/ltmain.sh-4011-  while test -n \"\$file\"; do
aspell-0.60.8/ltmain.sh:4012:    destdir=\`\$ECHO \"\$file\" | $SED 's%/[^/]*\$%%'\`
aspell-0.60.8/ltmain.sh-4013-
##############################################
aspell-0.60.8/ltmain.sh-4021-
aspell-0.60.8/ltmain.sh:4022:    file=\`\$ECHO \"\$file\" | $SED 's%^.*/%%'\`
aspell-0.60.8/ltmain.sh:4023:    file=\`ls -ld \"\$thisdir/\$file\" | $SED -n 's/.*-> //p'\`
aspell-0.60.8/ltmain.sh-4024-  done
##############################################
aspell-0.60.8/ltmain.sh-4035-    case \"\$thisdir\" in
aspell-0.60.8/ltmain.sh:4036:    *[\\\\/]$objdir ) thisdir=\`\$ECHO \"\$thisdir\" | $SED 's%[\\\\/][^\\\\/]*$%%'\` ;;
aspell-0.60.8/ltmain.sh-4037-    $objdir )   thisdir=. ;;
##############################################
aspell-0.60.8/ltmain.sh-4041-  # Try to get the absolute directory name.
aspell-0.60.8/ltmain.sh:4042:  absdir=\`cd \"\$thisdir\" && pwd\`
aspell-0.60.8/ltmain.sh-4043-  test -n \"\$absdir\" && thisdir=\"\$absdir\"
##############################################
aspell-0.60.8/ltmain.sh-4051-  if test ! -f \"\$progdir/\$program\" ||
aspell-0.60.8/ltmain.sh:4052:     { file=\`ls -1dt \"\$progdir/\$program\" \"\$progdir/../\$program\" 2>/dev/null | ${SED} 1q\`; \\
aspell-0.60.8/ltmain.sh-4053-       test \"X\$file\" != \"X\$progdir/\$program\"; }; then
##############################################
aspell-0.60.8/ltmain.sh-4066-    if test -n \"\$relink_command\"; then
aspell-0.60.8/ltmain.sh:4067:      if relink_command_output=\`eval \$relink_command 2>&1\`; then :
aspell-0.60.8/ltmain.sh-4068-      else
##############################################
aspell-0.60.8/ltmain.sh-4110-    # The second colon is a workaround for a bug in BeOS R4 sed
aspell-0.60.8/ltmain.sh:4111:    $shlibpath_var=\`\$ECHO \"\$$shlibpath_var\" | $SED 's/::*\$//'\`
aspell-0.60.8/ltmain.sh-4112-
##############################################
aspell-0.60.8/ltmain.sh-5085-    $opt_debug
aspell-0.60.8/ltmain.sh:5086:    case `eval $file_magic_cmd \"\$1\" 2>/dev/null | $SED -e 10q` in
aspell-0.60.8/ltmain.sh-5087-    *import*) : ;;
##############################################
aspell-0.60.8/ltmain.sh-5307-	    moreargs=
aspell-0.60.8/ltmain.sh:5308:	    for fil in `cat "$save_arg"`
aspell-0.60.8/ltmain.sh-5309-	    do
##############################################
aspell-0.60.8/ltmain.sh-5563-	*)
aspell-0.60.8/ltmain.sh:5564:	  absdir=`cd "$dir" && pwd`
aspell-0.60.8/ltmain.sh-5565-	  test -z "$absdir" && \
##############################################
aspell-0.60.8/ltmain.sh-5584-	*-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-os2* | *-cegcc*)
aspell-0.60.8/ltmain.sh:5585:	  testbindir=`$ECHO "$dir" | $SED 's*/lib$*/bin*'`
aspell-0.60.8/ltmain.sh-5586-	  case :$dllsearchpath: in
##############################################
aspell-0.60.8/ltmain.sh-6016-      # get the directories listed in $shlibpath_var
aspell-0.60.8/ltmain.sh:6017:      eval shlib_search_path=\`\$ECHO \"\${$shlibpath_var}\" \| \$SED \'s/:/ /g\'\`
aspell-0.60.8/ltmain.sh-6018-    else
##############################################
aspell-0.60.8/ltmain.sh-6331-		  set dummy $deplibs_check_method; shift
aspell-0.60.8/ltmain.sh:6332:		  match_pattern_regex=`expr "$deplibs_check_method" : "$1 \(.*\)"`
aspell-0.60.8/ltmain.sh-6333-		  if eval "\$ECHO \"$deplib\"" 2>/dev/null | $SED 10q \
##############################################
aspell-0.60.8/ltmain.sh-6394-	else
aspell-0.60.8/ltmain.sh:6395:	  func_fatal_error "cannot find the library \`$lib' or unhandled argument \`$deplib'"
aspell-0.60.8/ltmain.sh-6396-	fi
##############################################
aspell-0.60.8/ltmain.sh-6423-	if test -n "$inherited_linker_flags"; then
aspell-0.60.8/ltmain.sh:6424:	  tmp_inherited_linker_flags=`$ECHO "$inherited_linker_flags" | $SED 's/-framework \([^ $]*\)/\1.ltframework/g'`
aspell-0.60.8/ltmain.sh-6425-	  for tmp_inherited_linker_flag in $tmp_inherited_linker_flags; do
##############################################
aspell-0.60.8/ltmain.sh-6431-	fi
aspell-0.60.8/ltmain.sh:6432:	dependency_libs=`$ECHO " $dependency_libs" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'`
aspell-0.60.8/ltmain.sh-6433-	if test "$linkmode,$pass" = "lib,link" ||
##############################################
aspell-0.60.8/ltmain.sh-6504-	*)
aspell-0.60.8/ltmain.sh:6505:	  abs_ladir=`cd "$ladir" && pwd`
aspell-0.60.8/ltmain.sh-6506-	  if test -z "$abs_ladir"; then
##############################################
aspell-0.60.8/ltmain.sh-6757-	    shift
aspell-0.60.8/ltmain.sh:6758:	    libname=`eval "\\$ECHO \"$libname_spec\""`
aspell-0.60.8/ltmain.sh-6759-	    # use dlname if we got it. it's perfectly good, no?
##############################################
aspell-0.60.8/ltmain.sh-7049-		*)
aspell-0.60.8/ltmain.sh:7050:		  absdir=`cd "$dir" && pwd`
aspell-0.60.8/ltmain.sh-7051-		  if test -z "$absdir"; then
##############################################
aspell-0.60.8/ltmain.sh-7060-		  depdepl=
aspell-0.60.8/ltmain.sh:7061:		  eval deplibrary_names=`${SED} -n -e 's/^library_names=\(.*\)$/\1/p' $deplib`
aspell-0.60.8/ltmain.sh-7062-		  if test -n "$deplibrary_names" ; then
##############################################
aspell-0.60.8/ltmain.sh-7067-		      depdepl="$absdir/$objdir/$depdepl"
aspell-0.60.8/ltmain.sh:7068:		      darwin_install_name=`${OTOOL} -L $depdepl | awk '{if (NR == 2) {print $1;exit}}'`
aspell-0.60.8/ltmain.sh-7069-                      if test -z "$darwin_install_name"; then
aspell-0.60.8/ltmain.sh:7070:                          darwin_install_name=`${OTOOL64} -L $depdepl  | awk '{if (NR == 2) {print $1;exit}}'`
aspell-0.60.8/ltmain.sh-7071-                      fi
##############################################
aspell-0.60.8/ltmain.sh-7082-		else
aspell-0.60.8/ltmain.sh:7083:		  eval libdir=`${SED} -n -e 's/^libdir=\(.*\)$/\1/p' $deplib`
aspell-0.60.8/ltmain.sh-7084-		  test -z "$libdir" && \
##############################################
aspell-0.60.8/ltmain.sh-7105-	else
aspell-0.60.8/ltmain.sh:7106:	  compiler_flags="$compiler_flags "`$ECHO " $new_inherited_linker_flags" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'`
aspell-0.60.8/ltmain.sh-7107-	fi
##############################################
aspell-0.60.8/ltmain.sh-7254-	test "$module" = no && \
aspell-0.60.8/ltmain.sh:7255:	  func_fatal_help "libtool library \`$output' must begin with \`lib'"
aspell-0.60.8/ltmain.sh-7256-
##############################################
aspell-0.60.8/ltmain.sh-7392-	if test "$age" -gt "$current"; then
aspell-0.60.8/ltmain.sh:7393:	  func_error "AGE \`$age' is greater than the current interface number \`$current'"
aspell-0.60.8/ltmain.sh-7394-	  func_fatal_error "\`$vinfo' is not valid version information"
##############################################
aspell-0.60.8/ltmain.sh-7553-	removelist=
aspell-0.60.8/ltmain.sh:7554:	tempremovelist=`$ECHO "$output_objdir/*"`
aspell-0.60.8/ltmain.sh-7555-	for p in $tempremovelist; do
##############################################
aspell-0.60.8/ltmain.sh-7579-	# Transform .lo files to .o files.
aspell-0.60.8/ltmain.sh:7580:	oldobjs="$objs "`$ECHO "$libobjs" | $SP2NL | $SED "/\.${libext}$/d; $lo2o" | $NL2SP`
aspell-0.60.8/ltmain.sh-7581-      fi
##############################################
aspell-0.60.8/ltmain.sh-7584-      #for path in $notinst_path; do
aspell-0.60.8/ltmain.sh:7585:      #	lib_search_path=`$ECHO "$lib_search_path " | $SED "s% $path % %g"`
aspell-0.60.8/ltmain.sh:7586:      #	deplibs=`$ECHO "$deplibs " | $SED "s% -L$path % %g"`
aspell-0.60.8/ltmain.sh:7587:      #	dependency_libs=`$ECHO "$dependency_libs " | $SED "s% -L$path % %g"`
aspell-0.60.8/ltmain.sh-7588-      #done
##############################################
aspell-0.60.8/ltmain.sh-7705-		if test -n "$i" ; then
aspell-0.60.8/ltmain.sh:7706:		  libname=`eval "\\$ECHO \"$libname_spec\""`
aspell-0.60.8/ltmain.sh:7707:		  deplib_matches=`eval "\\$ECHO \"$library_names_spec\""`
aspell-0.60.8/ltmain.sh-7708-		  set dummy $deplib_matches; shift
aspell-0.60.8/ltmain.sh-7709-		  deplib_match=$1
aspell-0.60.8/ltmain.sh:7710:		  if test `expr "$ldd_output" : ".*$deplib_match"` -ne 0 ; then
aspell-0.60.8/ltmain.sh-7711-		    func_append newdeplibs " $i"
##############################################
aspell-0.60.8/ltmain.sh-7748-		  if test -n "$i" ; then
aspell-0.60.8/ltmain.sh:7749:		    libname=`eval "\\$ECHO \"$libname_spec\""`
aspell-0.60.8/ltmain.sh:7750:		    deplib_matches=`eval "\\$ECHO \"$library_names_spec\""`
aspell-0.60.8/ltmain.sh-7751-		    set dummy $deplib_matches; shift
aspell-0.60.8/ltmain.sh-7752-		    deplib_match=$1
aspell-0.60.8/ltmain.sh:7753:		    if test `expr "$ldd_output" : ".*$deplib_match"` -ne 0 ; then
aspell-0.60.8/ltmain.sh-7754-		      func_append newdeplibs " $i"
##############################################
aspell-0.60.8/ltmain.sh-7783-	  set dummy $deplibs_check_method; shift
aspell-0.60.8/ltmain.sh:7784:	  file_magic_regex=`expr "$deplibs_check_method" : "$1 \(.*\)"`
aspell-0.60.8/ltmain.sh-7785-	  for a_deplib in $deplibs; do
##############################################
aspell-0.60.8/ltmain.sh-7798-	      if test -n "$a_deplib" ; then
aspell-0.60.8/ltmain.sh:7799:		libname=`eval "\\$ECHO \"$libname_spec\""`
aspell-0.60.8/ltmain.sh-7800-		if test -n "$file_magic_glob"; then
aspell-0.60.8/ltmain.sh:7801:		  libnameglob=`func_echo_all "$libname" | $SED -e $file_magic_glob`
aspell-0.60.8/ltmain.sh-7802-		else
##############################################
aspell-0.60.8/ltmain.sh-7808-		    shopt -s nocaseglob
aspell-0.60.8/ltmain.sh:7809:		    potential_libs=`ls $i/$libnameglob[.-]* 2>/dev/null`
aspell-0.60.8/ltmain.sh-7810-		    $nocaseglob
aspell-0.60.8/ltmain.sh-7811-		  else
aspell-0.60.8/ltmain.sh:7812:		    potential_libs=`ls $i/$libnameglob[.-]* 2>/dev/null`
aspell-0.60.8/ltmain.sh-7813-		  fi
##############################################
aspell-0.60.8/ltmain.sh-7826-		      while test -h "$potlib" 2>/dev/null; do
aspell-0.60.8/ltmain.sh:7827:			potliblink=`ls -ld $potlib | ${SED} 's/.* -> //'`
aspell-0.60.8/ltmain.sh-7828-			case $potliblink in
aspell-0.60.8/ltmain.sh-7829-			[\\/]* | [A-Za-z]:[\\/]*) potlib="$potliblink";;
aspell-0.60.8/ltmain.sh:7830:			*) potlib=`$ECHO "$potlib" | $SED 's,[^/]*$,,'`"$potliblink";;
aspell-0.60.8/ltmain.sh-7831-			esac
##############################################
aspell-0.60.8/ltmain.sh-7867-	  set dummy $deplibs_check_method; shift
aspell-0.60.8/ltmain.sh:7868:	  match_pattern_regex=`expr "$deplibs_check_method" : "$1 \(.*\)"`
aspell-0.60.8/ltmain.sh-7869-	  for a_deplib in $deplibs; do
##############################################
aspell-0.60.8/ltmain.sh-7882-	      if test -n "$a_deplib" ; then
aspell-0.60.8/ltmain.sh:7883:		libname=`eval "\\$ECHO \"$libname_spec\""`
aspell-0.60.8/ltmain.sh-7884-		for i in $lib_search_path $sys_lib_search_path $shlib_search_path; do
aspell-0.60.8/ltmain.sh:7885:		  potential_libs=`ls $i/$libname[.-]* 2>/dev/null`
aspell-0.60.8/ltmain.sh-7886-		  for potent_lib in $potential_libs; do
##############################################
aspell-0.60.8/ltmain.sh-7921-	  newdeplibs=""
aspell-0.60.8/ltmain.sh:7922:	  tmp_deplibs=`$ECHO " $deplibs" | $SED 's/ -lc$//; s/ -[LR][^ ]*//g'`
aspell-0.60.8/ltmain.sh-7923-	  if test "X$allow_libtool_libs_with_static_runtimes" = "Xyes" ; then
##############################################
aspell-0.60.8/ltmain.sh-7925-	      # can't use Xsed below, because $i might contain '/'
aspell-0.60.8/ltmain.sh:7926:	      tmp_deplibs=`$ECHO " $tmp_deplibs" | $SED "s,$i,,"`
aspell-0.60.8/ltmain.sh-7927-	    done
##############################################
aspell-0.60.8/ltmain.sh-7951-	  # On Rhapsody replace the C library with the System framework
aspell-0.60.8/ltmain.sh:7952:	  newdeplibs=`$ECHO " $newdeplibs" | $SED 's/ -lc / System.ltframework /'`
aspell-0.60.8/ltmain.sh-7953-	  ;;
##############################################
aspell-0.60.8/ltmain.sh-8003-	*-*-darwin*)
aspell-0.60.8/ltmain.sh:8004:	  newdeplibs=`$ECHO " $newdeplibs" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'`
aspell-0.60.8/ltmain.sh:8005:	  new_inherited_linker_flags=`$ECHO " $new_inherited_linker_flags" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'`
aspell-0.60.8/ltmain.sh:8006:	  deplibs=`$ECHO " $deplibs" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'`
aspell-0.60.8/ltmain.sh-8007-	  ;;
##############################################
aspell-0.60.8/ltmain.sh-8130-	# Use standard objects if they are pic
aspell-0.60.8/ltmain.sh:8131:	test -z "$pic_flag" && libobjs=`$ECHO "$libobjs" | $SP2NL | $SED "$lo2o" | $NL2SP`
aspell-0.60.8/ltmain.sh-8132-	test "X$libobjs" = "X " && libobjs=
##############################################
aspell-0.60.8/ltmain.sh-8145-	    # exporting using user supplied symfile
aspell-0.60.8/ltmain.sh:8146:	    if test "x`$SED 1q $export_symbols`" != xEXPORTS; then
aspell-0.60.8/ltmain.sh-8147-	      # and it's NOT already a .def file. Must figure out
##############################################
aspell-0.60.8/ltmain.sh-8642-	  eval tmp_whole_archive_flags=\"$whole_archive_flag_spec\"
aspell-0.60.8/ltmain.sh:8643:	  reload_conv_objs=$reload_objs\ `$ECHO "$tmp_whole_archive_flags" | $SED 's|,| |g'`
aspell-0.60.8/ltmain.sh-8644-	else
##############################################
aspell-0.60.8/ltmain.sh-8656-      # Create the old-style object.
aspell-0.60.8/ltmain.sh:8657:      reload_objs="$objs$old_deplibs "`$ECHO "$libobjs" | $SP2NL | $SED "/\.${libext}$/d; /\.lib$/d; $lo2o" | $NL2SP`" $reload_conv_objs" ### testsuite: skip nested quoting test
aspell-0.60.8/ltmain.sh-8658-
##############################################
aspell-0.60.8/ltmain.sh-8716-	# On Rhapsody replace the C library is the System framework
aspell-0.60.8/ltmain.sh:8717:	compile_deplibs=`$ECHO " $compile_deplibs" | $SED 's/ -lc / System.ltframework /'`
aspell-0.60.8/ltmain.sh:8718:	finalize_deplibs=`$ECHO " $finalize_deplibs" | $SED 's/ -lc / System.ltframework /'`
aspell-0.60.8/ltmain.sh-8719-	;;
##############################################
aspell-0.60.8/ltmain.sh-8734-	# Time to change all our "foo.ltframework" stuff back to "-framework foo"
aspell-0.60.8/ltmain.sh:8735:	compile_deplibs=`$ECHO " $compile_deplibs" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'`
aspell-0.60.8/ltmain.sh:8736:	finalize_deplibs=`$ECHO " $finalize_deplibs" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'`
aspell-0.60.8/ltmain.sh-8737-	;;
##############################################
aspell-0.60.8/ltmain.sh-8812-	*-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-os2* | *-cegcc*)
aspell-0.60.8/ltmain.sh:8813:	  testbindir=`${ECHO} "$libdir" | ${SED} -e 's*/lib$*/bin*'`
aspell-0.60.8/ltmain.sh-8814-	  case :$dllsearchpath: in
##############################################
aspell-0.60.8/ltmain.sh-8872-	# Transform all the library objects into standard objects.
aspell-0.60.8/ltmain.sh:8873:	compile_command=`$ECHO "$compile_command" | $SP2NL | $SED "$lo2o" | $NL2SP`
aspell-0.60.8/ltmain.sh:8874:	finalize_command=`$ECHO "$finalize_command" | $SP2NL | $SED "$lo2o" | $NL2SP`
aspell-0.60.8/ltmain.sh-8875-      fi
##############################################
aspell-0.60.8/ltmain.sh-8902-	# Replace the output file specification.
aspell-0.60.8/ltmain.sh:8903:	compile_command=`$ECHO "$compile_command" | $SED 's%@OUTPUT@%'"$output"'%g'`
aspell-0.60.8/ltmain.sh-8904-	link_command="$compile_command$compile_rpath"
##############################################
aspell-0.60.8/ltmain.sh-8911-	  func_to_tool_file "$output"
aspell-0.60.8/ltmain.sh:8912:	  postlink_cmds=`func_echo_all "$postlink_cmds" | $SED -e 's%@OUTPUT@%'"$output"'%g' -e 's%@TOOL_OUTPUT@%'"$func_to_tool_file_result"'%g'`
aspell-0.60.8/ltmain.sh-8913-	  func_execute_cmds "$postlink_cmds" 'exit $?'
##############################################
aspell-0.60.8/ltmain.sh-8955-	# Replace the output file specification.
aspell-0.60.8/ltmain.sh:8956:	link_command=`$ECHO "$link_command" | $SED 's%@OUTPUT@%'"$output"'%g'`
aspell-0.60.8/ltmain.sh-8957-	# Delete the old output file.
##############################################
aspell-0.60.8/ltmain.sh-8963-	  func_to_tool_file "$output"
aspell-0.60.8/ltmain.sh:8964:	  postlink_cmds=`func_echo_all "$postlink_cmds" | $SED -e 's%@OUTPUT@%'"$output"'%g' -e 's%@TOOL_OUTPUT@%'"$func_to_tool_file_result"'%g'`
aspell-0.60.8/ltmain.sh-8965-	  func_execute_cmds "$postlink_cmds" 'exit $?'
##############################################
aspell-0.60.8/ltmain.sh-8981-	  if test "$fast_install" = yes; then
aspell-0.60.8/ltmain.sh:8982:	    relink_command=`$ECHO "$compile_var$compile_command$compile_rpath" | $SED 's%@OUTPUT@%\$progdir/\$file%g'`
aspell-0.60.8/ltmain.sh-8983-	  else
##############################################
aspell-0.60.8/ltmain.sh-8993-      # Replace the output file specification.
aspell-0.60.8/ltmain.sh:8994:      link_command=`$ECHO "$link_command" | $SED 's%@OUTPUT@%'"$output_objdir/$outputname"'%g'`
aspell-0.60.8/ltmain.sh-8995-
##############################################
aspell-0.60.8/ltmain.sh-9002-	func_to_tool_file "$output_objdir/$outputname"
aspell-0.60.8/ltmain.sh:9003:	postlink_cmds=`func_echo_all "$postlink_cmds" | $SED -e 's%@OUTPUT@%'"$output_objdir/$outputname"'%g' -e 's%@TOOL_OUTPUT@%'"$func_to_tool_file_result"'%g'`
aspell-0.60.8/ltmain.sh-9004-	func_execute_cmds "$postlink_cmds" 'exit $?'
##############################################
aspell-0.60.8/ltmain.sh-9023-	relink_command="(cd `pwd`; $relink_command)"
aspell-0.60.8/ltmain.sh:9024:	relink_command=`$ECHO "$relink_command" | $SED "$sed_quote_subst"`
aspell-0.60.8/ltmain.sh-9025-      fi
##############################################
aspell-0.60.8/ltmain.sh-9267-      relink_command="(cd `pwd`; $SHELL $progpath $preserve_args --mode=relink $libtool_args @inst_prefix_dir@)"
aspell-0.60.8/ltmain.sh:9268:      relink_command=`$ECHO "$relink_command" | $SED "$sed_quote_subst"`
aspell-0.60.8/ltmain.sh-9269-      if test "$hardcode_automatic" = yes ; then
##############################################
aspell-0.60.8/ltmain.sh-9288-		func_resolve_sysroot "$deplib"
aspell-0.60.8/ltmain.sh:9289:		eval libdir=`${SED} -n -e 's/^libdir=\(.*\)$/\1/p' $func_resolve_sysroot_result`
aspell-0.60.8/ltmain.sh-9290-		test -z "$libdir" && \
##############################################
aspell-0.60.8/ltmain.sh-9314-		name="$func_basename_result"
aspell-0.60.8/ltmain.sh:9315:		eval libdir=`${SED} -n -e 's/^libdir=\(.*\)$/\1/p' $lib`
aspell-0.60.8/ltmain.sh-9316-		test -z "$libdir" && \
##############################################
aspell-0.60.8/ltmain.sh-9333-		name="$func_basename_result"
aspell-0.60.8/ltmain.sh:9334:		eval libdir=`${SED} -n -e 's/^libdir=\(.*\)$/\1/p' $lib`
aspell-0.60.8/ltmain.sh-9335-		test -z "$libdir" && \
##############################################
aspell-0.60.8/ltmain.sh-9652-# ### BEGIN LIBTOOL TAG CONFIG: disable-static
aspell-0.60.8/ltmain.sh:9653:build_old_libs=`case $build_libtool_libs in yes) echo no;; *) echo yes;; esac`
aspell-0.60.8/ltmain.sh-9654-# ### END LIBTOOL TAG CONFIG: disable-static
##############################################
aspell-0.60.8/m4/lib-link.m4-247-        dnl or AC_LIB_HAVE_LINKFLAGS call.
aspell-0.60.8/m4/lib-link.m4:248:        uppername=`echo "$name" | sed -e 'y|abcdefghijklmnopqrstuvwxyz./+-|ABCDEFGHIJKLMNOPQRSTUVWXYZ____|'`
aspell-0.60.8/m4/lib-link.m4-249-        eval value=\"\$HAVE_LIB$uppername\"
##############################################
aspell-0.60.8/m4/lib-link.m4-322-                -L*)
aspell-0.60.8/m4/lib-link.m4:323:                  dir=`echo "X$x" | sed -e 's/^X-L//'`
aspell-0.60.8/m4/lib-link.m4-324-                  dnl First look for a shared library.
##############################################
aspell-0.60.8/m4/lib-link.m4-466-              */$acl_libdirstem | */$acl_libdirstem/)
aspell-0.60.8/m4/lib-link.m4:467:                basedir=`echo "X$found_dir" | sed -e 's,^X,,' -e "s,/$acl_libdirstem/"'*$,,'`
aspell-0.60.8/m4/lib-link.m4-468-                if test "$name" = '$1'; then
##############################################
aspell-0.60.8/m4/lib-link.m4-473-              */$acl_libdirstem2 | */$acl_libdirstem2/)
aspell-0.60.8/m4/lib-link.m4:474:                basedir=`echo "X$found_dir" | sed -e 's,^X,,' -e "s,/$acl_libdirstem2/"'*$,,'`
aspell-0.60.8/m4/lib-link.m4-475-                if test "$name" = '$1'; then
##############################################
aspell-0.60.8/m4/lib-link.m4-529-                  -L*)
aspell-0.60.8/m4/lib-link.m4:530:                    additional_libdir=`echo "X$dep" | sed -e 's/^X-L//'`
aspell-0.60.8/m4/lib-link.m4-531-                    dnl Potentially add $additional_libdir to $LIBNAME and $LTLIBNAME.
##############################################
aspell-0.60.8/m4/lib-link.m4-581-                  -R*)
aspell-0.60.8/m4/lib-link.m4:582:                    dir=`echo "X$dep" | sed -e 's/^X-R//'`
aspell-0.60.8/m4/lib-link.m4-583-                    if test "$enable_rpath" != no; then
##############################################
aspell-0.60.8/m4/lib-link.m4-611-                    dnl Handle this in the next round.
aspell-0.60.8/m4/lib-link.m4:612:                    names_next_round="$names_next_round "`echo "X$dep" | sed -e 's/^X-l//'`
aspell-0.60.8/m4/lib-link.m4-613-                    ;;
##############################################
aspell-0.60.8/m4/lib-link.m4-617-                    dnl option.
aspell-0.60.8/m4/lib-link.m4:618:                    names_next_round="$names_next_round "`echo "X$dep" | sed -e 's,^X.*/,,' -e 's,^lib,,' -e 's,\.la$,,'`
aspell-0.60.8/m4/lib-link.m4-619-                    ;;
##############################################
aspell-0.60.8/m4/lib-link.m4-730-            -L) next=yes ;;
aspell-0.60.8/m4/lib-link.m4:731:            -L*) dir=`echo "X$opt" | sed -e 's,^X-L,,'`
aspell-0.60.8/m4/lib-link.m4-732-                 dnl No need to hardcode the standard /usr/lib.
##############################################
aspell-0.60.8/m4/gettext.m4-267-        LTLIBINTL="ifelse([$3],[],\${top_builddir}/intl,[$3])/libintl.[]gt_libtool_suffix_prefix[]a $LTLIBICONV $LTLIBTHREAD"
aspell-0.60.8/m4/gettext.m4:268:        LIBS=`echo " $LIBS " | sed -e 's/ -lintl / /' -e 's/^ //' -e 's/ $//'`
aspell-0.60.8/m4/gettext.m4-269-      fi
##############################################
aspell-0.60.8/m4/po.m4-48-changequote(,)dnl
aspell-0.60.8/m4/po.m4:49:  case `$MSGFMT --version | sed 1q | sed -e 's,^[^0-9]*,,'` in
aspell-0.60.8/m4/po.m4-50-    '' | 0.[0-9] | 0.[0-9].* | 0.1[0-4] | 0.1[0-4].*) MSGFMT_015=: ;;
##############################################
aspell-0.60.8/m4/po.m4-55-changequote(,)dnl
aspell-0.60.8/m4/po.m4:56:  case `$GMSGFMT --version | sed 1q | sed -e 's,^[^0-9]*,,'` in
aspell-0.60.8/m4/po.m4-57-    '' | 0.[0-9] | 0.[0-9].* | 0.1[0-4] | 0.1[0-4].*) GMSGFMT_015=: ;;
##############################################
aspell-0.60.8/m4/po.m4-74-changequote(,)dnl
aspell-0.60.8/m4/po.m4:75:  case `$XGETTEXT --version | sed 1q | sed -e 's,^[^0-9]*,,'` in
aspell-0.60.8/m4/po.m4-76-    '' | 0.[0-9] | 0.[0-9].* | 0.1[0-4] | 0.1[0-4].*) XGETTEXT_015=: ;;
##############################################
aspell-0.60.8/m4/po.m4-99-      case "$ac_file" in
aspell-0.60.8/m4/po.m4:100:        *:*) ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;;
aspell-0.60.8/m4/po.m4-101-      esac
##############################################
aspell-0.60.8/m4/po.m4-104-        # Adjust a relative srcdir.
aspell-0.60.8/m4/po.m4:105:        ac_dir=`echo "$ac_file"|sed 's%/[^/][^/]*$%%'`
aspell-0.60.8/m4/po.m4:106:        ac_dir_suffix=/`echo "$ac_dir"|sed 's%^\./%%'`
aspell-0.60.8/m4/po.m4:107:        ac_dots=`echo "$ac_dir_suffix"|sed 's%/[^/]*%../%g'`
aspell-0.60.8/m4/po.m4-108-        # In autoconf-2.13 it is called $ac_given_srcdir.
##############################################
aspell-0.60.8/m4/po.m4-111-        case "$ac_given_srcdir" in
aspell-0.60.8/m4/po.m4:112:          .)  top_srcdir=`echo $ac_dots|sed 's%/$%%'` ;;
aspell-0.60.8/m4/po.m4-113-          /*) top_srcdir="$ac_given_srcdir" ;;
##############################################
aspell-0.60.8/m4/po.m4-132-            fi
aspell-0.60.8/m4/po.m4:133:            ALL_LINGUAS_=`sed -e "/^#/d" -e "s/#.*//" "$ac_given_srcdir/$ac_dir/LINGUAS"`
aspell-0.60.8/m4/po.m4-134-            # Hide the ALL_LINGUAS assignment from automake < 1.5.
##############################################
aspell-0.60.8/m4/po.m4-229-  # Adjust a relative srcdir.
aspell-0.60.8/m4/po.m4:230:  ac_dir=`echo "$ac_file"|sed 's%/[^/][^/]*$%%'`
aspell-0.60.8/m4/po.m4:231:  ac_dir_suffix=/`echo "$ac_dir"|sed 's%^\./%%'`
aspell-0.60.8/m4/po.m4:232:  ac_dots=`echo "$ac_dir_suffix"|sed 's%/[^/]*%../%g'`
aspell-0.60.8/m4/po.m4-233-  # In autoconf-2.13 it is called $ac_given_srcdir.
##############################################
aspell-0.60.8/m4/po.m4-236-  case "$ac_given_srcdir" in
aspell-0.60.8/m4/po.m4:237:    .)  top_srcdir=`echo $ac_dots|sed 's%/$%%'` ;;
aspell-0.60.8/m4/po.m4-238-    /*) top_srcdir="$ac_given_srcdir" ;;
##############################################
aspell-0.60.8/m4/po.m4-298-  # Set POTFILES to the value of the Makefile variable POTFILES.
aspell-0.60.8/m4/po.m4:299:  sed_x_POTFILES=`$gt_echo "$sed_x_variable" | sed -e '/^ *#/d' -e 's/VARIABLE/POTFILES/g'`
aspell-0.60.8/m4/po.m4:300:  POTFILES=`sed -n -e "$sed_x_POTFILES" < "$ac_file"`
aspell-0.60.8/m4/po.m4-301-  # Compute POTFILES_DEPS as
##############################################
aspell-0.60.8/m4/po.m4-313-    # The LINGUAS file contains the set of available languages.
aspell-0.60.8/m4/po.m4:314:    ALL_LINGUAS_=`sed -e "/^#/d" -e "s/#.*//" "$ac_given_srcdir/$ac_dir/LINGUAS"`
aspell-0.60.8/m4/po.m4-315-    POMAKEFILEDEPS="$POMAKEFILEDEPS LINGUAS"
##############################################
aspell-0.60.8/m4/po.m4-317-    # Set ALL_LINGUAS to the value of the Makefile variable LINGUAS.
aspell-0.60.8/m4/po.m4:318:    sed_x_LINGUAS=`$gt_echo "$sed_x_variable" | sed -e '/^ *#/d' -e 's/VARIABLE/LINGUAS/g'`
aspell-0.60.8/m4/po.m4:319:    ALL_LINGUAS_=`sed -n -e "$sed_x_LINGUAS" < "$ac_file"`
aspell-0.60.8/m4/po.m4-320-  fi
##############################################
aspell-0.60.8/m4/po.m4-361-    QMFILES="$QMFILES $srcdirpre$lang.qm"
aspell-0.60.8/m4/po.m4:362:    frobbedlang=`echo $lang | sed -e 's/\..*$//' -e 'y/ABCDEFGHIJKLMNOPQRSTUVWXYZ/abcdefghijklmnopqrstuvwxyz/'`
aspell-0.60.8/m4/po.m4-363-    MSGFILES="$MSGFILES $srcdirpre$frobbedlang.msg"
aspell-0.60.8/m4/po.m4:364:    frobbedlang=`echo $lang | sed -e 's/_/-/g' -e 's/^sr-CS/sr-SP/' -e 's/@latin$/-Latn/' -e 's/@cyrillic$/-Cyrl/' -e 's/^sr-SP$/sr-SP-Latn/' -e 's/^uz-UZ$/uz-UZ-Latn/'`
aspell-0.60.8/m4/po.m4-365-    RESOURCESDLLFILES="$RESOURCESDLLFILES $srcdirpre$frobbedlang/\$(DOMAIN).resources.dll"
##############################################
aspell-0.60.8/m4/po.m4-402-      QTCATALOGS="$QTCATALOGS $lang.qm"
aspell-0.60.8/m4/po.m4:403:      frobbedlang=`echo $lang | sed -e 's/\..*$//' -e 'y/ABCDEFGHIJKLMNOPQRSTUVWXYZ/abcdefghijklmnopqrstuvwxyz/'`
aspell-0.60.8/m4/po.m4-404-      TCLCATALOGS="$TCLCATALOGS $frobbedlang.msg"
aspell-0.60.8/m4/po.m4:405:      frobbedlang=`echo $lang | sed -e 's/_/-/g' -e 's/^sr-CS/sr-SP/' -e 's/@latin$/-Latn/' -e 's/@cyrillic$/-Cyrl/' -e 's/^sr-SP$/sr-SP-Latn/' -e 's/^uz-UZ$/uz-UZ-Latn/'`
aspell-0.60.8/m4/po.m4-406-      CSHARPCATALOGS="$CSHARPCATALOGS $frobbedlang/\$(DOMAIN).resources.dll"
##############################################
aspell-0.60.8/m4/po.m4-414-    for lang in $ALL_LINGUAS; do
aspell-0.60.8/m4/po.m4:415:      frobbedlang=`echo $lang | sed -e 's/\..*$//' -e 'y/ABCDEFGHIJKLMNOPQRSTUVWXYZ/abcdefghijklmnopqrstuvwxyz/'`
aspell-0.60.8/m4/po.m4-416-      cat >> "$ac_file.tmp" <<EOF
##############################################
aspell-0.60.8/m4/po.m4-425-    for lang in $ALL_LINGUAS; do
aspell-0.60.8/m4/po.m4:426:      frobbedlang=`echo $lang | sed -e 's/_/-/g' -e 's/^sr-CS/sr-SP/' -e 's/@latin$/-Latn/' -e 's/@cyrillic$/-Cyrl/' -e 's/^sr-SP$/sr-SP-Latn/' -e 's/^uz-UZ$/uz-UZ-Latn/'`
aspell-0.60.8/m4/po.m4-427-      cat >> "$ac_file.tmp" <<EOF
##############################################
aspell-0.60.8/m4/ltsugar.m4-67-m4_define([lt_combine],
aspell-0.60.8/m4/ltsugar.m4:68:[m4_if(m4_eval([$# > 3]), [1],
aspell-0.60.8/m4/ltsugar.m4-69-       [m4_pushdef([_Lt_sep], [m4_define([_Lt_sep], m4_defn([lt_car]))])]]dnl
##############################################
aspell-0.60.8/m4/libtool.m4-125-done
aspell-0.60.8/m4/libtool.m4:126:cc_basename=`$ECHO "$cc_temp" | $SED "s%.*/%%; s%^$host_alias-%%"`
aspell-0.60.8/m4/libtool.m4-127-])
##############################################
aspell-0.60.8/m4/libtool.m4-427-m4_define([_LT_CONFIG_STATUS_DECLARE],
aspell-0.60.8/m4/libtool.m4:428:[$1='`$ECHO "$][$1" | $SED "$delay_single_quote_subst"`'])
aspell-0.60.8/m4/libtool.m4-429-
##############################################
aspell-0.60.8/m4/libtool.m4-437-#
aspell-0.60.8/m4/libtool.m4:438:#    <var>='`$ECHO "$<var>" | $SED "$delay_single_quote_subst"`'
aspell-0.60.8/m4/libtool.m4-439-m4_defun([_LT_CONFIG_STATUS_DECLARATIONS],
##############################################
aspell-0.60.8/m4/libtool.m4-547-]], lt_decl_quote_varnames); do
aspell-0.60.8/m4/libtool.m4:548:    case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
aspell-0.60.8/m4/libtool.m4-549-    *[[\\\\\\\`\\"\\\$]]*)
aspell-0.60.8/m4/libtool.m4:550:      eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED \\"\\\$sed_quote_subst\\"\\\`\\\\\\""
aspell-0.60.8/m4/libtool.m4-551-      ;;
##############################################
aspell-0.60.8/m4/libtool.m4-560-]], lt_decl_dquote_varnames); do
aspell-0.60.8/m4/libtool.m4:561:    case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
aspell-0.60.8/m4/libtool.m4-562-    *[[\\\\\\\`\\"\\\$]]*)
aspell-0.60.8/m4/libtool.m4:563:      eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED -e \\"\\\$double_quote_subst\\" -e \\"\\\$sed_quote_subst\\" -e \\"\\\$delay_variable_subst\\"\\\`\\\\\\""
aspell-0.60.8/m4/libtool.m4-564-      ;;
##############################################
aspell-0.60.8/m4/libtool.m4-720-
aspell-0.60.8/m4/libtool.m4:721:# `$ECHO "$ofile" | sed 's%^.*/%%'` - Provide generalized library-building support services.
aspell-0.60.8/m4/libtool.m4-722-# Generated automatically by $as_me ($PACKAGE$TIMESTAMP) $VERSION
##############################################
aspell-0.60.8/m4/libtool.m4-1090-  if test "$lt_cv_ld_force_load" = "yes"; then
aspell-0.60.8/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\"`'
aspell-0.60.8/m4/libtool.m4-1092-    m4_case([$1], [F77], [_LT_TAGVAR(compiler_needs_object, $1)=yes],
##############################################
aspell-0.60.8/m4/libtool.m4-1143-      }]'
aspell-0.60.8/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"`
aspell-0.60.8/m4/libtool.m4-1145-  # Check for a 64-bit object if we didn't find anything.
aspell-0.60.8/m4/libtool.m4-1146-  if test -z "$_LT_TAGVAR([lt_cv_aix_libpath_], [$1])"; then
aspell-0.60.8/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"`
aspell-0.60.8/m4/libtool.m4-1148-  fi],[])
##############################################
aspell-0.60.8/m4/libtool.m4-1179-if test "X`( print -r -- -n ) 2>/dev/null`" = X-n && \
aspell-0.60.8/m4/libtool.m4:1180:   test "X`print -r -- $ECHO 2>/dev/null`" = "X$ECHO"; then
aspell-0.60.8/m4/libtool.m4-1181-  ECHO='print -r --'
aspell-0.60.8/m4/libtool.m4:1182:elif test "X`printf %s $ECHO 2>/dev/null`" = "X$ECHO"; then
aspell-0.60.8/m4/libtool.m4-1183-  ECHO='printf %s\n'
##############################################
aspell-0.60.8/m4/libtool.m4-1214-    PATH=/empty FPATH=/empty; export PATH FPATH
aspell-0.60.8/m4/libtool.m4:1215:    test "X`printf %s $ECHO`" = "X$ECHO" \
aspell-0.60.8/m4/libtool.m4:1216:      || test "X`print -r -- $ECHO`" = "X$ECHO" )])])
aspell-0.60.8/m4/libtool.m4-1217-
##############################################
aspell-0.60.8/m4/libtool.m4-1237-   if test "$GCC" = yes; then
aspell-0.60.8/m4/libtool.m4:1238:     lt_sysroot=`$CC --print-sysroot 2>/dev/null`
aspell-0.60.8/m4/libtool.m4-1239-   fi
##############################################
aspell-0.60.8/m4/libtool.m4-1241- /*)
aspell-0.60.8/m4/libtool.m4:1242:   lt_sysroot=`echo "$with_sysroot" | sed -e "$sed_quote_subst"`
aspell-0.60.8/m4/libtool.m4-1243-   ;; #(
##############################################
aspell-0.60.8/m4/libtool.m4-1270-  if AC_TRY_EVAL(ac_compile); then
aspell-0.60.8/m4/libtool.m4:1271:    case `/usr/bin/file conftest.$ac_objext` in
aspell-0.60.8/m4/libtool.m4-1272-      *ELF-32*)
##############################################
aspell-0.60.8/m4/libtool.m4-1286-    if test "$lt_cv_prog_gnu_ld" = yes; then
aspell-0.60.8/m4/libtool.m4:1287:      case `/usr/bin/file conftest.$ac_objext` in
aspell-0.60.8/m4/libtool.m4-1288-	*32-bit*)
##############################################
aspell-0.60.8/m4/libtool.m4-1298-    else
aspell-0.60.8/m4/libtool.m4:1299:      case `/usr/bin/file conftest.$ac_objext` in
aspell-0.60.8/m4/libtool.m4-1300-	*32-bit*)
##############################################
aspell-0.60.8/m4/libtool.m4-1663-    # And add a safety zone
aspell-0.60.8/m4/libtool.m4:1664:    lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
aspell-0.60.8/m4/libtool.m4:1665:    lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
aspell-0.60.8/m4/libtool.m4-1666-    ;;
##############################################
aspell-0.60.8/m4/libtool.m4-1696-    if test -n "$kargmax"; then
aspell-0.60.8/m4/libtool.m4:1697:      lt_cv_sys_max_cmd_len=`echo $kargmax | sed 's/.*[[	 ]]//'`
aspell-0.60.8/m4/libtool.m4-1698-    else
##############################################
aspell-0.60.8/m4/libtool.m4-1705-	test undefined != "$lt_cv_sys_max_cmd_len"; then
aspell-0.60.8/m4/libtool.m4:1706:      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
aspell-0.60.8/m4/libtool.m4:1707:      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
aspell-0.60.8/m4/libtool.m4-1708-    else
##############################################
aspell-0.60.8/m4/libtool.m4-1717-      # we can't tell.
aspell-0.60.8/m4/libtool.m4:1718:      while { test "X"`env echo "$teststring$teststring" 2>/dev/null` \
aspell-0.60.8/m4/libtool.m4-1719-	         = "X$teststring$teststring"; } >/dev/null 2>&1 &&
##############################################
aspell-0.60.8/m4/libtool.m4-1721-      do
aspell-0.60.8/m4/libtool.m4:1722:        i=`expr $i + 1`
aspell-0.60.8/m4/libtool.m4-1723-        teststring=$teststring$teststring
##############################################
aspell-0.60.8/m4/libtool.m4-1725-      # Only check the string length outside the loop.
aspell-0.60.8/m4/libtool.m4:1726:      lt_cv_sys_max_cmd_len=`expr "X$teststring" : ".*" 2>&1`
aspell-0.60.8/m4/libtool.m4-1727-      teststring=
##############################################
aspell-0.60.8/m4/libtool.m4-1730-      # linker.  It appears as though 1/2 is a usable value.
aspell-0.60.8/m4/libtool.m4:1731:      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 2`
aspell-0.60.8/m4/libtool.m4-1732-    fi
##############################################
aspell-0.60.8/m4/libtool.m4-2055-  if test "$hard_links" = no; then
aspell-0.60.8/m4/libtool.m4:2056:    AC_MSG_WARN([`$CC' does not support `-c -o', so `make -j' may be unsafe])
aspell-0.60.8/m4/libtool.m4-2057-    need_locks=warn
##############################################
aspell-0.60.8/m4/libtool.m4-2186-  esac
aspell-0.60.8/m4/libtool.m4:2187:  lt_search_path_spec=`$CC -print-search-dirs | awk $lt_awk_arg | $SED -e "s/^libraries://" -e $lt_sed_strip_eq`
aspell-0.60.8/m4/libtool.m4-2188-  case $lt_search_path_spec in
##############################################
aspell-0.60.8/m4/libtool.m4-2193-    # okay in the real world where ";" in dirpaths is itself problematic.
aspell-0.60.8/m4/libtool.m4:2194:    lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED 's/;/ /g'`
aspell-0.60.8/m4/libtool.m4-2195-    ;;
aspell-0.60.8/m4/libtool.m4-2196-  *)
aspell-0.60.8/m4/libtool.m4:2197:    lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED "s/$PATH_SEPARATOR/ /g"`
aspell-0.60.8/m4/libtool.m4-2198-    ;;
##############################################
aspell-0.60.8/m4/libtool.m4-2202-  lt_tmp_lt_search_path_spec=
aspell-0.60.8/m4/libtool.m4:2203:  lt_multi_os_dir=`$CC $CPPFLAGS $CFLAGS $LDFLAGS -print-multi-os-directory 2>/dev/null`
aspell-0.60.8/m4/libtool.m4-2204-  for lt_sys_path in $lt_search_path_spec; do
##############################################
aspell-0.60.8/m4/libtool.m4-2237-  esac
aspell-0.60.8/m4/libtool.m4:2238:  sys_lib_search_path_spec=`$ECHO "$lt_search_path_spec" | $lt_NL2SP`
aspell-0.60.8/m4/libtool.m4-2239-else
##############################################
aspell-0.60.8/m4/libtool.m4-2325-    # Create ${libname}_ixlibrary.a entries in /sys/libs.
aspell-0.60.8/m4/libtool.m4:2326:    finish_eval='for lib in `ls $libdir/*.ixlibrary 2>/dev/null`; do libname=`func_echo_all "$lib" | $SED '\''s%^.*/\([[^/]]*\)\.ixlibrary$%\1%'\''`; test $RM /sys/libs/${libname}_ixlibrary.a; $show "cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a"; cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a || exit 1; done'
aspell-0.60.8/m4/libtool.m4-2327-    ;;
##############################################
aspell-0.60.8/m4/libtool.m4-2361-    # DLL is installed to $(libdir)/../bin by postinstall_cmds
aspell-0.60.8/m4/libtool.m4:2362:    postinstall_cmds='base_file=`basename \${file}`~
aspell-0.60.8/m4/libtool.m4:2363:      dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i; echo \$dlname'\''`~
aspell-0.60.8/m4/libtool.m4:2364:      dldir=$destdir/`dirname \$dlpath`~
aspell-0.60.8/m4/libtool.m4-2365-      test -d \$dldir || mkdir -p \$dldir~
##############################################
aspell-0.60.8/m4/libtool.m4-2370-      fi'
aspell-0.60.8/m4/libtool.m4:2371:    postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
aspell-0.60.8/m4/libtool.m4-2372-      dlpath=$dir/\$dldll~
##############################################
aspell-0.60.8/m4/libtool.m4-2378-      # Cygwin DLLs use 'cyg' prefix rather than 'lib'
aspell-0.60.8/m4/libtool.m4:2379:      soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[[.]]/-/g'`${versuffix}${shared_ext}'
aspell-0.60.8/m4/libtool.m4-2380-m4_if([$1], [],[
##############################################
aspell-0.60.8/m4/libtool.m4-2384-      # MinGW DLLs use traditional 'lib' prefix
aspell-0.60.8/m4/libtool.m4:2385:      soname_spec='${libname}`echo ${release} | $SED -e 's/[[.]]/-/g'`${versuffix}${shared_ext}'
aspell-0.60.8/m4/libtool.m4-2386-      ;;
##############################################
aspell-0.60.8/m4/libtool.m4-2388-      # pw32 DLLs use 'pw' prefix rather than 'lib'
aspell-0.60.8/m4/libtool.m4:2389:      library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[[.]]/-/g'`${versuffix}${shared_ext}'
aspell-0.60.8/m4/libtool.m4-2390-      ;;
##############################################
aspell-0.60.8/m4/libtool.m4-2397-    libname_spec='$name'
aspell-0.60.8/m4/libtool.m4:2398:    soname_spec='${libname}`echo ${release} | $SED -e 's/[[.]]/-/g'`${versuffix}${shared_ext}'
aspell-0.60.8/m4/libtool.m4-2399-    library_names_spec='${libname}.dll.lib'
##############################################
aspell-0.60.8/m4/libtool.m4-2409-        # Let DOS variable expansion print the short 8.3 style file name.
aspell-0.60.8/m4/libtool.m4:2410:        lt_path=`cd "$lt_path" 2>/dev/null && cmd //C "for %i in (".") do @echo %~si"`
aspell-0.60.8/m4/libtool.m4-2411-        sys_lib_search_path_spec="$sys_lib_search_path_spec $lt_path"
##############################################
aspell-0.60.8/m4/libtool.m4-2414-      # Convert to MSYS style.
aspell-0.60.8/m4/libtool.m4:2415:      sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | sed -e 's|\\\\|/|g' -e 's| \\([[a-zA-Z]]\\):| /\\1|g' -e 's|^ ||'`
aspell-0.60.8/m4/libtool.m4-2416-      ;;
##############################################
aspell-0.60.8/m4/libtool.m4-2420-      # like /cygdrive/c/PROGRA~1:/cygdr...
aspell-0.60.8/m4/libtool.m4:2421:      sys_lib_search_path_spec=`cygpath --path --unix "$LIB"`
aspell-0.60.8/m4/libtool.m4:2422:      sys_lib_search_path_spec=`cygpath --path --dos "$sys_lib_search_path_spec" 2>/dev/null`
aspell-0.60.8/m4/libtool.m4:2423:      sys_lib_search_path_spec=`cygpath --path --unix "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"`
aspell-0.60.8/m4/libtool.m4-2424-      ;;
##############################################
aspell-0.60.8/m4/libtool.m4-2428-        # It is most probably a Windows format PATH.
aspell-0.60.8/m4/libtool.m4:2429:        sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'`
aspell-0.60.8/m4/libtool.m4-2430-      else
aspell-0.60.8/m4/libtool.m4:2431:        sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"`
aspell-0.60.8/m4/libtool.m4-2432-      fi
##############################################
aspell-0.60.8/m4/libtool.m4-2438-    # DLL is installed to $(libdir)/../bin by postinstall_cmds
aspell-0.60.8/m4/libtool.m4:2439:    postinstall_cmds='base_file=`basename \${file}`~
aspell-0.60.8/m4/libtool.m4:2440:      dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i; echo \$dlname'\''`~
aspell-0.60.8/m4/libtool.m4:2441:      dldir=$destdir/`dirname \$dlpath`~
aspell-0.60.8/m4/libtool.m4-2442-      test -d \$dldir || mkdir -p \$dldir~
aspell-0.60.8/m4/libtool.m4-2443-      $install_prog $dir/$dlname \$dldir/$dlname'
aspell-0.60.8/m4/libtool.m4:2444:    postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
aspell-0.60.8/m4/libtool.m4-2445-      dlpath=$dir/\$dldll~
##############################################
aspell-0.60.8/m4/libtool.m4-2452-    # Assume MSVC wrapper
aspell-0.60.8/m4/libtool.m4:2453:    library_names_spec='${libname}`echo ${release} | $SED -e 's/[[.]]/-/g'`${versuffix}${shared_ext} $libname.lib'
aspell-0.60.8/m4/libtool.m4-2454-    dynamic_linker='Win32 ld.exe'
##############################################
aspell-0.60.8/m4/libtool.m4-2469-  shlibpath_var=DYLD_LIBRARY_PATH
aspell-0.60.8/m4/libtool.m4:2470:  shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`'
aspell-0.60.8/m4/libtool.m4-2471-m4_if([$1], [],[
##############################################
aspell-0.60.8/m4/libtool.m4-2676-  if test -f /etc/ld.so.conf; then
aspell-0.60.8/m4/libtool.m4:2677:    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' ' '`
aspell-0.60.8/m4/libtool.m4-2678-    sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra"
##############################################
aspell-0.60.8/m4/libtool.m4-2750-  shlibpath_var=LD_LIBRARY_PATH
aspell-0.60.8/m4/libtool.m4:2751:  if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
aspell-0.60.8/m4/libtool.m4-2752-    case $host_os in
##############################################
aspell-0.60.8/m4/libtool.m4-2967-	"file_magic "*)
aspell-0.60.8/m4/libtool.m4:2968:	  file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
aspell-0.60.8/m4/libtool.m4-2969-	  MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
##############################################
aspell-0.60.8/m4/libtool.m4-3050-    # gcc leaves a trailing carriage return which upsets mingw
aspell-0.60.8/m4/libtool.m4:3051:    ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
aspell-0.60.8/m4/libtool.m4-3052-  *)
aspell-0.60.8/m4/libtool.m4:3053:    ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
aspell-0.60.8/m4/libtool.m4-3054-  esac
##############################################
aspell-0.60.8/m4/libtool.m4-3059-      # Canonicalize the pathname of ld
aspell-0.60.8/m4/libtool.m4:3060:      ac_prog=`$ECHO "$ac_prog"| $SED 's%\\\\%/%g'`
aspell-0.60.8/m4/libtool.m4-3061-      while $ECHO "$ac_prog" | $GREP "$re_direlt" > /dev/null 2>&1; do
aspell-0.60.8/m4/libtool.m4:3062:	ac_prog=`$ECHO $ac_prog| $SED "s%$re_direlt%/%"`
aspell-0.60.8/m4/libtool.m4-3063-      done
##############################################
aspell-0.60.8/m4/libtool.m4-3090-      # Break only if it was the GNU/non-GNU ld that we prefer.
aspell-0.60.8/m4/libtool.m4:3091:      case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in
aspell-0.60.8/m4/libtool.m4-3092-      *GNU* | *'with BFD'*)
##############################################
aspell-0.60.8/m4/libtool.m4-3130-[# I'd rather use --version here, but apparently some GNU lds only accept -v.
aspell-0.60.8/m4/libtool.m4:3131:case `$LD -v 2>&1 </dev/null` in
aspell-0.60.8/m4/libtool.m4-3132-*GNU* | *'with BFD'*)
##############################################
aspell-0.60.8/m4/libtool.m4-3321-openbsd*)
aspell-0.60.8/m4/libtool.m4:3322:  if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
aspell-0.60.8/m4/libtool.m4-3323-    lt_cv_deplibs_check_method='match_pattern /lib[[^/]]+(\.so\.[[0-9]]+\.[[0-9]]+|\.so|_pic\.a)$'
##############################################
aspell-0.60.8/m4/libtool.m4-3385-    else
aspell-0.60.8/m4/libtool.m4:3386:      file_magic_glob=`echo aAbBcCdDeEfFgGhHiIjJkKlLmMnNoOpPqQrRsStTuUvVwWxXyYzZ | $SED -e "s/\(..\)/s\/[[\1]]\/[[\1]]\/g;/g"`
aspell-0.60.8/m4/libtool.m4-3387-    fi
##############################################
aspell-0.60.8/m4/libtool.m4-3431-	# Tru64's nm complains that /dev/null is an invalid object file
aspell-0.60.8/m4/libtool.m4:3432:	case `"$tmp_nm" -B /dev/null 2>&1 | sed '1q'` in
aspell-0.60.8/m4/libtool.m4-3433-	*/dev/null* | *'Invalid file or object type'*)
##############################################
aspell-0.60.8/m4/libtool.m4-3437-	*)
aspell-0.60.8/m4/libtool.m4:3438:	  case `"$tmp_nm" -p /dev/null 2>&1 | sed '1q'` in
aspell-0.60.8/m4/libtool.m4-3439-	  */dev/null*)
##############################################
aspell-0.60.8/m4/libtool.m4-3463-    AC_CHECK_TOOLS(DUMPBIN, [dumpbin "link -dump"], :)
aspell-0.60.8/m4/libtool.m4:3464:    case `$DUMPBIN -symbols /dev/null 2>&1 | sed '1q'` in
aspell-0.60.8/m4/libtool.m4-3465-    *COFF*)
##############################################
aspell-0.60.8/m4/libtool.m4-3522-  # decide which to use based on capabilities of $DLLTOOL
aspell-0.60.8/m4/libtool.m4:3523:  case `$DLLTOOL --help 2>&1` in
aspell-0.60.8/m4/libtool.m4-3524-  *--identify-strict*)
##############################################
aspell-0.60.8/m4/libtool.m4-3681-# If we're using GNU nm, then use its standard symbol codes.
aspell-0.60.8/m4/libtool.m4:3682:case `$NM -V 2>&1` in
aspell-0.60.8/m4/libtool.m4-3683-*GNU* | *'with BFD'*)
##############################################
aspell-0.60.8/m4/libtool.m4-3699-mingw*)
aspell-0.60.8/m4/libtool.m4:3700:  opt_cr=`$ECHO 'x\{0,1\}' | tr x '\015'` # option cr in regexp
aspell-0.60.8/m4/libtool.m4-3701-  ;;
##############################################
aspell-0.60.8/m4/libtool.m4-3752-    nlist=conftest.nm
aspell-0.60.8/m4/libtool.m4:3753:    if AC_TRY_EVAL(NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist) && test -s "$nlist"; then
aspell-0.60.8/m4/libtool.m4-3754-      # Try sorting and uniquifying the output.
##############################################
aspell-0.60.8/m4/libtool.m4-4090-	  *)
aspell-0.60.8/m4/libtool.m4:4091:	    case `$CC -V 2>&1 | sed 5q` in
aspell-0.60.8/m4/libtool.m4-4092-	    *Sun\ C*)
##############################################
aspell-0.60.8/m4/libtool.m4-4395-      *)
aspell-0.60.8/m4/libtool.m4:4396:	case `$CC -V 2>&1 | sed 5q` in
aspell-0.60.8/m4/libtool.m4-4397-	*Sun\ Ceres\ Fortran* | *Sun*Fortran*\ [[1-7]].* | *Sun*Fortran*\ 8.[[0-3]]*)
##############################################
aspell-0.60.8/m4/libtool.m4-4673-	# shared libraries, regardless of the interface used.
aspell-0.60.8/m4/libtool.m4:4674:	case `$LD -v 2>&1` in
aspell-0.60.8/m4/libtool.m4-4675-	  *\ \(GNU\ Binutils\)\ 2.19.5*) ;;
##############################################
aspell-0.60.8/m4/libtool.m4-4705-    supports_anon_versioning=no
aspell-0.60.8/m4/libtool.m4:4706:    case `$LD -v 2>&1` in
aspell-0.60.8/m4/libtool.m4-4707-      *GNU\ gold*) supports_anon_versioning=yes ;;
##############################################
aspell-0.60.8/m4/libtool.m4-4774-	# is EXPORTS), use it as is; otherwise, prepend...
aspell-0.60.8/m4/libtool.m4:4775:	_LT_TAGVAR(archive_expsym_cmds, $1)='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
aspell-0.60.8/m4/libtool.m4-4776-	  cp $export_symbols $output_objdir/$soname.def;
##############################################
aspell-0.60.8/m4/libtool.m4-4802-      # time.  Moving up from 0x10000000 also allows more sbrk(2) space.
aspell-0.60.8/m4/libtool.m4:4803:      _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'
aspell-0.60.8/m4/libtool.m4:4804:      _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'
aspell-0.60.8/m4/libtool.m4-4805-      ;;
##############################################
aspell-0.60.8/m4/libtool.m4-4820-        pgcc*)				# Portland Group C compiler
aspell-0.60.8/m4/libtool.m4:4821:	  _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'
aspell-0.60.8/m4/libtool.m4-4822-	  tmp_addflag=' $pic_flag'
##############################################
aspell-0.60.8/m4/libtool.m4-4825-					# Portland Group f77 and f90 compilers
aspell-0.60.8/m4/libtool.m4:4826:	  _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'
aspell-0.60.8/m4/libtool.m4-4827-	  tmp_addflag=' $pic_flag -Mnomain' ;;
##############################################
aspell-0.60.8/m4/libtool.m4-4840-	nvcc*)	# Cuda Compiler Driver 2.2
aspell-0.60.8/m4/libtool.m4:4841:	  _LT_TAGVAR(whole_archive_flag_spec, $1)='${wl}--whole-archive`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` ${wl}--no-whole-archive'
aspell-0.60.8/m4/libtool.m4-4842-	  _LT_TAGVAR(compiler_needs_object, $1)=yes
##############################################
aspell-0.60.8/m4/libtool.m4-4844-	esac
aspell-0.60.8/m4/libtool.m4:4845:	case `$CC -V 2>&1 | sed 5q` in
aspell-0.60.8/m4/libtool.m4-4846-	*Sun\ C*)			# Sun C 5.9
aspell-0.60.8/m4/libtool.m4:4847:	  _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'
aspell-0.60.8/m4/libtool.m4-4848-	  _LT_TAGVAR(compiler_needs_object, $1)=yes
##############################################
aspell-0.60.8/m4/libtool.m4-4912-    sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*)
aspell-0.60.8/m4/libtool.m4:4913:      case `$LD -v 2>&1` in
aspell-0.60.8/m4/libtool.m4-4914-        *\ [[01]].* | *\ 2.[[0-9]].* | *\ 2.1[[0-5]].*)
##############################################
aspell-0.60.8/m4/libtool.m4-5035-	# below for broken collect2 doesn't work under 4.3+
aspell-0.60.8/m4/libtool.m4:5036:	  collect2name=`${CC} -print-prog-name=collect2`
aspell-0.60.8/m4/libtool.m4-5037-	  if test -f "$collect2name" &&
##############################################
aspell-0.60.8/m4/libtool.m4-5085-        _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-blibpath:$libdir:'"$aix_libpath"
aspell-0.60.8/m4/libtool.m4:5086:        _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"
aspell-0.60.8/m4/libtool.m4-5087-      else
##############################################
aspell-0.60.8/m4/libtool.m4-5151-	_LT_TAGVAR(archive_cmds, $1)='$CC -o $output_objdir/$soname $libobjs $compiler_flags $deplibs -Wl,-dll~linknames='
aspell-0.60.8/m4/libtool.m4:5152:	_LT_TAGVAR(archive_expsym_cmds, $1)='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
aspell-0.60.8/m4/libtool.m4-5153-	    sed -n -e 's/\\\\\\\(.*\\\\\\\)/-link\\\ -EXPORT:\\\\\\\1/' -e '1\\\!p' < $export_symbols > $output_objdir/$soname.exp;
##############################################
aspell-0.60.8/m4/libtool.m4-5188-	# FIXME: Setting linknames here is a bad hack.
aspell-0.60.8/m4/libtool.m4:5189:	_LT_TAGVAR(archive_cmds, $1)='$CC -o $lib $libobjs $compiler_flags `func_echo_all "$deplibs" | $SED '\''s/ -lc$//'\''` -link -dll~linknames='
aspell-0.60.8/m4/libtool.m4-5190-	# The linker will automatically build a .lib file if we build a DLL.
##############################################
aspell-0.60.8/m4/libtool.m4-5326-      if test "$GCC" = yes; then
aspell-0.60.8/m4/libtool.m4:5327:	_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'
aspell-0.60.8/m4/libtool.m4-5328-	# Try to use the -exported_symbol ld option, if it does not
##############################################
aspell-0.60.8/m4/libtool.m4-5349-	if test "$lt_cv_irix_exported_symbol" = yes; then
aspell-0.60.8/m4/libtool.m4:5350:          _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'
aspell-0.60.8/m4/libtool.m4-5351-	fi
aspell-0.60.8/m4/libtool.m4-5352-      else
aspell-0.60.8/m4/libtool.m4:5353:	_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'
aspell-0.60.8/m4/libtool.m4:5354:	_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'
aspell-0.60.8/m4/libtool.m4-5355-      fi
##############################################
aspell-0.60.8/m4/libtool.m4-5389-	_LT_TAGVAR(hardcode_direct_absolute, $1)=yes
aspell-0.60.8/m4/libtool.m4:5390:	if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
aspell-0.60.8/m4/libtool.m4-5391-	  _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
##############################################
aspell-0.60.8/m4/libtool.m4-5422-	_LT_TAGVAR(allow_undefined_flag, $1)=' ${wl}-expect_unresolved ${wl}\*'
aspell-0.60.8/m4/libtool.m4:5423:	_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'
aspell-0.60.8/m4/libtool.m4-5424-      else
aspell-0.60.8/m4/libtool.m4-5425-	_LT_TAGVAR(allow_undefined_flag, $1)=' -expect_unresolved \*'
aspell-0.60.8/m4/libtool.m4:5426:	_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'
aspell-0.60.8/m4/libtool.m4-5427-      fi
##############################################
aspell-0.60.8/m4/libtool.m4-5435-	_LT_TAGVAR(allow_undefined_flag, $1)=' ${wl}-expect_unresolved ${wl}\*'
aspell-0.60.8/m4/libtool.m4:5436:	_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'
aspell-0.60.8/m4/libtool.m4-5437-	_LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir'
##############################################
aspell-0.60.8/m4/libtool.m4-5439-	_LT_TAGVAR(allow_undefined_flag, $1)=' -expect_unresolved \*'
aspell-0.60.8/m4/libtool.m4:5440:	_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'
aspell-0.60.8/m4/libtool.m4:5441:	_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~
aspell-0.60.8/m4/libtool.m4:5442:	$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'
aspell-0.60.8/m4/libtool.m4-5443-
##############################################
aspell-0.60.8/m4/libtool.m4-5458-      else
aspell-0.60.8/m4/libtool.m4:5459:	case `$CC -V 2>&1` in
aspell-0.60.8/m4/libtool.m4-5460-	*"Compilers 5.0"*)
##############################################
aspell-0.60.8/m4/libtool.m4-5651-	  _LT_TAGVAR(allow_undefined_flag, $1)=
aspell-0.60.8/m4/libtool.m4:5652:	  if AC_TRY_EVAL(_LT_TAGVAR(archive_cmds, $1) 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1)
aspell-0.60.8/m4/libtool.m4-5653-	  then
##############################################
aspell-0.60.8/m4/libtool.m4-5951-        # ancient GNU ld didn't support --whole-archive et. al.
aspell-0.60.8/m4/libtool.m4:5952:        if eval "`$CC -print-prog-name=ld` --help 2>&1" |
aspell-0.60.8/m4/libtool.m4-5953-	  $GREP 'no-whole-archive' > /dev/null; then
##############################################
aspell-0.60.8/m4/libtool.m4-6034-          # below for broken collect2 doesn't work under 4.3+
aspell-0.60.8/m4/libtool.m4:6035:	  collect2name=`${CC} -print-prog-name=collect2`
aspell-0.60.8/m4/libtool.m4-6036-	  if test -f "$collect2name" &&
##############################################
aspell-0.60.8/m4/libtool.m4-6084-
aspell-0.60.8/m4/libtool.m4:6085:          _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"
aspell-0.60.8/m4/libtool.m4-6086-        else
##############################################
aspell-0.60.8/m4/libtool.m4-6150-	  _LT_TAGVAR(archive_cmds, $1)='$CC -o $output_objdir/$soname $libobjs $compiler_flags $deplibs -Wl,-dll~linknames='
aspell-0.60.8/m4/libtool.m4:6151:	  _LT_TAGVAR(archive_expsym_cmds, $1)='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
aspell-0.60.8/m4/libtool.m4-6152-	      $SED -n -e 's/\\\\\\\(.*\\\\\\\)/-link\\\ -EXPORT:\\\\\\\1/' -e '1\\\!p' < $export_symbols > $output_objdir/$soname.exp;
##############################################
aspell-0.60.8/m4/libtool.m4-6191-	    # is EXPORTS), use it as is; otherwise, prepend...
aspell-0.60.8/m4/libtool.m4:6192:	    _LT_TAGVAR(archive_expsym_cmds, $1)='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
aspell-0.60.8/m4/libtool.m4-6193-	      cp $export_symbols $output_objdir/$soname.def;
##############################################
aspell-0.60.8/m4/libtool.m4-6271-            # dependencies.
aspell-0.60.8/m4/libtool.m4:6272:            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"'
aspell-0.60.8/m4/libtool.m4-6273-            ;;
##############################################
aspell-0.60.8/m4/libtool.m4-6336-	    # dependencies.
aspell-0.60.8/m4/libtool.m4:6337:	    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"'
aspell-0.60.8/m4/libtool.m4-6338-	    ;;
##############################################
aspell-0.60.8/m4/libtool.m4-6372-	# time.  Moving up from 0x10000000 also allows more sbrk(2) space.
aspell-0.60.8/m4/libtool.m4:6373:	_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'
aspell-0.60.8/m4/libtool.m4:6374:	_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'
aspell-0.60.8/m4/libtool.m4-6375-	;;
##############################################
aspell-0.60.8/m4/libtool.m4-6379-	    # SGI C++
aspell-0.60.8/m4/libtool.m4:6380:	    _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'
aspell-0.60.8/m4/libtool.m4-6381-
##############################################
aspell-0.60.8/m4/libtool.m4-6390-	      if test "$with_gnu_ld" = no; then
aspell-0.60.8/m4/libtool.m4:6391:	        _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'
aspell-0.60.8/m4/libtool.m4-6392-	      else
aspell-0.60.8/m4/libtool.m4:6393:	        _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'
aspell-0.60.8/m4/libtool.m4-6394-	      fi
##############################################
aspell-0.60.8/m4/libtool.m4-6411-	    # to its proper name (with version) after linking.
aspell-0.60.8/m4/libtool.m4:6412:	    _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'
aspell-0.60.8/m4/libtool.m4:6413:	    _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'
aspell-0.60.8/m4/libtool.m4-6414-	    # Commands to make compiler produce verbose output that lists
##############################################
aspell-0.60.8/m4/libtool.m4-6421-	    # dependencies.
aspell-0.60.8/m4/libtool.m4:6422:	    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"'
aspell-0.60.8/m4/libtool.m4-6423-
##############################################
aspell-0.60.8/m4/libtool.m4-6436-	    # earlier do not add the objects themselves.
aspell-0.60.8/m4/libtool.m4:6437:	    case `$CC -V 2>&1` in
aspell-0.60.8/m4/libtool.m4-6438-	      *"Version 7."*)
##############################################
aspell-0.60.8/m4/libtool.m4-6457-            # Portland Group C++ compiler
aspell-0.60.8/m4/libtool.m4:6458:	    case `$CC -V` in
aspell-0.60.8/m4/libtool.m4-6459-	    *pgCC\ [[1-5]].* | *pgcpp\ [[1-5]].*)
##############################################
aspell-0.60.8/m4/libtool.m4-6462-		$CC --prelink_objects --instantiation_dir $tpldir $objs $libobjs $compile_deplibs~
aspell-0.60.8/m4/libtool.m4:6463:		compile_command="$compile_command `find $tpldir -name \*.o | sort | $NL2SP`"'
aspell-0.60.8/m4/libtool.m4-6464-	      _LT_TAGVAR(old_archive_cmds, $1)='tpldir=Template.dir~
##############################################
aspell-0.60.8/m4/libtool.m4-6466-		$CC --prelink_objects --instantiation_dir $tpldir $oldobjs$old_deplibs~
aspell-0.60.8/m4/libtool.m4:6467:		$AR $AR_FLAGS $oldlib$oldobjs$old_deplibs `find $tpldir -name \*.o | sort | $NL2SP`~
aspell-0.60.8/m4/libtool.m4-6468-		$RANLIB $oldlib'
##############################################
aspell-0.60.8/m4/libtool.m4-6471-		$CC --prelink_objects --instantiation_dir $tpldir $predep_objects $libobjs $deplibs $convenience $postdep_objects~
aspell-0.60.8/m4/libtool.m4:6472:		$CC -shared $pic_flag $predep_objects $libobjs $deplibs `find $tpldir -name \*.o | sort | $NL2SP` $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname -o $lib'
aspell-0.60.8/m4/libtool.m4-6473-	      _LT_TAGVAR(archive_expsym_cmds, $1)='tpldir=Template.dir~
##############################################
aspell-0.60.8/m4/libtool.m4-6475-		$CC --prelink_objects --instantiation_dir $tpldir $predep_objects $libobjs $deplibs $convenience $postdep_objects~
aspell-0.60.8/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 ${wl}-retain-symbols-file ${wl}$export_symbols -o $lib'
aspell-0.60.8/m4/libtool.m4-6477-	      ;;
##############################################
aspell-0.60.8/m4/libtool.m4-6485-	    _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}--export-dynamic'
aspell-0.60.8/m4/libtool.m4:6486:	    _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'
aspell-0.60.8/m4/libtool.m4-6487-            ;;
##############################################
aspell-0.60.8/m4/libtool.m4-6504-	    # dependencies.
aspell-0.60.8/m4/libtool.m4:6505:	    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'
aspell-0.60.8/m4/libtool.m4-6506-	    ;;
##############################################
aspell-0.60.8/m4/libtool.m4-6519-	  *)
aspell-0.60.8/m4/libtool.m4:6520:	    case `$CC -V 2>&1 | sed 5q` in
aspell-0.60.8/m4/libtool.m4-6521-	    *Sun\ C*)
##############################################
aspell-0.60.8/m4/libtool.m4-6526-	      _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir'
aspell-0.60.8/m4/libtool.m4:6527:	      _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'
aspell-0.60.8/m4/libtool.m4-6528-	      _LT_TAGVAR(compiler_needs_object, $1)=yes
##############################################
aspell-0.60.8/m4/libtool.m4-6596-	  _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath,$libdir'
aspell-0.60.8/m4/libtool.m4:6597:	  if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
aspell-0.60.8/m4/libtool.m4-6598-	    _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'
##############################################
aspell-0.60.8/m4/libtool.m4-6615-	    # to its proper name (with version) after linking.
aspell-0.60.8/m4/libtool.m4:6616:	    _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'
aspell-0.60.8/m4/libtool.m4-6617-
##############################################
aspell-0.60.8/m4/libtool.m4-6636-	        _LT_TAGVAR(allow_undefined_flag, $1)=' ${wl}-expect_unresolved ${wl}\*'
aspell-0.60.8/m4/libtool.m4:6637:	        _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'
aspell-0.60.8/m4/libtool.m4-6638-	        _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir'
##############################################
aspell-0.60.8/m4/libtool.m4-6641-	        _LT_TAGVAR(allow_undefined_flag, $1)=' -expect_unresolved \*'
aspell-0.60.8/m4/libtool.m4:6642:	        _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'
aspell-0.60.8/m4/libtool.m4:6643:	        _LT_TAGVAR(archive_expsym_cmds, $1)='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done~
aspell-0.60.8/m4/libtool.m4-6644-	          echo "-hidden">> $lib.exp~
aspell-0.60.8/m4/libtool.m4:6645:	          $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~
aspell-0.60.8/m4/libtool.m4-6646-	          $RM $lib.exp'
##############################################
aspell-0.60.8/m4/libtool.m4-6660-	    # dependencies.
aspell-0.60.8/m4/libtool.m4:6661:	    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"'
aspell-0.60.8/m4/libtool.m4-6662-	    ;;
##############################################
aspell-0.60.8/m4/libtool.m4-6667-	        osf3*)
aspell-0.60.8/m4/libtool.m4:6668:	          _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'
aspell-0.60.8/m4/libtool.m4-6669-		  ;;
aspell-0.60.8/m4/libtool.m4-6670-	        *)
aspell-0.60.8/m4/libtool.m4:6671:	          _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'
aspell-0.60.8/m4/libtool.m4-6672-		  ;;
##############################################
aspell-0.60.8/m4/libtool.m4-6920-  case ${2} in
aspell-0.60.8/m4/libtool.m4:6921:  .*) func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%\\\\${2}\$%%"`;;
aspell-0.60.8/m4/libtool.m4:6922:  *)  func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%${2}\$%%"`;;
aspell-0.60.8/m4/libtool.m4-6923-  esac
##############################################
aspell-0.60.8/m4/libtool.m4-7008-
aspell-0.60.8/m4/libtool.m4:7009:  for p in `eval "$output_verbose_link_cmd"`; do
aspell-0.60.8/m4/libtool.m4-7010-    case ${prev}${p} in
##############################################
aspell-0.60.8/m4/libtool.m4-7106-linux*)
aspell-0.60.8/m4/libtool.m4:7107:  case `$CC -V 2>&1 | sed 5q` in
aspell-0.60.8/m4/libtool.m4-7108-  *Sun\ C*)
##############################################
aspell-0.60.8/m4/libtool.m4-7157-if test -n "${_LT_TAGVAR(compiler_lib_search_path, $1)}"; then
aspell-0.60.8/m4/libtool.m4:7158: _LT_TAGVAR(compiler_lib_search_dirs, $1)=`echo " ${_LT_TAGVAR(compiler_lib_search_path, $1)}" | ${SED} -e 's! -L! !g' -e 's!^ !!'`
aspell-0.60.8/m4/libtool.m4-7159-fi
##############################################
aspell-0.60.8/m4/libtool.m4-7769-    test $lt_ac_count -gt 10 && break
aspell-0.60.8/m4/libtool.m4:7770:    lt_ac_count=`expr $lt_ac_count + 1`
aspell-0.60.8/m4/libtool.m4-7771-    if test $lt_ac_count -gt $lt_ac_max; then
##############################################
aspell-0.60.8/m4/libtool.m4-7840-# ------------------------------------------------------
aspell-0.60.8/m4/libtool.m4:7841:# In `$cfgfile', look for function FUNCNAME delimited by `^FUNCNAME ()$' and
aspell-0.60.8/m4/libtool.m4-7842-# '^} FUNCNAME ', and replace its body with REPLACEMENT-BODY.
##############################################
aspell-0.60.8/m4/lib-ld.m4-14-[# I'd rather use --version here, but apparently some GNU lds only accept -v.
aspell-0.60.8/m4/lib-ld.m4:15:case `$LD -v 2>&1 </dev/null` in
aspell-0.60.8/m4/lib-ld.m4-16-*GNU* | *'with BFD'*)
##############################################
aspell-0.60.8/m4/lib-ld.m4-56-    # gcc leaves a trailing carriage return which upsets mingw
aspell-0.60.8/m4/lib-ld.m4:57:    ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
aspell-0.60.8/m4/lib-ld.m4-58-  *)
aspell-0.60.8/m4/lib-ld.m4:59:    ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
aspell-0.60.8/m4/lib-ld.m4-60-  esac
##############################################
aspell-0.60.8/m4/lib-ld.m4-65-      # Canonicalize the pathname of ld
aspell-0.60.8/m4/lib-ld.m4:66:      ac_prog=`echo "$ac_prog"| sed 's%\\\\%/%g'`
aspell-0.60.8/m4/lib-ld.m4-67-      while echo "$ac_prog" | grep "$re_direlt" > /dev/null 2>&1; do
aspell-0.60.8/m4/lib-ld.m4:68:        ac_prog=`echo $ac_prog| sed "s%$re_direlt%/%"`
aspell-0.60.8/m4/lib-ld.m4-69-      done
##############################################
aspell-0.60.8/m4/lib-ld.m4-96-      # Break only if it was the GNU/non-GNU ld that we prefer.
aspell-0.60.8/m4/lib-ld.m4:97:      case `"$acl_cv_path_LD" -v 2>&1 </dev/null` in
aspell-0.60.8/m4/lib-ld.m4-98-      *GNU* | *'with BFD'*)
##############################################
aspell-0.60.8/m4/intl.m4-258-changequote(<<,>>)dnl
aspell-0.60.8/m4/intl.m4:259:    ac_prog_version=`$INTLBISON --version 2>&1 | sed -n 's/^.*GNU Bison.* \([0-9]*\.[0-9.]*\).*$/\1/p'`
aspell-0.60.8/m4/intl.m4-260-    case $ac_prog_version in
##############################################
aspell-0.60.8/m4/iconv.m4-254-      am_cv_proto_iconv="extern size_t iconv (iconv_t cd, $am_cv_proto_iconv_arg1 char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);"])
aspell-0.60.8/m4/iconv.m4:255:    am_cv_proto_iconv=`echo "[$]am_cv_proto_iconv" | tr -s ' ' | sed -e 's/( /(/'`
aspell-0.60.8/m4/iconv.m4-256-    AC_MSG_RESULT([
##############################################
aspell-0.60.8/m4/lib-prefix.m4-201-    *)
aspell-0.60.8/m4/lib-prefix.m4:202:      searchpath=`(LC_ALL=C $CC -print-search-dirs) 2>/dev/null | sed -n -e 's,^libraries: ,,p' | sed -e 's,^=,,'`
aspell-0.60.8/m4/lib-prefix.m4-203-      if test -n "$searchpath"; then
##############################################
aspell-0.60.8/m4/lib-prefix.m4-211-                ;;
aspell-0.60.8/m4/lib-prefix.m4:212:              *) searchdir=`cd "$searchdir" && pwd`
aspell-0.60.8/m4/lib-prefix.m4-213-                 case "$searchdir" in
##############################################
aspell-0.60.8/config.sub-52-
aspell-0.60.8/config.sub:53:me=`echo "$0" | sed -e 's,.*/,,'`
aspell-0.60.8/config.sub-54-
##############################################
aspell-0.60.8/config.sub-115-# Here we must recognize all the valid KERNEL-OS combinations.
aspell-0.60.8/config.sub:116:maybe_os=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\2/'`
aspell-0.60.8/config.sub-117-case $maybe_os in
##############################################
aspell-0.60.8/config.sub-123-    os=-$maybe_os
aspell-0.60.8/config.sub:124:    basic_machine=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\1/'`
aspell-0.60.8/config.sub-125-    ;;
##############################################
aspell-0.60.8/config.sub-127-    os=-linux-android
aspell-0.60.8/config.sub:128:    basic_machine=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\1/'`-unknown
aspell-0.60.8/config.sub-129-    ;;
aspell-0.60.8/config.sub-130-  *)
aspell-0.60.8/config.sub:131:    basic_machine=`echo $1 | sed 's/-[^-]*$//'`
aspell-0.60.8/config.sub-132-    if [ $basic_machine != $1 ]
aspell-0.60.8/config.sub:133:    then os=`echo $1 | sed 's/.*-/-/'`
aspell-0.60.8/config.sub-134-    else os=; fi
##############################################
aspell-0.60.8/config.sub-181-		os=-sco5v6
aspell-0.60.8/config.sub:182:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
aspell-0.60.8/config.sub-183-		;;
##############################################
aspell-0.60.8/config.sub-185-		os=-sco3.2v5
aspell-0.60.8/config.sub:186:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
aspell-0.60.8/config.sub-187-		;;
##############################################
aspell-0.60.8/config.sub-189-		os=-sco3.2v4
aspell-0.60.8/config.sub:190:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
aspell-0.60.8/config.sub-191-		;;
aspell-0.60.8/config.sub-192-	-sco3.2.[4-9]*)
aspell-0.60.8/config.sub:193:		os=`echo $os | sed -e 's/sco3.2./sco3.2v/'`
aspell-0.60.8/config.sub:194:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
aspell-0.60.8/config.sub-195-		;;
##############################################
aspell-0.60.8/config.sub-197-		# Don't forget version if it is 3.2v4 or newer.
aspell-0.60.8/config.sub:198:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
aspell-0.60.8/config.sub-199-		;;
##############################################
aspell-0.60.8/config.sub-201-		# Don't forget version if it is 3.2v4 or newer.
aspell-0.60.8/config.sub:202:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
aspell-0.60.8/config.sub-203-		;;
##############################################
aspell-0.60.8/config.sub-205-		os=-sco3.2v2
aspell-0.60.8/config.sub:206:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
aspell-0.60.8/config.sub-207-		;;
aspell-0.60.8/config.sub-208-	-udk*)
aspell-0.60.8/config.sub:209:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
aspell-0.60.8/config.sub-210-		;;
##############################################
aspell-0.60.8/config.sub-212-		os=-isc2.2
aspell-0.60.8/config.sub:213:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
aspell-0.60.8/config.sub-214-		;;
##############################################
aspell-0.60.8/config.sub-218-	-isc*)
aspell-0.60.8/config.sub:219:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
aspell-0.60.8/config.sub-220-		;;
##############################################
aspell-0.60.8/config.sub-230-	-ptx*)
aspell-0.60.8/config.sub:231:		basic_machine=`echo $1 | sed -e 's/86-.*/86-sequent/'`
aspell-0.60.8/config.sub-232-		;;
aspell-0.60.8/config.sub-233-	-windowsnt*)
aspell-0.60.8/config.sub:234:		os=`echo $os | sed -e 's/windowsnt/winnt/'`
aspell-0.60.8/config.sub-235-		;;
##############################################
aspell-0.60.8/config.sub-362-	*-*-*)
aspell-0.60.8/config.sub:363:		echo Invalid configuration \`$1\': machine \`$basic_machine\' not recognized 1>&2
aspell-0.60.8/config.sub-364-		exit 1
##############################################
aspell-0.60.8/config.sub-486-	amd64-*)
aspell-0.60.8/config.sub:487:		basic_machine=x86_64-`echo $basic_machine | sed 's/^[^-]*-//'`
aspell-0.60.8/config.sub-488-		;;
##############################################
aspell-0.60.8/config.sub-528-	blackfin-*)
aspell-0.60.8/config.sub:529:		basic_machine=bfin-`echo $basic_machine | sed 's/^[^-]*-//'`
aspell-0.60.8/config.sub-530-		os=-linux
##############################################
aspell-0.60.8/config.sub-536-	c54x-*)
aspell-0.60.8/config.sub:537:		basic_machine=tic54x-`echo $basic_machine | sed 's/^[^-]*-//'`
aspell-0.60.8/config.sub-538-		;;
aspell-0.60.8/config.sub-539-	c55x-*)
aspell-0.60.8/config.sub:540:		basic_machine=tic55x-`echo $basic_machine | sed 's/^[^-]*-//'`
aspell-0.60.8/config.sub-541-		;;
aspell-0.60.8/config.sub-542-	c6x-*)
aspell-0.60.8/config.sub:543:		basic_machine=tic6x-`echo $basic_machine | sed 's/^[^-]*-//'`
aspell-0.60.8/config.sub-544-		;;
##############################################
aspell-0.60.8/config.sub-739-	i*86v32)
aspell-0.60.8/config.sub:740:		basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
aspell-0.60.8/config.sub-741-		os=-sysv32
##############################################
aspell-0.60.8/config.sub-743-	i*86v4*)
aspell-0.60.8/config.sub:744:		basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
aspell-0.60.8/config.sub-745-		os=-sysv4
##############################################
aspell-0.60.8/config.sub-747-	i*86v)
aspell-0.60.8/config.sub:748:		basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
aspell-0.60.8/config.sub-749-		os=-sysv
##############################################
aspell-0.60.8/config.sub-751-	i*86sol2)
aspell-0.60.8/config.sub:752:		basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
aspell-0.60.8/config.sub-753-		os=-solaris2
##############################################
aspell-0.60.8/config.sub-781-	m68knommu-*)
aspell-0.60.8/config.sub:782:		basic_machine=m68k-`echo $basic_machine | sed 's/^[^-]*-//'`
aspell-0.60.8/config.sub-783-		os=-linux
##############################################
aspell-0.60.8/config.sub-818-	mips3*-*)
aspell-0.60.8/config.sub:819:		basic_machine=`echo $basic_machine | sed -e 's/mips3/mips64/'`
aspell-0.60.8/config.sub-820-		;;
aspell-0.60.8/config.sub-821-	mips3*)
aspell-0.60.8/config.sub:822:		basic_machine=`echo $basic_machine | sed -e 's/mips3/mips64/'`-unknown
aspell-0.60.8/config.sub-823-		;;
##############################################
aspell-0.60.8/config.sub-840-	ms1-*)
aspell-0.60.8/config.sub:841:		basic_machine=`echo $basic_machine | sed -e 's/ms1-/mt-/'`
aspell-0.60.8/config.sub-842-		;;
##############################################
aspell-0.60.8/config.sub-959-	parisc-*)
aspell-0.60.8/config.sub:960:		basic_machine=hppa-`echo $basic_machine | sed 's/^[^-]*-//'`
aspell-0.60.8/config.sub-961-		os=-linux
##############################################
aspell-0.60.8/config.sub-975-	pc98-*)
aspell-0.60.8/config.sub:976:		basic_machine=i386-`echo $basic_machine | sed 's/^[^-]*-//'`
aspell-0.60.8/config.sub-977-		;;
##############################################
aspell-0.60.8/config.sub-990-	pentium-* | p5-* | k5-* | k6-* | nexgen-* | viac3-*)
aspell-0.60.8/config.sub:991:		basic_machine=i586-`echo $basic_machine | sed 's/^[^-]*-//'`
aspell-0.60.8/config.sub-992-		;;
aspell-0.60.8/config.sub-993-	pentiumpro-* | p6-* | 6x86-* | athlon-*)
aspell-0.60.8/config.sub:994:		basic_machine=i686-`echo $basic_machine | sed 's/^[^-]*-//'`
aspell-0.60.8/config.sub-995-		;;
aspell-0.60.8/config.sub-996-	pentiumii-* | pentium2-* | pentiumiii-* | pentium3-*)
aspell-0.60.8/config.sub:997:		basic_machine=i686-`echo $basic_machine | sed 's/^[^-]*-//'`
aspell-0.60.8/config.sub-998-		;;
aspell-0.60.8/config.sub-999-	pentium4-*)
aspell-0.60.8/config.sub:1000:		basic_machine=i786-`echo $basic_machine | sed 's/^[^-]*-//'`
aspell-0.60.8/config.sub-1001-		;;
##############################################
aspell-0.60.8/config.sub-1009-	ppc-* | ppcbe-*)
aspell-0.60.8/config.sub:1010:		basic_machine=powerpc-`echo $basic_machine | sed 's/^[^-]*-//'`
aspell-0.60.8/config.sub-1011-		;;
##############################################
aspell-0.60.8/config.sub-1015-	ppcle-* | powerpclittle-*)
aspell-0.60.8/config.sub:1016:		basic_machine=powerpcle-`echo $basic_machine | sed 's/^[^-]*-//'`
aspell-0.60.8/config.sub-1017-		;;
##############################################
aspell-0.60.8/config.sub-1019-		;;
aspell-0.60.8/config.sub:1020:	ppc64-*) basic_machine=powerpc64-`echo $basic_machine | sed 's/^[^-]*-//'`
aspell-0.60.8/config.sub-1021-		;;
##############################################
aspell-0.60.8/config.sub-1025-	ppc64le-* | powerpc64little-*)
aspell-0.60.8/config.sub:1026:		basic_machine=powerpc64le-`echo $basic_machine | sed 's/^[^-]*-//'`
aspell-0.60.8/config.sub-1027-		;;
##############################################
aspell-0.60.8/config.sub-1108-	strongarm-* | thumb-*)
aspell-0.60.8/config.sub:1109:		basic_machine=arm-`echo $basic_machine | sed 's/^[^-]*-//'`
aspell-0.60.8/config.sub-1110-		;;
##############################################
aspell-0.60.8/config.sub-1238-	xscale-* | xscalee[bl]-*)
aspell-0.60.8/config.sub:1239:		basic_machine=`echo $basic_machine | sed 's/^xscale/arm/'`
aspell-0.60.8/config.sub-1240-		;;
##############################################
aspell-0.60.8/config.sub-1315-	*)
aspell-0.60.8/config.sub:1316:		echo Invalid configuration \`$1\': machine \`$basic_machine\' not recognized 1>&2
aspell-0.60.8/config.sub-1317-		exit 1
##############################################
aspell-0.60.8/config.sub-1323-	*-digital*)
aspell-0.60.8/config.sub:1324:		basic_machine=`echo $basic_machine | sed 's/digital.*/dec/'`
aspell-0.60.8/config.sub-1325-		;;
aspell-0.60.8/config.sub-1326-	*-commodore*)
aspell-0.60.8/config.sub:1327:		basic_machine=`echo $basic_machine | sed 's/commodore.*/cbm/'`
aspell-0.60.8/config.sub-1328-		;;
##############################################
aspell-0.60.8/config.sub-1344-	-solaris1 | -solaris1.*)
aspell-0.60.8/config.sub:1345:		os=`echo $os | sed -e 's|solaris1|sunos4|'`
aspell-0.60.8/config.sub-1346-		;;
##############################################
aspell-0.60.8/config.sub-1356-	-gnu/linux*)
aspell-0.60.8/config.sub:1357:		os=`echo $os | sed -e 's|gnu/linux|linux-gnu|'`
aspell-0.60.8/config.sub-1358-		;;
##############################################
aspell-0.60.8/config.sub-1402-	-nto*)
aspell-0.60.8/config.sub:1403:		os=`echo $os | sed -e 's|nto|nto-qnx|'`
aspell-0.60.8/config.sub-1404-		;;
##############################################
aspell-0.60.8/config.sub-1409-	-mac*)
aspell-0.60.8/config.sub:1410:		os=`echo $os | sed -e 's|mac|macos|'`
aspell-0.60.8/config.sub-1411-		;;
##############################################
aspell-0.60.8/config.sub-1415-	-linux*)
aspell-0.60.8/config.sub:1416:		os=`echo $os | sed -e 's|linux|linux-gnu|'`
aspell-0.60.8/config.sub-1417-		;;
aspell-0.60.8/config.sub-1418-	-sunos5*)
aspell-0.60.8/config.sub:1419:		os=`echo $os | sed -e 's|sunos5|solaris2|'`
aspell-0.60.8/config.sub-1420-		;;
aspell-0.60.8/config.sub-1421-	-sunos6*)
aspell-0.60.8/config.sub:1422:		os=`echo $os | sed -e 's|sunos6|solaris3|'`
aspell-0.60.8/config.sub-1423-		;;
##############################################
aspell-0.60.8/config.sub-1470-	-sinix5.*)
aspell-0.60.8/config.sub:1471:		os=`echo $os | sed -e 's|sinix|sysv|'`
aspell-0.60.8/config.sub-1472-		;;
##############################################
aspell-0.60.8/config.sub-1523-		# Get rid of the `-' at the beginning of $os.
aspell-0.60.8/config.sub:1524:		os=`echo $os | sed 's/[^-]*-//'`
aspell-0.60.8/config.sub:1525:		echo Invalid configuration \`$1\': system \`$os\' not recognized 1>&2
aspell-0.60.8/config.sub-1526-		exit 1
##############################################
aspell-0.60.8/config.sub-1786-		esac
aspell-0.60.8/config.sub:1787:		basic_machine=`echo $basic_machine | sed "s/unknown/$vendor/"`
aspell-0.60.8/config.sub-1788-		;;
##############################################
aspell-0.60.8/configure-43-if test -z "$BASH_VERSION$ZSH_VERSION" \
aspell-0.60.8/configure:44:    && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
aspell-0.60.8/configure-45-  as_echo='print -r --'
aspell-0.60.8/configure-46-  as_echo_n='print -rn --'
aspell-0.60.8/configure:47:elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
aspell-0.60.8/configure-48-  as_echo='printf %s\n'
##############################################
aspell-0.60.8/configure-50-else
aspell-0.60.8/configure:51:  if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
aspell-0.60.8/configure-52-    as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
##############################################
aspell-0.60.8/configure-60-	expr "X$arg" : "X\\(.*\\)$as_nl";
aspell-0.60.8/configure:61:	arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
aspell-0.60.8/configure-62-      esac;
##############################################
aspell-0.60.8/configure-197-  eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" &&
aspell-0.60.8/configure:198:  test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1
aspell-0.60.8/configure-199-
##############################################
aspell-0.60.8/configure-204-    PATH=/empty FPATH=/empty; export PATH FPATH
aspell-0.60.8/configure:205:    test \"X\`printf %s \$ECHO\`\" = \"X\$ECHO\" \\
aspell-0.60.8/configure:206:      || test \"X\`print -r -- \$ECHO\`\" = \"X\$ECHO\" ) || exit 1
aspell-0.60.8/configure-207-test \$(( 1 + 1 )) = 2 || exit 1"
##############################################
aspell-0.60.8/configure-332-      case $as_dir in #(
aspell-0.60.8/configure:333:      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
aspell-0.60.8/configure-334-      *) as_qdir=$as_dir;;
##############################################
aspell-0.60.8/configure-405-  {
aspell-0.60.8/configure:406:    as_val=`expr "$@" || test $? -eq 1`
aspell-0.60.8/configure-407-  }
##############################################
aspell-0.60.8/configure-412-# ----------------------------------------
aspell-0.60.8/configure:413:# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
aspell-0.60.8/configure-414-# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
##############################################
aspell-0.60.8/configure-475-  eval 'test "x$as_lineno_1'$as_run'" != "x$as_lineno_2'$as_run'" &&
aspell-0.60.8/configure:476:  test "x`expr $as_lineno_1'$as_run' + 1`" = "x$as_lineno_2'$as_run'"' || {
aspell-0.60.8/configure-477-  # Blame Lee E. McMahon (1931-1989) for sed's syntax.  :-)
##############################################
aspell-0.60.8/configure-901-  case $ac_option in
aspell-0.60.8/configure:902:  *=?*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
aspell-0.60.8/configure-903-  *=)   ac_optarg= ;;
##############################################
aspell-0.60.8/configure-945-  -disable-* | --disable-*)
aspell-0.60.8/configure:946:    ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
aspell-0.60.8/configure-947-    # Reject names that are not valid shell variable names.
##############################################
aspell-0.60.8/configure-950-    ac_useropt_orig=$ac_useropt
aspell-0.60.8/configure:951:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
aspell-0.60.8/configure-952-    case $ac_user_opts in
##############################################
aspell-0.60.8/configure-971-  -enable-* | --enable-*)
aspell-0.60.8/configure:972:    ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
aspell-0.60.8/configure-973-    # Reject names that are not valid shell variable names.
##############################################
aspell-0.60.8/configure-976-    ac_useropt_orig=$ac_useropt
aspell-0.60.8/configure:977:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
aspell-0.60.8/configure-978-    case $ac_user_opts in
##############################################
aspell-0.60.8/configure-1175-  -with-* | --with-*)
aspell-0.60.8/configure:1176:    ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
aspell-0.60.8/configure-1177-    # Reject names that are not valid shell variable names.
##############################################
aspell-0.60.8/configure-1180-    ac_useropt_orig=$ac_useropt
aspell-0.60.8/configure:1181:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
aspell-0.60.8/configure-1182-    case $ac_user_opts in
##############################################
aspell-0.60.8/configure-1191-  -without-* | --without-*)
aspell-0.60.8/configure:1192:    ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
aspell-0.60.8/configure-1193-    # Reject names that are not valid shell variable names.
##############################################
aspell-0.60.8/configure-1196-    ac_useropt_orig=$ac_useropt
aspell-0.60.8/configure:1197:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
aspell-0.60.8/configure-1198-    case $ac_user_opts in
##############################################
aspell-0.60.8/configure-1229-  *=*)
aspell-0.60.8/configure:1230:    ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
aspell-0.60.8/configure-1231-    # Reject names that are not valid shell variable names.
##############################################
aspell-0.60.8/configure-1250-if test -n "$ac_prev"; then
aspell-0.60.8/configure:1251:  ac_option=--`echo $ac_prev | sed 's/_/-/g'`
aspell-0.60.8/configure-1252-  as_fn_error $? "missing argument to $ac_option"
##############################################
aspell-0.60.8/configure-1272-    */ )
aspell-0.60.8/configure:1273:      ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
aspell-0.60.8/configure-1274-      eval $ac_var=\$ac_val;;
##############################################
aspell-0.60.8/configure-1307-ac_ls_di=`ls -di .` &&
aspell-0.60.8/configure:1308:ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
aspell-0.60.8/configure-1309-  as_fn_error $? "working directory cannot be determined"
##############################################
aspell-0.60.8/configure-1363-case $srcdir in
aspell-0.60.8/configure:1364:*/) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
aspell-0.60.8/configure-1365-esac
##############################################
aspell-0.60.8/configure-1406-By default, \`make install' will install all the files in
aspell-0.60.8/configure:1407:\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc.  You can specify
aspell-0.60.8/configure:1408:an installation prefix other than \`$ac_default_prefix' using \`--prefix',
aspell-0.60.8/configure-1409-for instance \`--prefix=\$HOME'.
##############################################
aspell-0.60.8/configure-1543-*)
aspell-0.60.8/configure:1544:  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
aspell-0.60.8/configure-1545-  # A ".." for each directory in $ac_dir_suffix.
aspell-0.60.8/configure:1546:  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
aspell-0.60.8/configure-1547-  case $ac_top_builddir_sub in
##############################################
aspell-0.60.8/configure-2257-    *\'*)
aspell-0.60.8/configure:2258:      ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
aspell-0.60.8/configure-2259-    esac
##############################################
aspell-0.60.8/configure-2340-      case $ac_val in
aspell-0.60.8/configure:2341:      *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
aspell-0.60.8/configure-2342-      esac
##############################################
aspell-0.60.8/configure-2355-	case $ac_val in
aspell-0.60.8/configure:2356:	*\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
aspell-0.60.8/configure-2357-	esac
##############################################
aspell-0.60.8/configure-2476-    set,)
aspell-0.60.8/configure:2477:      { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
aspell-0.60.8/configure:2478:$as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
aspell-0.60.8/configure-2479-      ac_cache_corrupted=: ;;
##############################################
aspell-0.60.8/configure-2487-	# differences in whitespace do not lead to failure.
aspell-0.60.8/configure:2488:	ac_old_val_w=`echo x $ac_old_val`
aspell-0.60.8/configure:2489:	ac_new_val_w=`echo x $ac_new_val`
aspell-0.60.8/configure-2490-	if test "$ac_old_val_w" != "$ac_new_val_w"; then
##############################################
aspell-0.60.8/configure-2507-    case $ac_new_val in
aspell-0.60.8/configure:2508:    *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
aspell-0.60.8/configure-2509-    *) ac_arg=$ac_var=$ac_new_val ;;
##############################################
aspell-0.60.8/configure-2575-test "x$ac_build_alias" = x &&
aspell-0.60.8/configure:2576:  ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
aspell-0.60.8/configure-2577-test "x$ac_build_alias" = x &&
aspell-0.60.8/configure-2578-  as_fn_error $? "cannot guess build type; you must specify one" "$LINENO" 5
aspell-0.60.8/configure:2579:ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
aspell-0.60.8/configure-2580-  as_fn_error $? "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
##############################################
aspell-0.60.8/configure-2599-IFS=$ac_save_IFS
aspell-0.60.8/configure:2600:case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
aspell-0.60.8/configure-2601-
##############################################
aspell-0.60.8/configure-2610-else
aspell-0.60.8/configure:2611:  ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
aspell-0.60.8/configure-2612-    as_fn_error $? "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
##############################################
aspell-0.60.8/configure-2632-IFS=$ac_save_IFS
aspell-0.60.8/configure:2633:case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
aspell-0.60.8/configure-2634-
##############################################
aspell-0.60.8/configure-2643-else
aspell-0.60.8/configure:2644:  ac_cv_target=`$SHELL "$ac_aux_dir/config.sub" $target_alias` ||
aspell-0.60.8/configure-2645-    as_fn_error $? "$SHELL $ac_aux_dir/config.sub $target_alias failed" "$LINENO" 5
##############################################
aspell-0.60.8/configure-2665-IFS=$ac_save_IFS
aspell-0.60.8/configure:2666:case $target_os in *\ *) target_os=`echo "$target_os" | sed 's/ /-/g'`;; esac
aspell-0.60.8/configure-2667-
##############################################
aspell-0.60.8/configure-2794-     echo "timestamp, slept: $am_has_slept" > conftest.file
aspell-0.60.8/configure:2795:     set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
aspell-0.60.8/configure-2796-     if test "$*" = "X"; then
aspell-0.60.8/configure-2797-	# -L didn't work.
aspell-0.60.8/configure:2798:	set X `ls -t "$srcdir/configure" conftest.file`
aspell-0.60.8/configure-2799-     fi
##############################################
aspell-0.60.8/configure-2845-ac_script='s/[\\$]/&&/g;s/;s,x,x,$//'
aspell-0.60.8/configure:2846:program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"`
aspell-0.60.8/configure-2847-
aspell-0.60.8/configure-2848-# Expand $ac_aux_dir to an absolute path.
aspell-0.60.8/configure:2849:am_aux_dir=`cd "$ac_aux_dir" && pwd`
aspell-0.60.8/configure-2850-
##############################################
aspell-0.60.8/configure-2990-	   as_fn_executable_p "$as_dir/$ac_prog$ac_exec_ext" || continue
aspell-0.60.8/configure:2991:	   case `"$as_dir/$ac_prog$ac_exec_ext" --version 2>&1` in #(
aspell-0.60.8/configure-2992-	     'mkdir (GNU coreutils) '* | \
##############################################
aspell-0.60.8/configure-3063-set x ${MAKE-make}
aspell-0.60.8/configure:3064:ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
aspell-0.60.8/configure-3065-if eval \${ac_cv_prog_make_${ac_make}_set+:} false; then :
##############################################
aspell-0.60.8/configure-3073-# GNU make sometimes prints "make[1]: Entering ...", which would confuse us.
aspell-0.60.8/configure:3074:case `${MAKE-make} -f conftest.make 2>/dev/null` in
aspell-0.60.8/configure-3075-  *@@@%%%=?*=@@@%%%*)
##############################################
aspell-0.60.8/configure-3139-
aspell-0.60.8/configure:3140:if test "`cd $srcdir && pwd`" != "`pwd`"; then
aspell-0.60.8/configure-3141-  # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
##############################################
aspell-0.60.8/configure-3559-$as_echo_n "checking whether the C++ compiler works... " >&6; }
aspell-0.60.8/configure:3560:ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
aspell-0.60.8/configure-3561-
##############################################
aspell-0.60.8/configure-3603-	then :; else
aspell-0.60.8/configure:3604:	   ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
aspell-0.60.8/configure-3605-	fi
##############################################
aspell-0.60.8/configure-3663-    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
aspell-0.60.8/configure:3664:    *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
aspell-0.60.8/configure-3665-	  break;;
##############################################
aspell-0.60.8/configure-3772-    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
aspell-0.60.8/configure:3773:    *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
aspell-0.60.8/configure-3774-       break;;
##############################################
aspell-0.60.8/configure-3931-# Ignore all kinds of additional output from 'make'.
aspell-0.60.8/configure:3932:case `$am_make -s -f confmf 2> /dev/null` in #(
aspell-0.60.8/configure-3933-*the\ am__doit\ target*)
##############################################
aspell-0.60.8/configure-3941-   echo '.include "confinc"' > confmf
aspell-0.60.8/configure:3942:   case `$am_make -s -f confmf 2> /dev/null` in #(
aspell-0.60.8/configure-3943-   *the\ am__doit\ target*)
##############################################
aspell-0.60.8/configure-4004-  if test "$am_compiler_list" = ""; then
aspell-0.60.8/configure:4005:     am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
aspell-0.60.8/configure-4006-  fi
##############################################
aspell-0.60.8/configure-4742-  if test "$am_compiler_list" = ""; then
aspell-0.60.8/configure:4743:     am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
aspell-0.60.8/configure-4744-  fi
##############################################
aspell-0.60.8/configure-4928-if test "X`( print -r -- -n ) 2>/dev/null`" = X-n && \
aspell-0.60.8/configure:4929:   test "X`print -r -- $ECHO 2>/dev/null`" = "X$ECHO"; then
aspell-0.60.8/configure-4930-  ECHO='print -r --'
aspell-0.60.8/configure:4931:elif test "X`printf %s $ECHO 2>/dev/null`" = "X$ECHO"; then
aspell-0.60.8/configure-4932-  ECHO='printf %s\n'
##############################################
aspell-0.60.8/configure-4997-  # Check for GNU $ac_path_SED
aspell-0.60.8/configure:4998:case `"$ac_path_SED" --version 2>&1` in
aspell-0.60.8/configure-4999-*GNU*)
##############################################
aspell-0.60.8/configure-5073-  # Check for GNU $ac_path_GREP
aspell-0.60.8/configure:5074:case `"$ac_path_GREP" --version 2>&1` in
aspell-0.60.8/configure-5075-*GNU*)
##############################################
aspell-0.60.8/configure-5139-  # Check for GNU $ac_path_EGREP
aspell-0.60.8/configure:5140:case `"$ac_path_EGREP" --version 2>&1` in
aspell-0.60.8/configure-5141-*GNU*)
##############################################
aspell-0.60.8/configure-5206-  # Check for GNU $ac_path_FGREP
aspell-0.60.8/configure:5207:case `"$ac_path_FGREP" --version 2>&1` in
aspell-0.60.8/configure-5208-*GNU*)
##############################################
aspell-0.60.8/configure-5286-    # gcc leaves a trailing carriage return which upsets mingw
aspell-0.60.8/configure:5287:    ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
aspell-0.60.8/configure-5288-  *)
aspell-0.60.8/configure:5289:    ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
aspell-0.60.8/configure-5290-  esac
##############################################
aspell-0.60.8/configure-5295-      # Canonicalize the pathname of ld
aspell-0.60.8/configure:5296:      ac_prog=`$ECHO "$ac_prog"| $SED 's%\\\\%/%g'`
aspell-0.60.8/configure-5297-      while $ECHO "$ac_prog" | $GREP "$re_direlt" > /dev/null 2>&1; do
aspell-0.60.8/configure:5298:	ac_prog=`$ECHO $ac_prog| $SED "s%$re_direlt%/%"`
aspell-0.60.8/configure-5299-      done
##############################################
aspell-0.60.8/configure-5330-      # Break only if it was the GNU/non-GNU ld that we prefer.
aspell-0.60.8/configure:5331:      case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in
aspell-0.60.8/configure-5332-      *GNU* | *'with BFD'*)
##############################################
aspell-0.60.8/configure-5361-  # I'd rather use --version here, but apparently some GNU lds only accept -v.
aspell-0.60.8/configure:5362:case `$LD -v 2>&1 </dev/null` in
aspell-0.60.8/configure-5363-*GNU* | *'with BFD'*)
##############################################
aspell-0.60.8/configure-5406-	# Tru64's nm complains that /dev/null is an invalid object file
aspell-0.60.8/configure:5407:	case `"$tmp_nm" -B /dev/null 2>&1 | sed '1q'` in
aspell-0.60.8/configure-5408-	*/dev/null* | *'Invalid file or object type'*)
##############################################
aspell-0.60.8/configure-5412-	*)
aspell-0.60.8/configure:5413:	  case `"$tmp_nm" -p /dev/null 2>&1 | sed '1q'` in
aspell-0.60.8/configure-5414-	  */dev/null*)
##############################################
aspell-0.60.8/configure-5540-
aspell-0.60.8/configure:5541:    case `$DUMPBIN -symbols /dev/null 2>&1 | sed '1q'` in
aspell-0.60.8/configure-5542-    *COFF*)
##############################################
aspell-0.60.8/configure-5652-    # And add a safety zone
aspell-0.60.8/configure:5653:    lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
aspell-0.60.8/configure:5654:    lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
aspell-0.60.8/configure-5655-    ;;
##############################################
aspell-0.60.8/configure-5685-    if test -n "$kargmax"; then
aspell-0.60.8/configure:5686:      lt_cv_sys_max_cmd_len=`echo $kargmax | sed 's/.*[	 ]//'`
aspell-0.60.8/configure-5687-    else
##############################################
aspell-0.60.8/configure-5694-	test undefined != "$lt_cv_sys_max_cmd_len"; then
aspell-0.60.8/configure:5695:      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
aspell-0.60.8/configure:5696:      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
aspell-0.60.8/configure-5697-    else
##############################################
aspell-0.60.8/configure-5706-      # we can't tell.
aspell-0.60.8/configure:5707:      while { test "X"`env echo "$teststring$teststring" 2>/dev/null` \
aspell-0.60.8/configure-5708-	         = "X$teststring$teststring"; } >/dev/null 2>&1 &&
##############################################
aspell-0.60.8/configure-5710-      do
aspell-0.60.8/configure:5711:        i=`expr $i + 1`
aspell-0.60.8/configure-5712-        teststring=$teststring$teststring
##############################################
aspell-0.60.8/configure-5714-      # Only check the string length outside the loop.
aspell-0.60.8/configure:5715:      lt_cv_sys_max_cmd_len=`expr "X$teststring" : ".*" 2>&1`
aspell-0.60.8/configure-5716-      teststring=
##############################################
aspell-0.60.8/configure-5719-      # linker.  It appears as though 1/2 is a usable value.
aspell-0.60.8/configure:5720:      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 2`
aspell-0.60.8/configure-5721-    fi
##############################################
aspell-0.60.8/configure-6155-openbsd*)
aspell-0.60.8/configure:6156:  if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
aspell-0.60.8/configure-6157-    lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|\.so|_pic\.a)$'
##############################################
aspell-0.60.8/configure-6222-    else
aspell-0.60.8/configure:6223:      file_magic_glob=`echo aAbBcCdDeEfFgGhHiIjJkKlLmMnNoOpPqQrRsStTuUvVwWxXyYzZ | $SED -e "s/\(..\)/s\/[\1]\/[\1]\/g;/g"`
aspell-0.60.8/configure-6224-    fi
##############################################
aspell-0.60.8/configure-6367-  # decide which to use based on capabilities of $DLLTOOL
aspell-0.60.8/configure:6368:  case `$DLLTOOL --help 2>&1` in
aspell-0.60.8/configure-6369-  *--identify-strict*)
##############################################
aspell-0.60.8/configure-6889-# If we're using GNU nm, then use its standard symbol codes.
aspell-0.60.8/configure:6890:case `$NM -V 2>&1` in
aspell-0.60.8/configure-6891-*GNU* | *'with BFD'*)
##############################################
aspell-0.60.8/configure-6907-mingw*)
aspell-0.60.8/configure:6908:  opt_cr=`$ECHO 'x\{0,1\}' | tr x '\015'` # option cr in regexp
aspell-0.60.8/configure-6909-  ;;
##############################################
aspell-0.60.8/configure-7126-   if test "$GCC" = yes; then
aspell-0.60.8/configure:7127:     lt_sysroot=`$CC --print-sysroot 2>/dev/null`
aspell-0.60.8/configure-7128-   fi
##############################################
aspell-0.60.8/configure-7130- /*)
aspell-0.60.8/configure:7131:   lt_sysroot=`echo "$with_sysroot" | sed -e "$sed_quote_subst"`
aspell-0.60.8/configure-7132-   ;; #(
##############################################
aspell-0.60.8/configure-7167-  test $ac_status = 0; }; then
aspell-0.60.8/configure:7168:    case `/usr/bin/file conftest.$ac_objext` in
aspell-0.60.8/configure-7169-      *ELF-32*)
##############################################
aspell-0.60.8/configure-7187-    if test "$lt_cv_prog_gnu_ld" = yes; then
aspell-0.60.8/configure:7188:      case `/usr/bin/file conftest.$ac_objext` in
aspell-0.60.8/configure-7189-	*32-bit*)
##############################################
aspell-0.60.8/configure-7199-    else
aspell-0.60.8/configure:7200:      case `/usr/bin/file conftest.$ac_objext` in
aspell-0.60.8/configure-7201-	*32-bit*)
##############################################
aspell-0.60.8/configure-8366-do :
aspell-0.60.8/configure:8367:  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
aspell-0.60.8/configure-8368-ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
##############################################
aspell-0.60.8/configure-8371-  cat >>confdefs.h <<_ACEOF
aspell-0.60.8/configure:8372:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
aspell-0.60.8/configure-8373-_ACEOF
##############################################
aspell-0.60.8/configure-8397-  case ${2} in
aspell-0.60.8/configure:8398:  .*) func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%\\\\${2}\$%%"`;;
aspell-0.60.8/configure:8399:  *)  func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%${2}\$%%"`;;
aspell-0.60.8/configure-8400-  esac
##############################################
aspell-0.60.8/configure-8635-done
aspell-0.60.8/configure:8636:cc_basename=`$ECHO "$cc_temp" | $SED "s%.*/%%; s%^$host_alias-%%"`
aspell-0.60.8/configure-8637-
##############################################
aspell-0.60.8/configure-8664-	"file_magic "*)
aspell-0.60.8/configure:8665:	  file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
aspell-0.60.8/configure-8666-	  MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
##############################################
aspell-0.60.8/configure-8730-	"file_magic "*)
aspell-0.60.8/configure:8731:	  file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
aspell-0.60.8/configure-8732-	  MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
##############################################
aspell-0.60.8/configure-9097-      *)
aspell-0.60.8/configure:9098:	case `$CC -V 2>&1 | sed 5q` in
aspell-0.60.8/configure-9099-	*Sun\ Ceres\ Fortran* | *Sun*Fortran*\ [1-7].* | *Sun*Fortran*\ 8.[0-3]*)
##############################################
aspell-0.60.8/configure-9457-  if test "$hard_links" = no; then
aspell-0.60.8/configure:9458:    { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5
aspell-0.60.8/configure:9459:$as_echo "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2;}
aspell-0.60.8/configure-9460-    need_locks=warn
##############################################
aspell-0.60.8/configure-9546-	# shared libraries, regardless of the interface used.
aspell-0.60.8/configure:9547:	case `$LD -v 2>&1` in
aspell-0.60.8/configure-9548-	  *\ \(GNU\ Binutils\)\ 2.19.5*) ;;
##############################################
aspell-0.60.8/configure-9578-    supports_anon_versioning=no
aspell-0.60.8/configure:9579:    case `$LD -v 2>&1` in
aspell-0.60.8/configure-9580-      *GNU\ gold*) supports_anon_versioning=yes ;;
##############################################
aspell-0.60.8/configure-9647-	# is EXPORTS), use it as is; otherwise, prepend...
aspell-0.60.8/configure:9648:	archive_expsym_cmds='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
aspell-0.60.8/configure-9649-	  cp $export_symbols $output_objdir/$soname.def;
##############################################
aspell-0.60.8/configure-9675-      # time.  Moving up from 0x10000000 also allows more sbrk(2) space.
aspell-0.60.8/configure:9676:      archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
aspell-0.60.8/configure:9677:      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'
aspell-0.60.8/configure-9678-      ;;
##############################################
aspell-0.60.8/configure-9693-        pgcc*)				# Portland Group C compiler
aspell-0.60.8/configure:9694:	  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'
aspell-0.60.8/configure-9695-	  tmp_addflag=' $pic_flag'
##############################################
aspell-0.60.8/configure-9698-					# Portland Group f77 and f90 compilers
aspell-0.60.8/configure:9699:	  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'
aspell-0.60.8/configure-9700-	  tmp_addflag=' $pic_flag -Mnomain' ;;
##############################################
aspell-0.60.8/configure-9713-	nvcc*)	# Cuda Compiler Driver 2.2
aspell-0.60.8/configure:9714:	  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'
aspell-0.60.8/configure-9715-	  compiler_needs_object=yes
##############################################
aspell-0.60.8/configure-9717-	esac
aspell-0.60.8/configure:9718:	case `$CC -V 2>&1 | sed 5q` in
aspell-0.60.8/configure-9719-	*Sun\ C*)			# Sun C 5.9
aspell-0.60.8/configure:9720:	  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'
aspell-0.60.8/configure-9721-	  compiler_needs_object=yes
##############################################
aspell-0.60.8/configure-9785-    sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*)
aspell-0.60.8/configure:9786:      case `$LD -v 2>&1` in
aspell-0.60.8/configure-9787-        *\ [01].* | *\ 2.[0-9].* | *\ 2.1[0-5].*)
##############################################
aspell-0.60.8/configure-9908-	# below for broken collect2 doesn't work under 4.3+
aspell-0.60.8/configure:9909:	  collect2name=`${CC} -print-prog-name=collect2`
aspell-0.60.8/configure-9910-	  if test -f "$collect2name" &&
##############################################
aspell-0.60.8/configure-9982-      }'
aspell-0.60.8/configure:9983:  lt_cv_aix_libpath_=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
aspell-0.60.8/configure-9984-  # Check for a 64-bit object if we didn't find anything.
aspell-0.60.8/configure-9985-  if test -z "$lt_cv_aix_libpath_"; then
aspell-0.60.8/configure:9986:    lt_cv_aix_libpath_=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
aspell-0.60.8/configure-9987-  fi
##############################################
aspell-0.60.8/configure-10000-        hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath"
aspell-0.60.8/configure:10001:        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"
aspell-0.60.8/configure-10002-      else
##############################################
aspell-0.60.8/configure-10035-      }'
aspell-0.60.8/configure:10036:  lt_cv_aix_libpath_=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
aspell-0.60.8/configure-10037-  # Check for a 64-bit object if we didn't find anything.
aspell-0.60.8/configure-10038-  if test -z "$lt_cv_aix_libpath_"; then
aspell-0.60.8/configure:10039:    lt_cv_aix_libpath_=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
aspell-0.60.8/configure-10040-  fi
##############################################
aspell-0.60.8/configure-10108-	archive_cmds='$CC -o $output_objdir/$soname $libobjs $compiler_flags $deplibs -Wl,-dll~linknames='
aspell-0.60.8/configure:10109:	archive_expsym_cmds='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
aspell-0.60.8/configure-10110-	    sed -n -e 's/\\\\\\\(.*\\\\\\\)/-link\\\ -EXPORT:\\\\\\\1/' -e '1\\\!p' < $export_symbols > $output_objdir/$soname.exp;
##############################################
aspell-0.60.8/configure-10145-	# FIXME: Setting linknames here is a bad hack.
aspell-0.60.8/configure:10146:	archive_cmds='$CC -o $lib $libobjs $compiler_flags `func_echo_all "$deplibs" | $SED '\''s/ -lc$//'\''` -link -dll~linknames='
aspell-0.60.8/configure-10147-	# The linker will automatically build a .lib file if we build a DLL.
##############################################
aspell-0.60.8/configure-10163-  if test "$lt_cv_ld_force_load" = "yes"; then
aspell-0.60.8/configure:10164:    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\"`'
aspell-0.60.8/configure-10165-
##############################################
aspell-0.60.8/configure-10343-      if test "$GCC" = yes; then
aspell-0.60.8/configure:10344:	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'
aspell-0.60.8/configure-10345-	# Try to use the -exported_symbol ld option, if it does not
##############################################
aspell-0.60.8/configure-10371-	if test "$lt_cv_irix_exported_symbol" = yes; then
aspell-0.60.8/configure:10372:          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'
aspell-0.60.8/configure-10373-	fi
aspell-0.60.8/configure-10374-      else
aspell-0.60.8/configure:10375:	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'
aspell-0.60.8/configure:10376:	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'
aspell-0.60.8/configure-10377-      fi
##############################################
aspell-0.60.8/configure-10411-	hardcode_direct_absolute=yes
aspell-0.60.8/configure:10412:	if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
aspell-0.60.8/configure-10413-	  archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
##############################################
aspell-0.60.8/configure-10444-	allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'
aspell-0.60.8/configure:10445:	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'
aspell-0.60.8/configure-10446-      else
aspell-0.60.8/configure-10447-	allow_undefined_flag=' -expect_unresolved \*'
aspell-0.60.8/configure:10448:	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'
aspell-0.60.8/configure-10449-      fi
##############################################
aspell-0.60.8/configure-10457-	allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'
aspell-0.60.8/configure:10458:	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'
aspell-0.60.8/configure-10459-	hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
##############################################
aspell-0.60.8/configure-10461-	allow_undefined_flag=' -expect_unresolved \*'
aspell-0.60.8/configure:10462:	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'
aspell-0.60.8/configure:10463:	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~
aspell-0.60.8/configure:10464:	$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'
aspell-0.60.8/configure-10465-
##############################################
aspell-0.60.8/configure-10480-      else
aspell-0.60.8/configure:10481:	case `$CC -V 2>&1` in
aspell-0.60.8/configure-10482-	*"Compilers 5.0"*)
##############################################
aspell-0.60.8/configure-10879-  esac
aspell-0.60.8/configure:10880:  lt_search_path_spec=`$CC -print-search-dirs | awk $lt_awk_arg | $SED -e "s/^libraries://" -e $lt_sed_strip_eq`
aspell-0.60.8/configure-10881-  case $lt_search_path_spec in
##############################################
aspell-0.60.8/configure-10886-    # okay in the real world where ";" in dirpaths is itself problematic.
aspell-0.60.8/configure:10887:    lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED 's/;/ /g'`
aspell-0.60.8/configure-10888-    ;;
aspell-0.60.8/configure-10889-  *)
aspell-0.60.8/configure:10890:    lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED "s/$PATH_SEPARATOR/ /g"`
aspell-0.60.8/configure-10891-    ;;
##############################################
aspell-0.60.8/configure-10895-  lt_tmp_lt_search_path_spec=
aspell-0.60.8/configure:10896:  lt_multi_os_dir=`$CC $CPPFLAGS $CFLAGS $LDFLAGS -print-multi-os-directory 2>/dev/null`
aspell-0.60.8/configure-10897-  for lt_sys_path in $lt_search_path_spec; do
##############################################
aspell-0.60.8/configure-10930-  esac
aspell-0.60.8/configure:10931:  sys_lib_search_path_spec=`$ECHO "$lt_search_path_spec" | $lt_NL2SP`
aspell-0.60.8/configure-10932-else
##############################################
aspell-0.60.8/configure-11018-    # Create ${libname}_ixlibrary.a entries in /sys/libs.
aspell-0.60.8/configure:11019:    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'
aspell-0.60.8/configure-11020-    ;;
##############################################
aspell-0.60.8/configure-11054-    # DLL is installed to $(libdir)/../bin by postinstall_cmds
aspell-0.60.8/configure:11055:    postinstall_cmds='base_file=`basename \${file}`~
aspell-0.60.8/configure:11056:      dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i; echo \$dlname'\''`~
aspell-0.60.8/configure:11057:      dldir=$destdir/`dirname \$dlpath`~
aspell-0.60.8/configure-11058-      test -d \$dldir || mkdir -p \$dldir~
##############################################
aspell-0.60.8/configure-11063-      fi'
aspell-0.60.8/configure:11064:    postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
aspell-0.60.8/configure-11065-      dlpath=$dir/\$dldll~
##############################################
aspell-0.60.8/configure-11071-      # Cygwin DLLs use 'cyg' prefix rather than 'lib'
aspell-0.60.8/configure:11072:      soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
aspell-0.60.8/configure-11073-
##############################################
aspell-0.60.8/configure-11077-      # MinGW DLLs use traditional 'lib' prefix
aspell-0.60.8/configure:11078:      soname_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
aspell-0.60.8/configure-11079-      ;;
##############################################
aspell-0.60.8/configure-11081-      # pw32 DLLs use 'pw' prefix rather than 'lib'
aspell-0.60.8/configure:11082:      library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
aspell-0.60.8/configure-11083-      ;;
##############################################
aspell-0.60.8/configure-11090-    libname_spec='$name'
aspell-0.60.8/configure:11091:    soname_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
aspell-0.60.8/configure-11092-    library_names_spec='${libname}.dll.lib'
##############################################
aspell-0.60.8/configure-11102-        # Let DOS variable expansion print the short 8.3 style file name.
aspell-0.60.8/configure:11103:        lt_path=`cd "$lt_path" 2>/dev/null && cmd //C "for %i in (".") do @echo %~si"`
aspell-0.60.8/configure-11104-        sys_lib_search_path_spec="$sys_lib_search_path_spec $lt_path"
##############################################
aspell-0.60.8/configure-11107-      # Convert to MSYS style.
aspell-0.60.8/configure:11108:      sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | sed -e 's|\\\\|/|g' -e 's| \\([a-zA-Z]\\):| /\\1|g' -e 's|^ ||'`
aspell-0.60.8/configure-11109-      ;;
##############################################
aspell-0.60.8/configure-11113-      # like /cygdrive/c/PROGRA~1:/cygdr...
aspell-0.60.8/configure:11114:      sys_lib_search_path_spec=`cygpath --path --unix "$LIB"`
aspell-0.60.8/configure:11115:      sys_lib_search_path_spec=`cygpath --path --dos "$sys_lib_search_path_spec" 2>/dev/null`
aspell-0.60.8/configure:11116:      sys_lib_search_path_spec=`cygpath --path --unix "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"`
aspell-0.60.8/configure-11117-      ;;
##############################################
aspell-0.60.8/configure-11121-        # It is most probably a Windows format PATH.
aspell-0.60.8/configure:11122:        sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'`
aspell-0.60.8/configure-11123-      else
aspell-0.60.8/configure:11124:        sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"`
aspell-0.60.8/configure-11125-      fi
##############################################
aspell-0.60.8/configure-11131-    # DLL is installed to $(libdir)/../bin by postinstall_cmds
aspell-0.60.8/configure:11132:    postinstall_cmds='base_file=`basename \${file}`~
aspell-0.60.8/configure:11133:      dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i; echo \$dlname'\''`~
aspell-0.60.8/configure:11134:      dldir=$destdir/`dirname \$dlpath`~
aspell-0.60.8/configure-11135-      test -d \$dldir || mkdir -p \$dldir~
aspell-0.60.8/configure-11136-      $install_prog $dir/$dlname \$dldir/$dlname'
aspell-0.60.8/configure:11137:    postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
aspell-0.60.8/configure-11138-      dlpath=$dir/\$dldll~
##############################################
aspell-0.60.8/configure-11145-    # Assume MSVC wrapper
aspell-0.60.8/configure:11146:    library_names_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext} $libname.lib'
aspell-0.60.8/configure-11147-    dynamic_linker='Win32 ld.exe'
##############################################
aspell-0.60.8/configure-11162-  shlibpath_var=DYLD_LIBRARY_PATH
aspell-0.60.8/configure:11163:  shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`'
aspell-0.60.8/configure-11164-
##############################################
aspell-0.60.8/configure-11388-  if test -f /etc/ld.so.conf; then
aspell-0.60.8/configure:11389:    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' ' '`
aspell-0.60.8/configure-11390-    sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra"
##############################################
aspell-0.60.8/configure-11462-  shlibpath_var=LD_LIBRARY_PATH
aspell-0.60.8/configure:11463:  if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
aspell-0.60.8/configure-11464-    case $host_os in
##############################################
aspell-0.60.8/configure-12611-done
aspell-0.60.8/configure:12612:cc_basename=`$ECHO "$cc_temp" | $SED "s%.*/%%; s%^$host_alias-%%"`
aspell-0.60.8/configure-12613-
##############################################
aspell-0.60.8/configure-12643-    # gcc leaves a trailing carriage return which upsets mingw
aspell-0.60.8/configure:12644:    ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
aspell-0.60.8/configure-12645-  *)
aspell-0.60.8/configure:12646:    ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
aspell-0.60.8/configure-12647-  esac
##############################################
aspell-0.60.8/configure-12652-      # Canonicalize the pathname of ld
aspell-0.60.8/configure:12653:      ac_prog=`$ECHO "$ac_prog"| $SED 's%\\\\%/%g'`
aspell-0.60.8/configure-12654-      while $ECHO "$ac_prog" | $GREP "$re_direlt" > /dev/null 2>&1; do
aspell-0.60.8/configure:12655:	ac_prog=`$ECHO $ac_prog| $SED "s%$re_direlt%/%"`
aspell-0.60.8/configure-12656-      done
##############################################
aspell-0.60.8/configure-12687-      # Break only if it was the GNU/non-GNU ld that we prefer.
aspell-0.60.8/configure:12688:      case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in
aspell-0.60.8/configure-12689-      *GNU* | *'with BFD'*)
##############################################
aspell-0.60.8/configure-12718-  # I'd rather use --version here, but apparently some GNU lds only accept -v.
aspell-0.60.8/configure:12719:case `$LD -v 2>&1 </dev/null` in
aspell-0.60.8/configure-12720-*GNU* | *'with BFD'*)
##############################################
aspell-0.60.8/configure-12752-        # ancient GNU ld didn't support --whole-archive et. al.
aspell-0.60.8/configure:12753:        if eval "`$CC -print-prog-name=ld` --help 2>&1" |
aspell-0.60.8/configure-12754-	  $GREP 'no-whole-archive' > /dev/null; then
##############################################
aspell-0.60.8/configure-12836-          # below for broken collect2 doesn't work under 4.3+
aspell-0.60.8/configure:12837:	  collect2name=`${CC} -print-prog-name=collect2`
aspell-0.60.8/configure-12838-	  if test -f "$collect2name" &&
##############################################
aspell-0.60.8/configure-12909-      }'
aspell-0.60.8/configure:12910:  lt_cv_aix_libpath__CXX=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
aspell-0.60.8/configure-12911-  # Check for a 64-bit object if we didn't find anything.
aspell-0.60.8/configure-12912-  if test -z "$lt_cv_aix_libpath__CXX"; then
aspell-0.60.8/configure:12913:    lt_cv_aix_libpath__CXX=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
aspell-0.60.8/configure-12914-  fi
##############################################
aspell-0.60.8/configure-12928-
aspell-0.60.8/configure:12929:          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"
aspell-0.60.8/configure-12930-        else
##############################################
aspell-0.60.8/configure-12963-      }'
aspell-0.60.8/configure:12964:  lt_cv_aix_libpath__CXX=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
aspell-0.60.8/configure-12965-  # Check for a 64-bit object if we didn't find anything.
aspell-0.60.8/configure-12966-  if test -z "$lt_cv_aix_libpath__CXX"; then
aspell-0.60.8/configure:12967:    lt_cv_aix_libpath__CXX=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
aspell-0.60.8/configure-12968-  fi
##############################################
aspell-0.60.8/configure-13036-	  archive_cmds_CXX='$CC -o $output_objdir/$soname $libobjs $compiler_flags $deplibs -Wl,-dll~linknames='
aspell-0.60.8/configure:13037:	  archive_expsym_cmds_CXX='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
aspell-0.60.8/configure-13038-	      $SED -n -e 's/\\\\\\\(.*\\\\\\\)/-link\\\ -EXPORT:\\\\\\\1/' -e '1\\\!p' < $export_symbols > $output_objdir/$soname.exp;
##############################################
aspell-0.60.8/configure-13077-	    # is EXPORTS), use it as is; otherwise, prepend...
aspell-0.60.8/configure:13078:	    archive_expsym_cmds_CXX='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
aspell-0.60.8/configure-13079-	      cp $export_symbols $output_objdir/$soname.def;
##############################################
aspell-0.60.8/configure-13098-  if test "$lt_cv_ld_force_load" = "yes"; then
aspell-0.60.8/configure:13099:    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\"`'
aspell-0.60.8/configure-13100-
##############################################
aspell-0.60.8/configure-13189-            # dependencies.
aspell-0.60.8/configure:13190:            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"'
aspell-0.60.8/configure-13191-            ;;
##############################################
aspell-0.60.8/configure-13254-	    # dependencies.
aspell-0.60.8/configure:13255:	    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"'
aspell-0.60.8/configure-13256-	    ;;
##############################################
aspell-0.60.8/configure-13290-	# time.  Moving up from 0x10000000 also allows more sbrk(2) space.
aspell-0.60.8/configure:13291:	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'
aspell-0.60.8/configure:13292:	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'
aspell-0.60.8/configure-13293-	;;
##############################################
aspell-0.60.8/configure-13297-	    # SGI C++
aspell-0.60.8/configure:13298:	    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'
aspell-0.60.8/configure-13299-
##############################################
aspell-0.60.8/configure-13308-	      if test "$with_gnu_ld" = no; then
aspell-0.60.8/configure:13309:	        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'
aspell-0.60.8/configure-13310-	      else
aspell-0.60.8/configure:13311:	        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'
aspell-0.60.8/configure-13312-	      fi
##############################################
aspell-0.60.8/configure-13329-	    # to its proper name (with version) after linking.
aspell-0.60.8/configure:13330:	    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'
aspell-0.60.8/configure:13331:	    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'
aspell-0.60.8/configure-13332-	    # Commands to make compiler produce verbose output that lists
##############################################
aspell-0.60.8/configure-13339-	    # dependencies.
aspell-0.60.8/configure:13340:	    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"'
aspell-0.60.8/configure-13341-
##############################################
aspell-0.60.8/configure-13354-	    # earlier do not add the objects themselves.
aspell-0.60.8/configure:13355:	    case `$CC -V 2>&1` in
aspell-0.60.8/configure-13356-	      *"Version 7."*)
##############################################
aspell-0.60.8/configure-13375-            # Portland Group C++ compiler
aspell-0.60.8/configure:13376:	    case `$CC -V` in
aspell-0.60.8/configure-13377-	    *pgCC\ [1-5].* | *pgcpp\ [1-5].*)
##############################################
aspell-0.60.8/configure-13380-		$CC --prelink_objects --instantiation_dir $tpldir $objs $libobjs $compile_deplibs~
aspell-0.60.8/configure:13381:		compile_command="$compile_command `find $tpldir -name \*.o | sort | $NL2SP`"'
aspell-0.60.8/configure-13382-	      old_archive_cmds_CXX='tpldir=Template.dir~
##############################################
aspell-0.60.8/configure-13384-		$CC --prelink_objects --instantiation_dir $tpldir $oldobjs$old_deplibs~
aspell-0.60.8/configure:13385:		$AR $AR_FLAGS $oldlib$oldobjs$old_deplibs `find $tpldir -name \*.o | sort | $NL2SP`~
aspell-0.60.8/configure-13386-		$RANLIB $oldlib'
##############################################
aspell-0.60.8/configure-13389-		$CC --prelink_objects --instantiation_dir $tpldir $predep_objects $libobjs $deplibs $convenience $postdep_objects~
aspell-0.60.8/configure:13390:		$CC -shared $pic_flag $predep_objects $libobjs $deplibs `find $tpldir -name \*.o | sort | $NL2SP` $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname -o $lib'
aspell-0.60.8/configure-13391-	      archive_expsym_cmds_CXX='tpldir=Template.dir~
##############################################
aspell-0.60.8/configure-13393-		$CC --prelink_objects --instantiation_dir $tpldir $predep_objects $libobjs $deplibs $convenience $postdep_objects~
aspell-0.60.8/configure:13394:		$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'
aspell-0.60.8/configure-13395-	      ;;
##############################################
aspell-0.60.8/configure-13403-	    export_dynamic_flag_spec_CXX='${wl}--export-dynamic'
aspell-0.60.8/configure:13404:	    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'
aspell-0.60.8/configure-13405-            ;;
##############################################
aspell-0.60.8/configure-13422-	    # dependencies.
aspell-0.60.8/configure:13423:	    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'
aspell-0.60.8/configure-13424-	    ;;
##############################################
aspell-0.60.8/configure-13437-	  *)
aspell-0.60.8/configure:13438:	    case `$CC -V 2>&1 | sed 5q` in
aspell-0.60.8/configure-13439-	    *Sun\ C*)
##############################################
aspell-0.60.8/configure-13444-	      hardcode_libdir_flag_spec_CXX='-R$libdir'
aspell-0.60.8/configure:13445:	      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'
aspell-0.60.8/configure-13446-	      compiler_needs_object_CXX=yes
##############################################
aspell-0.60.8/configure-13514-	  hardcode_libdir_flag_spec_CXX='${wl}-rpath,$libdir'
aspell-0.60.8/configure:13515:	  if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
aspell-0.60.8/configure-13516-	    archive_expsym_cmds_CXX='$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-retain-symbols-file,$export_symbols -o $lib'
##############################################
aspell-0.60.8/configure-13533-	    # to its proper name (with version) after linking.
aspell-0.60.8/configure:13534:	    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'
aspell-0.60.8/configure-13535-
##############################################
aspell-0.60.8/configure-13554-	        allow_undefined_flag_CXX=' ${wl}-expect_unresolved ${wl}\*'
aspell-0.60.8/configure:13555:	        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'
aspell-0.60.8/configure-13556-	        hardcode_libdir_flag_spec_CXX='${wl}-rpath ${wl}$libdir'
##############################################
aspell-0.60.8/configure-13559-	        allow_undefined_flag_CXX=' -expect_unresolved \*'
aspell-0.60.8/configure:13560:	        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'
aspell-0.60.8/configure:13561:	        archive_expsym_cmds_CXX='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done~
aspell-0.60.8/configure-13562-	          echo "-hidden">> $lib.exp~
aspell-0.60.8/configure:13563:	          $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~
aspell-0.60.8/configure-13564-	          $RM $lib.exp'
##############################################
aspell-0.60.8/configure-13578-	    # dependencies.
aspell-0.60.8/configure:13579:	    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"'
aspell-0.60.8/configure-13580-	    ;;
##############################################
aspell-0.60.8/configure-13585-	        osf3*)
aspell-0.60.8/configure:13586:	          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'
aspell-0.60.8/configure-13587-		  ;;
aspell-0.60.8/configure-13588-	        *)
aspell-0.60.8/configure:13589:	          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'
aspell-0.60.8/configure-13590-		  ;;
##############################################
aspell-0.60.8/configure-13832-
aspell-0.60.8/configure:13833:  for p in `eval "$output_verbose_link_cmd"`; do
aspell-0.60.8/configure-13834-    case ${prev}${p} in
##############################################
aspell-0.60.8/configure-13929-linux*)
aspell-0.60.8/configure:13930:  case `$CC -V 2>&1 | sed 5q` in
aspell-0.60.8/configure-13931-  *Sun\ C*)
##############################################
aspell-0.60.8/configure-13980-if test -n "${compiler_lib_search_path_CXX}"; then
aspell-0.60.8/configure:13981: compiler_lib_search_dirs_CXX=`echo " ${compiler_lib_search_path_CXX}" | ${SED} -e 's! -L! !g' -e 's!^ !!'`
aspell-0.60.8/configure-13982-fi
##############################################
aspell-0.60.8/configure-14221-	  *)
aspell-0.60.8/configure:14222:	    case `$CC -V 2>&1 | sed 5q` in
aspell-0.60.8/configure-14223-	    *Sun\ C*)
##############################################
aspell-0.60.8/configure-14575-  if test "$hard_links" = no; then
aspell-0.60.8/configure:14576:    { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5
aspell-0.60.8/configure:14577:$as_echo "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2;}
aspell-0.60.8/configure-14578-    need_locks=warn
##############################################
aspell-0.60.8/configure-14852-    # Create ${libname}_ixlibrary.a entries in /sys/libs.
aspell-0.60.8/configure:14853:    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'
aspell-0.60.8/configure-14854-    ;;
##############################################
aspell-0.60.8/configure-14888-    # DLL is installed to $(libdir)/../bin by postinstall_cmds
aspell-0.60.8/configure:14889:    postinstall_cmds='base_file=`basename \${file}`~
aspell-0.60.8/configure:14890:      dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i; echo \$dlname'\''`~
aspell-0.60.8/configure:14891:      dldir=$destdir/`dirname \$dlpath`~
aspell-0.60.8/configure-14892-      test -d \$dldir || mkdir -p \$dldir~
##############################################
aspell-0.60.8/configure-14897-      fi'
aspell-0.60.8/configure:14898:    postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
aspell-0.60.8/configure-14899-      dlpath=$dir/\$dldll~
##############################################
aspell-0.60.8/configure-14905-      # Cygwin DLLs use 'cyg' prefix rather than 'lib'
aspell-0.60.8/configure:14906:      soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
aspell-0.60.8/configure-14907-
##############################################
aspell-0.60.8/configure-14910-      # MinGW DLLs use traditional 'lib' prefix
aspell-0.60.8/configure:14911:      soname_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
aspell-0.60.8/configure-14912-      ;;
##############################################
aspell-0.60.8/configure-14914-      # pw32 DLLs use 'pw' prefix rather than 'lib'
aspell-0.60.8/configure:14915:      library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
aspell-0.60.8/configure-14916-      ;;
##############################################
aspell-0.60.8/configure-14923-    libname_spec='$name'
aspell-0.60.8/configure:14924:    soname_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
aspell-0.60.8/configure-14925-    library_names_spec='${libname}.dll.lib'
##############################################
aspell-0.60.8/configure-14935-        # Let DOS variable expansion print the short 8.3 style file name.
aspell-0.60.8/configure:14936:        lt_path=`cd "$lt_path" 2>/dev/null && cmd //C "for %i in (".") do @echo %~si"`
aspell-0.60.8/configure-14937-        sys_lib_search_path_spec="$sys_lib_search_path_spec $lt_path"
##############################################
aspell-0.60.8/configure-14940-      # Convert to MSYS style.
aspell-0.60.8/configure:14941:      sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | sed -e 's|\\\\|/|g' -e 's| \\([a-zA-Z]\\):| /\\1|g' -e 's|^ ||'`
aspell-0.60.8/configure-14942-      ;;
##############################################
aspell-0.60.8/configure-14946-      # like /cygdrive/c/PROGRA~1:/cygdr...
aspell-0.60.8/configure:14947:      sys_lib_search_path_spec=`cygpath --path --unix "$LIB"`
aspell-0.60.8/configure:14948:      sys_lib_search_path_spec=`cygpath --path --dos "$sys_lib_search_path_spec" 2>/dev/null`
aspell-0.60.8/configure:14949:      sys_lib_search_path_spec=`cygpath --path --unix "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"`
aspell-0.60.8/configure-14950-      ;;
##############################################
aspell-0.60.8/configure-14954-        # It is most probably a Windows format PATH.
aspell-0.60.8/configure:14955:        sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'`
aspell-0.60.8/configure-14956-      else
aspell-0.60.8/configure:14957:        sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"`
aspell-0.60.8/configure-14958-      fi
##############################################
aspell-0.60.8/configure-14964-    # DLL is installed to $(libdir)/../bin by postinstall_cmds
aspell-0.60.8/configure:14965:    postinstall_cmds='base_file=`basename \${file}`~
aspell-0.60.8/configure:14966:      dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i; echo \$dlname'\''`~
aspell-0.60.8/configure:14967:      dldir=$destdir/`dirname \$dlpath`~
aspell-0.60.8/configure-14968-      test -d \$dldir || mkdir -p \$dldir~
aspell-0.60.8/configure-14969-      $install_prog $dir/$dlname \$dldir/$dlname'
aspell-0.60.8/configure:14970:    postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
aspell-0.60.8/configure-14971-      dlpath=$dir/\$dldll~
##############################################
aspell-0.60.8/configure-14978-    # Assume MSVC wrapper
aspell-0.60.8/configure:14979:    library_names_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext} $libname.lib'
aspell-0.60.8/configure-14980-    dynamic_linker='Win32 ld.exe'
##############################################
aspell-0.60.8/configure-14995-  shlibpath_var=DYLD_LIBRARY_PATH
aspell-0.60.8/configure:14996:  shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`'
aspell-0.60.8/configure-14997-
##############################################
aspell-0.60.8/configure-15220-  if test -f /etc/ld.so.conf; then
aspell-0.60.8/configure:15221:    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' ' '`
aspell-0.60.8/configure-15222-    sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra"
##############################################
aspell-0.60.8/configure-15294-  shlibpath_var=LD_LIBRARY_PATH
aspell-0.60.8/configure:15295:  if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
aspell-0.60.8/configure-15296-    case $host_os in
##############################################
aspell-0.60.8/configure-15735-
aspell-0.60.8/configure:15736:find_git=`expr "$PACKAGE_VERSION" : '.*git'`
aspell-0.60.8/configure-15737-if test "$find_git" -gt 0
##############################################
aspell-0.60.8/configure-15920-
aspell-0.60.8/configure:15921:    case `$MSGFMT --version | sed 1q | sed -e 's,^[^0-9]*,,'` in
aspell-0.60.8/configure-15922-    '' | 0.[0-9] | 0.[0-9].* | 0.1[0-4] | 0.1[0-4].*) MSGFMT_015=: ;;
##############################################
aspell-0.60.8/configure-15925-
aspell-0.60.8/configure:15926:  case `$GMSGFMT --version | sed 1q | sed -e 's,^[^0-9]*,,'` in
aspell-0.60.8/configure-15927-    '' | 0.[0-9] | 0.[0-9].* | 0.1[0-4] | 0.1[0-4].*) GMSGFMT_015=: ;;
##############################################
aspell-0.60.8/configure-16002-
aspell-0.60.8/configure:16003:    case `$XGETTEXT --version | sed 1q | sed -e 's,^[^0-9]*,,'` in
aspell-0.60.8/configure-16004-    '' | 0.[0-9] | 0.[0-9].* | 0.1[0-4] | 0.1[0-4].*) XGETTEXT_015=: ;;
##############################################
aspell-0.60.8/configure-16132-    # gcc leaves a trailing carriage return which upsets mingw
aspell-0.60.8/configure:16133:    ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
aspell-0.60.8/configure-16134-  *)
aspell-0.60.8/configure:16135:    ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
aspell-0.60.8/configure-16136-  esac
##############################################
aspell-0.60.8/configure-16141-      # Canonicalize the pathname of ld
aspell-0.60.8/configure:16142:      ac_prog=`echo "$ac_prog"| sed 's%\\\\%/%g'`
aspell-0.60.8/configure-16143-      while echo "$ac_prog" | grep "$re_direlt" > /dev/null 2>&1; do
aspell-0.60.8/configure:16144:        ac_prog=`echo $ac_prog| sed "s%$re_direlt%/%"`
aspell-0.60.8/configure-16145-      done
##############################################
aspell-0.60.8/configure-16176-      # Break only if it was the GNU/non-GNU ld that we prefer.
aspell-0.60.8/configure:16177:      case `"$acl_cv_path_LD" -v 2>&1 </dev/null` in
aspell-0.60.8/configure-16178-      *GNU* | *'with BFD'*)
##############################################
aspell-0.60.8/configure-16207-  # I'd rather use --version here, but apparently some GNU lds only accept -v.
aspell-0.60.8/configure:16208:case `$LD -v 2>&1 </dev/null` in
aspell-0.60.8/configure-16209-*GNU* | *'with BFD'*)
##############################################
aspell-0.60.8/configure-16295-    *)
aspell-0.60.8/configure:16296:      searchpath=`(LC_ALL=C $CC -print-search-dirs) 2>/dev/null | sed -n -e 's,^libraries: ,,p' | sed -e 's,^=,,'`
aspell-0.60.8/configure-16297-      if test -n "$searchpath"; then
##############################################
aspell-0.60.8/configure-16305-                ;;
aspell-0.60.8/configure:16306:              *) searchdir=`cd "$searchdir" && pwd`
aspell-0.60.8/configure-16307-                 case "$searchdir" in
##############################################
aspell-0.60.8/configure-16396-        names_already_handled="$names_already_handled $name"
aspell-0.60.8/configure:16397:                        uppername=`echo "$name" | sed -e 'y|abcdefghijklmnopqrstuvwxyz./+-|ABCDEFGHIJKLMNOPQRSTUVWXYZ____|'`
aspell-0.60.8/configure-16398-        eval value=\"\$HAVE_LIB$uppername\"
##############################################
aspell-0.60.8/configure-16472-                -L*)
aspell-0.60.8/configure:16473:                  dir=`echo "X$x" | sed -e 's/^X-L//'`
aspell-0.60.8/configure-16474-                                    if test -n "$acl_shlibext"; then
##############################################
aspell-0.60.8/configure-16589-              */$acl_libdirstem | */$acl_libdirstem/)
aspell-0.60.8/configure:16590:                basedir=`echo "X$found_dir" | sed -e 's,^X,,' -e "s,/$acl_libdirstem/"'*$,,'`
aspell-0.60.8/configure-16591-                if test "$name" = 'iconv'; then
##############################################
aspell-0.60.8/configure-16596-              */$acl_libdirstem2 | */$acl_libdirstem2/)
aspell-0.60.8/configure:16597:                basedir=`echo "X$found_dir" | sed -e 's,^X,,' -e "s,/$acl_libdirstem2/"'*$,,'`
aspell-0.60.8/configure-16598-                if test "$name" = 'iconv'; then
##############################################
aspell-0.60.8/configure-16647-                  -L*)
aspell-0.60.8/configure:16648:                    additional_libdir=`echo "X$dep" | sed -e 's/^X-L//'`
aspell-0.60.8/configure-16649-                                                                                                                                                                if test "X$additional_libdir" != "X/usr/$acl_libdirstem" \
##############################################
aspell-0.60.8/configure-16706-                  -R*)
aspell-0.60.8/configure:16707:                    dir=`echo "X$dep" | sed -e 's/^X-R//'`
aspell-0.60.8/configure-16708-                    if test "$enable_rpath" != no; then
##############################################
aspell-0.60.8/configure-16731-                  -l*)
aspell-0.60.8/configure:16732:                                        names_next_round="$names_next_round "`echo "X$dep" | sed -e 's/^X-l//'`
aspell-0.60.8/configure-16733-                    ;;
aspell-0.60.8/configure-16734-                  *.la)
aspell-0.60.8/configure:16735:                                                                                names_next_round="$names_next_round "`echo "X$dep" | sed -e 's,^X.*/,,' -e 's,^lib,,' -e 's,\.la$,,'`
aspell-0.60.8/configure-16736-                    ;;
##############################################
aspell-0.60.8/configure-17280-        names_already_handled="$names_already_handled $name"
aspell-0.60.8/configure:17281:                        uppername=`echo "$name" | sed -e 'y|abcdefghijklmnopqrstuvwxyz./+-|ABCDEFGHIJKLMNOPQRSTUVWXYZ____|'`
aspell-0.60.8/configure-17282-        eval value=\"\$HAVE_LIB$uppername\"
##############################################
aspell-0.60.8/configure-17356-                -L*)
aspell-0.60.8/configure:17357:                  dir=`echo "X$x" | sed -e 's/^X-L//'`
aspell-0.60.8/configure-17358-                                    if test -n "$acl_shlibext"; then
##############################################
aspell-0.60.8/configure-17473-              */$acl_libdirstem | */$acl_libdirstem/)
aspell-0.60.8/configure:17474:                basedir=`echo "X$found_dir" | sed -e 's,^X,,' -e "s,/$acl_libdirstem/"'*$,,'`
aspell-0.60.8/configure-17475-                if test "$name" = 'intl'; then
##############################################
aspell-0.60.8/configure-17480-              */$acl_libdirstem2 | */$acl_libdirstem2/)
aspell-0.60.8/configure:17481:                basedir=`echo "X$found_dir" | sed -e 's,^X,,' -e "s,/$acl_libdirstem2/"'*$,,'`
aspell-0.60.8/configure-17482-                if test "$name" = 'intl'; then
##############################################
aspell-0.60.8/configure-17531-                  -L*)
aspell-0.60.8/configure:17532:                    additional_libdir=`echo "X$dep" | sed -e 's/^X-L//'`
aspell-0.60.8/configure-17533-                                                                                                                                                                if test "X$additional_libdir" != "X/usr/$acl_libdirstem" \
##############################################
aspell-0.60.8/configure-17590-                  -R*)
aspell-0.60.8/configure:17591:                    dir=`echo "X$dep" | sed -e 's/^X-R//'`
aspell-0.60.8/configure-17592-                    if test "$enable_rpath" != no; then
##############################################
aspell-0.60.8/configure-17615-                  -l*)
aspell-0.60.8/configure:17616:                                        names_next_round="$names_next_round "`echo "X$dep" | sed -e 's/^X-l//'`
aspell-0.60.8/configure-17617-                    ;;
aspell-0.60.8/configure-17618-                  *.la)
aspell-0.60.8/configure:17619:                                                                                names_next_round="$names_next_round "`echo "X$dep" | sed -e 's,^X.*/,,' -e 's,^lib,,' -e 's,\.la$,,'`
aspell-0.60.8/configure-17620-                    ;;
##############################################
aspell-0.60.8/configure-18829-  ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
aspell-0.60.8/configure:18830:  ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
aspell-0.60.8/configure-18831-  # 2. Prepend LIBOBJDIR.  When used with automake>=1.10 LIBOBJDIR
##############################################
aspell-0.60.8/configure-18940-if test -z "$BASH_VERSION$ZSH_VERSION" \
aspell-0.60.8/configure:18941:    && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
aspell-0.60.8/configure-18942-  as_echo='print -r --'
aspell-0.60.8/configure-18943-  as_echo_n='print -rn --'
aspell-0.60.8/configure:18944:elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
aspell-0.60.8/configure-18945-  as_echo='printf %s\n'
##############################################
aspell-0.60.8/configure-18947-else
aspell-0.60.8/configure:18948:  if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
aspell-0.60.8/configure-18949-    as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
##############################################
aspell-0.60.8/configure-18957-	expr "X$arg" : "X\\(.*\\)$as_nl";
aspell-0.60.8/configure:18958:	arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
aspell-0.60.8/configure-18959-      esac;
##############################################
aspell-0.60.8/configure-19034-# ----------------------------------------
aspell-0.60.8/configure:19035:# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
aspell-0.60.8/configure-19036-# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
##############################################
aspell-0.60.8/configure-19106-  {
aspell-0.60.8/configure:19107:    as_val=`expr "$@" || test $? -eq 1`
aspell-0.60.8/configure-19108-  }
##############################################
aspell-0.60.8/configure-19210-      case $as_dir in #(
aspell-0.60.8/configure:19211:      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
aspell-0.60.8/configure-19212-      *) as_qdir=$as_dir;;
##############################################
aspell-0.60.8/configure-19347-cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
aspell-0.60.8/configure:19348:ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
aspell-0.60.8/configure-19349-ac_cs_version="\\
##############################################
aspell-0.60.8/configure-19372-  --*=?*)
aspell-0.60.8/configure:19373:    ac_option=`expr "X$1" : 'X\([^=]*\)='`
aspell-0.60.8/configure:19374:    ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
aspell-0.60.8/configure-19375-    ac_shift=:
##############################################
aspell-0.60.8/configure-19377-  --*=)
aspell-0.60.8/configure:19378:    ac_option=`expr "X$1" : 'X\([^=]*\)='`
aspell-0.60.8/configure-19379-    ac_optarg=
##############################################
aspell-0.60.8/configure-19401-    case $ac_optarg in
aspell-0.60.8/configure:19402:    *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
aspell-0.60.8/configure-19403-    '') as_fn_error $? "missing file argument" ;;
##############################################
aspell-0.60.8/configure-19409-    case $ac_optarg in
aspell-0.60.8/configure:19410:    *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
aspell-0.60.8/configure-19411-    esac
##############################################
aspell-0.60.8/configure-19478-delay_variable_subst='$delay_variable_subst'
aspell-0.60.8/configure:19479:enable_static='`$ECHO "$enable_static" | $SED "$delay_single_quote_subst"`'
aspell-0.60.8/configure:19480:macro_version='`$ECHO "$macro_version" | $SED "$delay_single_quote_subst"`'
aspell-0.60.8/configure:19481:macro_revision='`$ECHO "$macro_revision" | $SED "$delay_single_quote_subst"`'
aspell-0.60.8/configure:19482:enable_shared='`$ECHO "$enable_shared" | $SED "$delay_single_quote_subst"`'
aspell-0.60.8/configure:19483:pic_mode='`$ECHO "$pic_mode" | $SED "$delay_single_quote_subst"`'
aspell-0.60.8/configure:19484:enable_fast_install='`$ECHO "$enable_fast_install" | $SED "$delay_single_quote_subst"`'
aspell-0.60.8/configure:19485:SHELL='`$ECHO "$SHELL" | $SED "$delay_single_quote_subst"`'
aspell-0.60.8/configure:19486:ECHO='`$ECHO "$ECHO" | $SED "$delay_single_quote_subst"`'
aspell-0.60.8/configure:19487:PATH_SEPARATOR='`$ECHO "$PATH_SEPARATOR" | $SED "$delay_single_quote_subst"`'
aspell-0.60.8/configure:19488:host_alias='`$ECHO "$host_alias" | $SED "$delay_single_quote_subst"`'
aspell-0.60.8/configure:19489:host='`$ECHO "$host" | $SED "$delay_single_quote_subst"`'
aspell-0.60.8/configure:19490:host_os='`$ECHO "$host_os" | $SED "$delay_single_quote_subst"`'
aspell-0.60.8/configure:19491:build_alias='`$ECHO "$build_alias" | $SED "$delay_single_quote_subst"`'
aspell-0.60.8/configure:19492:build='`$ECHO "$build" | $SED "$delay_single_quote_subst"`'
aspell-0.60.8/configure:19493:build_os='`$ECHO "$build_os" | $SED "$delay_single_quote_subst"`'
aspell-0.60.8/configure:19494:SED='`$ECHO "$SED" | $SED "$delay_single_quote_subst"`'
aspell-0.60.8/configure:19495:Xsed='`$ECHO "$Xsed" | $SED "$delay_single_quote_subst"`'
aspell-0.60.8/configure:19496:GREP='`$ECHO "$GREP" | $SED "$delay_single_quote_subst"`'
aspell-0.60.8/configure:19497:EGREP='`$ECHO "$EGREP" | $SED "$delay_single_quote_subst"`'
aspell-0.60.8/configure:19498:FGREP='`$ECHO "$FGREP" | $SED "$delay_single_quote_subst"`'
aspell-0.60.8/configure:19499:LD='`$ECHO "$LD" | $SED "$delay_single_quote_subst"`'
aspell-0.60.8/configure:19500:NM='`$ECHO "$NM" | $SED "$delay_single_quote_subst"`'
aspell-0.60.8/configure:19501:LN_S='`$ECHO "$LN_S" | $SED "$delay_single_quote_subst"`'
aspell-0.60.8/configure:19502:max_cmd_len='`$ECHO "$max_cmd_len" | $SED "$delay_single_quote_subst"`'
aspell-0.60.8/configure:19503:ac_objext='`$ECHO "$ac_objext" | $SED "$delay_single_quote_subst"`'
aspell-0.60.8/configure:19504:exeext='`$ECHO "$exeext" | $SED "$delay_single_quote_subst"`'
aspell-0.60.8/configure:19505:lt_unset='`$ECHO "$lt_unset" | $SED "$delay_single_quote_subst"`'
aspell-0.60.8/configure:19506:lt_SP2NL='`$ECHO "$lt_SP2NL" | $SED "$delay_single_quote_subst"`'
aspell-0.60.8/configure:19507:lt_NL2SP='`$ECHO "$lt_NL2SP" | $SED "$delay_single_quote_subst"`'
aspell-0.60.8/configure:19508:lt_cv_to_host_file_cmd='`$ECHO "$lt_cv_to_host_file_cmd" | $SED "$delay_single_quote_subst"`'
aspell-0.60.8/configure:19509:lt_cv_to_tool_file_cmd='`$ECHO "$lt_cv_to_tool_file_cmd" | $SED "$delay_single_quote_subst"`'
aspell-0.60.8/configure:19510:reload_flag='`$ECHO "$reload_flag" | $SED "$delay_single_quote_subst"`'
aspell-0.60.8/configure:19511:reload_cmds='`$ECHO "$reload_cmds" | $SED "$delay_single_quote_subst"`'
aspell-0.60.8/configure:19512:OBJDUMP='`$ECHO "$OBJDUMP" | $SED "$delay_single_quote_subst"`'
aspell-0.60.8/configure:19513:deplibs_check_method='`$ECHO "$deplibs_check_method" | $SED "$delay_single_quote_subst"`'
aspell-0.60.8/configure:19514:file_magic_cmd='`$ECHO "$file_magic_cmd" | $SED "$delay_single_quote_subst"`'
aspell-0.60.8/configure:19515:file_magic_glob='`$ECHO "$file_magic_glob" | $SED "$delay_single_quote_subst"`'
aspell-0.60.8/configure:19516:want_nocaseglob='`$ECHO "$want_nocaseglob" | $SED "$delay_single_quote_subst"`'
aspell-0.60.8/configure:19517:DLLTOOL='`$ECHO "$DLLTOOL" | $SED "$delay_single_quote_subst"`'
aspell-0.60.8/configure:19518:sharedlib_from_linklib_cmd='`$ECHO "$sharedlib_from_linklib_cmd" | $SED "$delay_single_quote_subst"`'
aspell-0.60.8/configure:19519:AR='`$ECHO "$AR" | $SED "$delay_single_quote_subst"`'
aspell-0.60.8/configure:19520:AR_FLAGS='`$ECHO "$AR_FLAGS" | $SED "$delay_single_quote_subst"`'
aspell-0.60.8/configure:19521:archiver_list_spec='`$ECHO "$archiver_list_spec" | $SED "$delay_single_quote_subst"`'
aspell-0.60.8/configure:19522:STRIP='`$ECHO "$STRIP" | $SED "$delay_single_quote_subst"`'
aspell-0.60.8/configure:19523:RANLIB='`$ECHO "$RANLIB" | $SED "$delay_single_quote_subst"`'
aspell-0.60.8/configure:19524:old_postinstall_cmds='`$ECHO "$old_postinstall_cmds" | $SED "$delay_single_quote_subst"`'
aspell-0.60.8/configure:19525:old_postuninstall_cmds='`$ECHO "$old_postuninstall_cmds" | $SED "$delay_single_quote_subst"`'
aspell-0.60.8/configure:19526:old_archive_cmds='`$ECHO "$old_archive_cmds" | $SED "$delay_single_quote_subst"`'
aspell-0.60.8/configure:19527:lock_old_archive_extraction='`$ECHO "$lock_old_archive_extraction" | $SED "$delay_single_quote_subst"`'
aspell-0.60.8/configure:19528:CC='`$ECHO "$CC" | $SED "$delay_single_quote_subst"`'
aspell-0.60.8/configure:19529:CFLAGS='`$ECHO "$CFLAGS" | $SED "$delay_single_quote_subst"`'
aspell-0.60.8/configure:19530:compiler='`$ECHO "$compiler" | $SED "$delay_single_quote_subst"`'
aspell-0.60.8/configure:19531:GCC='`$ECHO "$GCC" | $SED "$delay_single_quote_subst"`'
aspell-0.60.8/configure:19532:lt_cv_sys_global_symbol_pipe='`$ECHO "$lt_cv_sys_global_symbol_pipe" | $SED "$delay_single_quote_subst"`'
aspell-0.60.8/configure:19533:lt_cv_sys_global_symbol_to_cdecl='`$ECHO "$lt_cv_sys_global_symbol_to_cdecl" | $SED "$delay_single_quote_subst"`'
aspell-0.60.8/configure:19534:lt_cv_sys_global_symbol_to_c_name_address='`$ECHO "$lt_cv_sys_global_symbol_to_c_name_address" | $SED "$delay_single_quote_subst"`'
aspell-0.60.8/configure:19535: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"`'
aspell-0.60.8/configure:19536:nm_file_list_spec='`$ECHO "$nm_file_list_spec" | $SED "$delay_single_quote_subst"`'
aspell-0.60.8/configure:19537:lt_sysroot='`$ECHO "$lt_sysroot" | $SED "$delay_single_quote_subst"`'
aspell-0.60.8/configure:19538:objdir='`$ECHO "$objdir" | $SED "$delay_single_quote_subst"`'
aspell-0.60.8/configure:19539:MAGIC_CMD='`$ECHO "$MAGIC_CMD" | $SED "$delay_single_quote_subst"`'
aspell-0.60.8/configure:19540:lt_prog_compiler_no_builtin_flag='`$ECHO "$lt_prog_compiler_no_builtin_flag" | $SED "$delay_single_quote_subst"`'
aspell-0.60.8/configure:19541:lt_prog_compiler_pic='`$ECHO "$lt_prog_compiler_pic" | $SED "$delay_single_quote_subst"`'
aspell-0.60.8/configure:19542:lt_prog_compiler_wl='`$ECHO "$lt_prog_compiler_wl" | $SED "$delay_single_quote_subst"`'
aspell-0.60.8/configure:19543:lt_prog_compiler_static='`$ECHO "$lt_prog_compiler_static" | $SED "$delay_single_quote_subst"`'
aspell-0.60.8/configure:19544:lt_cv_prog_compiler_c_o='`$ECHO "$lt_cv_prog_compiler_c_o" | $SED "$delay_single_quote_subst"`'
aspell-0.60.8/configure:19545:need_locks='`$ECHO "$need_locks" | $SED "$delay_single_quote_subst"`'
aspell-0.60.8/configure:19546:MANIFEST_TOOL='`$ECHO "$MANIFEST_TOOL" | $SED "$delay_single_quote_subst"`'
aspell-0.60.8/configure:19547:DSYMUTIL='`$ECHO "$DSYMUTIL" | $SED "$delay_single_quote_subst"`'
aspell-0.60.8/configure:19548:NMEDIT='`$ECHO "$NMEDIT" | $SED "$delay_single_quote_subst"`'
aspell-0.60.8/configure:19549:LIPO='`$ECHO "$LIPO" | $SED "$delay_single_quote_subst"`'
aspell-0.60.8/configure:19550:OTOOL='`$ECHO "$OTOOL" | $SED "$delay_single_quote_subst"`'
aspell-0.60.8/configure:19551:OTOOL64='`$ECHO "$OTOOL64" | $SED "$delay_single_quote_subst"`'
aspell-0.60.8/configure:19552:libext='`$ECHO "$libext" | $SED "$delay_single_quote_subst"`'
aspell-0.60.8/configure:19553:shrext_cmds='`$ECHO "$shrext_cmds" | $SED "$delay_single_quote_subst"`'
aspell-0.60.8/configure:19554:extract_expsyms_cmds='`$ECHO "$extract_expsyms_cmds" | $SED "$delay_single_quote_subst"`'
aspell-0.60.8/configure:19555:archive_cmds_need_lc='`$ECHO "$archive_cmds_need_lc" | $SED "$delay_single_quote_subst"`'
aspell-0.60.8/configure:19556:enable_shared_with_static_runtimes='`$ECHO "$enable_shared_with_static_runtimes" | $SED "$delay_single_quote_subst"`'
aspell-0.60.8/configure:19557:export_dynamic_flag_spec='`$ECHO "$export_dynamic_flag_spec" | $SED "$delay_single_quote_subst"`'
aspell-0.60.8/configure:19558:whole_archive_flag_spec='`$ECHO "$whole_archive_flag_spec" | $SED "$delay_single_quote_subst"`'
aspell-0.60.8/configure:19559:compiler_needs_object='`$ECHO "$compiler_needs_object" | $SED "$delay_single_quote_subst"`'
aspell-0.60.8/configure:19560:old_archive_from_new_cmds='`$ECHO "$old_archive_from_new_cmds" | $SED "$delay_single_quote_subst"`'
aspell-0.60.8/configure:19561:old_archive_from_expsyms_cmds='`$ECHO "$old_archive_from_expsyms_cmds" | $SED "$delay_single_quote_subst"`'
aspell-0.60.8/configure:19562:archive_cmds='`$ECHO "$archive_cmds" | $SED "$delay_single_quote_subst"`'
aspell-0.60.8/configure:19563:archive_expsym_cmds='`$ECHO "$archive_expsym_cmds" | $SED "$delay_single_quote_subst"`'
aspell-0.60.8/configure:19564:module_cmds='`$ECHO "$module_cmds" | $SED "$delay_single_quote_subst"`'
aspell-0.60.8/configure:19565:module_expsym_cmds='`$ECHO "$module_expsym_cmds" | $SED "$delay_single_quote_subst"`'
aspell-0.60.8/configure:19566:with_gnu_ld='`$ECHO "$with_gnu_ld" | $SED "$delay_single_quote_subst"`'
aspell-0.60.8/configure:19567:allow_undefined_flag='`$ECHO "$allow_undefined_flag" | $SED "$delay_single_quote_subst"`'
aspell-0.60.8/configure:19568:no_undefined_flag='`$ECHO "$no_undefined_flag" | $SED "$delay_single_quote_subst"`'
aspell-0.60.8/configure:19569:hardcode_libdir_flag_spec='`$ECHO "$hardcode_libdir_flag_spec" | $SED "$delay_single_quote_subst"`'
aspell-0.60.8/configure:19570:hardcode_libdir_separator='`$ECHO "$hardcode_libdir_separator" | $SED "$delay_single_quote_subst"`'
aspell-0.60.8/configure:19571:hardcode_direct='`$ECHO "$hardcode_direct" | $SED "$delay_single_quote_subst"`'
aspell-0.60.8/configure:19572:hardcode_direct_absolute='`$ECHO "$hardcode_direct_absolute" | $SED "$delay_single_quote_subst"`'
aspell-0.60.8/configure:19573:hardcode_minus_L='`$ECHO "$hardcode_minus_L" | $SED "$delay_single_quote_subst"`'
aspell-0.60.8/configure:19574:hardcode_shlibpath_var='`$ECHO "$hardcode_shlibpath_var" | $SED "$delay_single_quote_subst"`'
aspell-0.60.8/configure:19575:hardcode_automatic='`$ECHO "$hardcode_automatic" | $SED "$delay_single_quote_subst"`'
aspell-0.60.8/configure:19576:inherit_rpath='`$ECHO "$inherit_rpath" | $SED "$delay_single_quote_subst"`'
aspell-0.60.8/configure:19577:link_all_deplibs='`$ECHO "$link_all_deplibs" | $SED "$delay_single_quote_subst"`'
aspell-0.60.8/configure:19578:always_export_symbols='`$ECHO "$always_export_symbols" | $SED "$delay_single_quote_subst"`'
aspell-0.60.8/configure:19579:export_symbols_cmds='`$ECHO "$export_symbols_cmds" | $SED "$delay_single_quote_subst"`'
aspell-0.60.8/configure:19580:exclude_expsyms='`$ECHO "$exclude_expsyms" | $SED "$delay_single_quote_subst"`'
aspell-0.60.8/configure:19581:include_expsyms='`$ECHO "$include_expsyms" | $SED "$delay_single_quote_subst"`'
aspell-0.60.8/configure:19582:prelink_cmds='`$ECHO "$prelink_cmds" | $SED "$delay_single_quote_subst"`'
aspell-0.60.8/configure:19583:postlink_cmds='`$ECHO "$postlink_cmds" | $SED "$delay_single_quote_subst"`'
aspell-0.60.8/configure:19584:file_list_spec='`$ECHO "$file_list_spec" | $SED "$delay_single_quote_subst"`'
aspell-0.60.8/configure:19585:variables_saved_for_relink='`$ECHO "$variables_saved_for_relink" | $SED "$delay_single_quote_subst"`'
aspell-0.60.8/configure:19586:need_lib_prefix='`$ECHO "$need_lib_prefix" | $SED "$delay_single_quote_subst"`'
aspell-0.60.8/configure:19587:need_version='`$ECHO "$need_version" | $SED "$delay_single_quote_subst"`'
aspell-0.60.8/configure:19588:version_type='`$ECHO "$version_type" | $SED "$delay_single_quote_subst"`'
aspell-0.60.8/configure:19589:runpath_var='`$ECHO "$runpath_var" | $SED "$delay_single_quote_subst"`'
aspell-0.60.8/configure:19590:shlibpath_var='`$ECHO "$shlibpath_var" | $SED "$delay_single_quote_subst"`'
aspell-0.60.8/configure:19591:shlibpath_overrides_runpath='`$ECHO "$shlibpath_overrides_runpath" | $SED "$delay_single_quote_subst"`'
aspell-0.60.8/configure:19592:libname_spec='`$ECHO "$libname_spec" | $SED "$delay_single_quote_subst"`'
aspell-0.60.8/configure:19593:library_names_spec='`$ECHO "$library_names_spec" | $SED "$delay_single_quote_subst"`'
aspell-0.60.8/configure:19594:soname_spec='`$ECHO "$soname_spec" | $SED "$delay_single_quote_subst"`'
aspell-0.60.8/configure:19595:install_override_mode='`$ECHO "$install_override_mode" | $SED "$delay_single_quote_subst"`'
aspell-0.60.8/configure:19596:postinstall_cmds='`$ECHO "$postinstall_cmds" | $SED "$delay_single_quote_subst"`'
aspell-0.60.8/configure:19597:postuninstall_cmds='`$ECHO "$postuninstall_cmds" | $SED "$delay_single_quote_subst"`'
aspell-0.60.8/configure:19598:finish_cmds='`$ECHO "$finish_cmds" | $SED "$delay_single_quote_subst"`'
aspell-0.60.8/configure:19599:finish_eval='`$ECHO "$finish_eval" | $SED "$delay_single_quote_subst"`'
aspell-0.60.8/configure:19600:hardcode_into_libs='`$ECHO "$hardcode_into_libs" | $SED "$delay_single_quote_subst"`'
aspell-0.60.8/configure:19601:sys_lib_search_path_spec='`$ECHO "$sys_lib_search_path_spec" | $SED "$delay_single_quote_subst"`'
aspell-0.60.8/configure:19602:sys_lib_dlsearch_path_spec='`$ECHO "$sys_lib_dlsearch_path_spec" | $SED "$delay_single_quote_subst"`'
aspell-0.60.8/configure:19603:hardcode_action='`$ECHO "$hardcode_action" | $SED "$delay_single_quote_subst"`'
aspell-0.60.8/configure:19604:enable_dlopen='`$ECHO "$enable_dlopen" | $SED "$delay_single_quote_subst"`'
aspell-0.60.8/configure:19605:enable_dlopen_self='`$ECHO "$enable_dlopen_self" | $SED "$delay_single_quote_subst"`'
aspell-0.60.8/configure:19606:enable_dlopen_self_static='`$ECHO "$enable_dlopen_self_static" | $SED "$delay_single_quote_subst"`'
aspell-0.60.8/configure:19607:old_striplib='`$ECHO "$old_striplib" | $SED "$delay_single_quote_subst"`'
aspell-0.60.8/configure:19608:striplib='`$ECHO "$striplib" | $SED "$delay_single_quote_subst"`'
aspell-0.60.8/configure:19609:compiler_lib_search_dirs='`$ECHO "$compiler_lib_search_dirs" | $SED "$delay_single_quote_subst"`'
aspell-0.60.8/configure:19610:predep_objects='`$ECHO "$predep_objects" | $SED "$delay_single_quote_subst"`'
aspell-0.60.8/configure:19611:postdep_objects='`$ECHO "$postdep_objects" | $SED "$delay_single_quote_subst"`'
aspell-0.60.8/configure:19612:predeps='`$ECHO "$predeps" | $SED "$delay_single_quote_subst"`'
aspell-0.60.8/configure:19613:postdeps='`$ECHO "$postdeps" | $SED "$delay_single_quote_subst"`'
aspell-0.60.8/configure:19614:compiler_lib_search_path='`$ECHO "$compiler_lib_search_path" | $SED "$delay_single_quote_subst"`'
aspell-0.60.8/configure:19615:LD_CXX='`$ECHO "$LD_CXX" | $SED "$delay_single_quote_subst"`'
aspell-0.60.8/configure:19616:reload_flag_CXX='`$ECHO "$reload_flag_CXX" | $SED "$delay_single_quote_subst"`'
aspell-0.60.8/configure:19617:reload_cmds_CXX='`$ECHO "$reload_cmds_CXX" | $SED "$delay_single_quote_subst"`'
aspell-0.60.8/configure:19618:old_archive_cmds_CXX='`$ECHO "$old_archive_cmds_CXX" | $SED "$delay_single_quote_subst"`'
aspell-0.60.8/configure:19619:compiler_CXX='`$ECHO "$compiler_CXX" | $SED "$delay_single_quote_subst"`'
aspell-0.60.8/configure:19620:GCC_CXX='`$ECHO "$GCC_CXX" | $SED "$delay_single_quote_subst"`'
aspell-0.60.8/configure:19621:lt_prog_compiler_no_builtin_flag_CXX='`$ECHO "$lt_prog_compiler_no_builtin_flag_CXX" | $SED "$delay_single_quote_subst"`'
aspell-0.60.8/configure:19622:lt_prog_compiler_pic_CXX='`$ECHO "$lt_prog_compiler_pic_CXX" | $SED "$delay_single_quote_subst"`'
aspell-0.60.8/configure:19623:lt_prog_compiler_wl_CXX='`$ECHO "$lt_prog_compiler_wl_CXX" | $SED "$delay_single_quote_subst"`'
aspell-0.60.8/configure:19624:lt_prog_compiler_static_CXX='`$ECHO "$lt_prog_compiler_static_CXX" | $SED "$delay_single_quote_subst"`'
aspell-0.60.8/configure:19625:lt_cv_prog_compiler_c_o_CXX='`$ECHO "$lt_cv_prog_compiler_c_o_CXX" | $SED "$delay_single_quote_subst"`'
aspell-0.60.8/configure:19626:archive_cmds_need_lc_CXX='`$ECHO "$archive_cmds_need_lc_CXX" | $SED "$delay_single_quote_subst"`'
aspell-0.60.8/configure:19627:enable_shared_with_static_runtimes_CXX='`$ECHO "$enable_shared_with_static_runtimes_CXX" | $SED "$delay_single_quote_subst"`'
aspell-0.60.8/configure:19628:export_dynamic_flag_spec_CXX='`$ECHO "$export_dynamic_flag_spec_CXX" | $SED "$delay_single_quote_subst"`'
aspell-0.60.8/configure:19629:whole_archive_flag_spec_CXX='`$ECHO "$whole_archive_flag_spec_CXX" | $SED "$delay_single_quote_subst"`'
aspell-0.60.8/configure:19630:compiler_needs_object_CXX='`$ECHO "$compiler_needs_object_CXX" | $SED "$delay_single_quote_subst"`'
aspell-0.60.8/configure:19631:old_archive_from_new_cmds_CXX='`$ECHO "$old_archive_from_new_cmds_CXX" | $SED "$delay_single_quote_subst"`'
aspell-0.60.8/configure:19632:old_archive_from_expsyms_cmds_CXX='`$ECHO "$old_archive_from_expsyms_cmds_CXX" | $SED "$delay_single_quote_subst"`'
aspell-0.60.8/configure:19633:archive_cmds_CXX='`$ECHO "$archive_cmds_CXX" | $SED "$delay_single_quote_subst"`'
aspell-0.60.8/configure:19634:archive_expsym_cmds_CXX='`$ECHO "$archive_expsym_cmds_CXX" | $SED "$delay_single_quote_subst"`'
aspell-0.60.8/configure:19635:module_cmds_CXX='`$ECHO "$module_cmds_CXX" | $SED "$delay_single_quote_subst"`'
aspell-0.60.8/configure:19636:module_expsym_cmds_CXX='`$ECHO "$module_expsym_cmds_CXX" | $SED "$delay_single_quote_subst"`'
aspell-0.60.8/configure:19637:with_gnu_ld_CXX='`$ECHO "$with_gnu_ld_CXX" | $SED "$delay_single_quote_subst"`'
aspell-0.60.8/configure:19638:allow_undefined_flag_CXX='`$ECHO "$allow_undefined_flag_CXX" | $SED "$delay_single_quote_subst"`'
aspell-0.60.8/configure:19639:no_undefined_flag_CXX='`$ECHO "$no_undefined_flag_CXX" | $SED "$delay_single_quote_subst"`'
aspell-0.60.8/configure:19640:hardcode_libdir_flag_spec_CXX='`$ECHO "$hardcode_libdir_flag_spec_CXX" | $SED "$delay_single_quote_subst"`'
aspell-0.60.8/configure:19641:hardcode_libdir_separator_CXX='`$ECHO "$hardcode_libdir_separator_CXX" | $SED "$delay_single_quote_subst"`'
aspell-0.60.8/configure:19642:hardcode_direct_CXX='`$ECHO "$hardcode_direct_CXX" | $SED "$delay_single_quote_subst"`'
aspell-0.60.8/configure:19643:hardcode_direct_absolute_CXX='`$ECHO "$hardcode_direct_absolute_CXX" | $SED "$delay_single_quote_subst"`'
aspell-0.60.8/configure:19644:hardcode_minus_L_CXX='`$ECHO "$hardcode_minus_L_CXX" | $SED "$delay_single_quote_subst"`'
aspell-0.60.8/configure:19645:hardcode_shlibpath_var_CXX='`$ECHO "$hardcode_shlibpath_var_CXX" | $SED "$delay_single_quote_subst"`'
aspell-0.60.8/configure:19646:hardcode_automatic_CXX='`$ECHO "$hardcode_automatic_CXX" | $SED "$delay_single_quote_subst"`'
aspell-0.60.8/configure:19647:inherit_rpath_CXX='`$ECHO "$inherit_rpath_CXX" | $SED "$delay_single_quote_subst"`'
aspell-0.60.8/configure:19648:link_all_deplibs_CXX='`$ECHO "$link_all_deplibs_CXX" | $SED "$delay_single_quote_subst"`'
aspell-0.60.8/configure:19649:always_export_symbols_CXX='`$ECHO "$always_export_symbols_CXX" | $SED "$delay_single_quote_subst"`'
aspell-0.60.8/configure:19650:export_symbols_cmds_CXX='`$ECHO "$export_symbols_cmds_CXX" | $SED "$delay_single_quote_subst"`'
aspell-0.60.8/configure:19651:exclude_expsyms_CXX='`$ECHO "$exclude_expsyms_CXX" | $SED "$delay_single_quote_subst"`'
aspell-0.60.8/configure:19652:include_expsyms_CXX='`$ECHO "$include_expsyms_CXX" | $SED "$delay_single_quote_subst"`'
aspell-0.60.8/configure:19653:prelink_cmds_CXX='`$ECHO "$prelink_cmds_CXX" | $SED "$delay_single_quote_subst"`'
aspell-0.60.8/configure:19654:postlink_cmds_CXX='`$ECHO "$postlink_cmds_CXX" | $SED "$delay_single_quote_subst"`'
aspell-0.60.8/configure:19655:file_list_spec_CXX='`$ECHO "$file_list_spec_CXX" | $SED "$delay_single_quote_subst"`'
aspell-0.60.8/configure:19656:hardcode_action_CXX='`$ECHO "$hardcode_action_CXX" | $SED "$delay_single_quote_subst"`'
aspell-0.60.8/configure:19657:compiler_lib_search_dirs_CXX='`$ECHO "$compiler_lib_search_dirs_CXX" | $SED "$delay_single_quote_subst"`'
aspell-0.60.8/configure:19658:predep_objects_CXX='`$ECHO "$predep_objects_CXX" | $SED "$delay_single_quote_subst"`'
aspell-0.60.8/configure:19659:postdep_objects_CXX='`$ECHO "$postdep_objects_CXX" | $SED "$delay_single_quote_subst"`'
aspell-0.60.8/configure:19660:predeps_CXX='`$ECHO "$predeps_CXX" | $SED "$delay_single_quote_subst"`'
aspell-0.60.8/configure:19661:postdeps_CXX='`$ECHO "$postdeps_CXX" | $SED "$delay_single_quote_subst"`'
aspell-0.60.8/configure:19662:compiler_lib_search_path_CXX='`$ECHO "$compiler_lib_search_path_CXX" | $SED "$delay_single_quote_subst"`'
aspell-0.60.8/configure-19663-
##############################################
aspell-0.60.8/configure-19772-compiler_lib_search_path_CXX; do
aspell-0.60.8/configure:19773:    case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
aspell-0.60.8/configure-19774-    *[\\\\\\\`\\"\\\$]*)
aspell-0.60.8/configure:19775:      eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED \\"\\\$sed_quote_subst\\"\\\`\\\\\\""
aspell-0.60.8/configure-19776-      ;;
##############################################
aspell-0.60.8/configure-19813-postlink_cmds_CXX; do
aspell-0.60.8/configure:19814:    case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
aspell-0.60.8/configure-19815-    *[\\\\\\\`\\"\\\$]*)
aspell-0.60.8/configure:19816:      eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED -e \\"\\\$double_quote_subst\\" -e \\"\\\$sed_quote_subst\\" -e \\"\\\$delay_variable_subst\\"\\\`\\\\\\""
aspell-0.60.8/configure-19817-      ;;
##############################################
aspell-0.60.8/configure-19941-fi
aspell-0.60.8/configure:19942:ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
aspell-0.60.8/configure-19943-if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
##############################################
aspell-0.60.8/configure-19958-  as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
aspell-0.60.8/configure:19959:ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'`
aspell-0.60.8/configure-19960-ac_delim='%!_!# '
##############################################
aspell-0.60.8/configure-19964-
aspell-0.60.8/configure:19965:  ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
aspell-0.60.8/configure-19966-  if test $ac_delim_n = $ac_delim_num; then
##############################################
aspell-0.60.8/configure-20102-for ac_last_try in false false :; do
aspell-0.60.8/configure:20103:  ac_tt=`sed -n "/$ac_delim/p" confdefs.h`
aspell-0.60.8/configure-20104-  if test -z "$ac_tt"; then
##############################################
aspell-0.60.8/configure-20234-      esac
aspell-0.60.8/configure:20235:      case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
aspell-0.60.8/configure-20236-      as_fn_append ac_file_inputs " '$ac_f'"
##############################################
aspell-0.60.8/configure-20293-*)
aspell-0.60.8/configure:20294:  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
aspell-0.60.8/configure-20295-  # A ".." for each directory in $ac_dir_suffix.
aspell-0.60.8/configure:20296:  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
aspell-0.60.8/configure-20297-  case $ac_top_builddir_sub in
##############################################
aspell-0.60.8/configure-20354-/@mandir@/p'
aspell-0.60.8/configure:20355:case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
aspell-0.60.8/configure-20356-*datarootdir*) ac_datarootdir_seen=yes;;
##############################################
aspell-0.60.8/configure-20371-
aspell-0.60.8/configure:20372:# Neutralize VPATH when `$srcdir' = `.'.
aspell-0.60.8/configure-20373-# Shell code in configure.ac might set extrasub.
##############################################
aspell-0.60.8/configure-20399-test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
aspell-0.60.8/configure:20400:  { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } &&
aspell-0.60.8/configure-20401-  { ac_out=`sed -n '/^[	 ]*datarootdir[	 ]*:*=/p' \
##############################################
aspell-0.60.8/configure-20445-    * )
aspell-0.60.8/configure:20446:      _am_stamp_count=`expr $_am_stamp_count + 1` ;;
aspell-0.60.8/configure-20447-  esac
##############################################
aspell-0.60.8/configure-20492-    # Strip MF so we end up with the name of the file.
aspell-0.60.8/configure:20493:    mf=`echo "$mf" | sed -e 's/:.*$//'`
aspell-0.60.8/configure-20494-    # Check whether this is an Automake generated Makefile or not.
##############################################
aspell-0.60.8/configure-20529-    # from the Makefile without running 'make'.
aspell-0.60.8/configure:20530:    DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
aspell-0.60.8/configure-20531-    test -z "$DEPDIR" && continue
aspell-0.60.8/configure:20532:    am__include=`sed -n 's/^am__include = //p' < "$mf"`
aspell-0.60.8/configure-20533-    test -z "$am__include" && continue
aspell-0.60.8/configure:20534:    am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
aspell-0.60.8/configure-20535-    # Find all dependency output files, they are included files with
##############################################
aspell-0.60.8/configure-20588-
aspell-0.60.8/configure:20589:# `$ECHO "$ofile" | sed 's%^.*/%%'` - Provide generalized library-building support services.
aspell-0.60.8/configure-20590-# Generated automatically by $as_me ($PACKAGE$TIMESTAMP) $VERSION
##############################################
aspell-0.60.8/configure-21374-      case "$ac_file" in
aspell-0.60.8/configure:21375:        *:*) ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;;
aspell-0.60.8/configure-21376-      esac
##############################################
aspell-0.60.8/configure-21379-        # Adjust a relative srcdir.
aspell-0.60.8/configure:21380:        ac_dir=`echo "$ac_file"|sed 's%/[^/][^/]*$%%'`
aspell-0.60.8/configure:21381:        ac_dir_suffix=/`echo "$ac_dir"|sed 's%^\./%%'`
aspell-0.60.8/configure:21382:        ac_dots=`echo "$ac_dir_suffix"|sed 's%/[^/]*%../%g'`
aspell-0.60.8/configure-21383-        # In autoconf-2.13 it is called $ac_given_srcdir.
##############################################
aspell-0.60.8/configure-21386-        case "$ac_given_srcdir" in
aspell-0.60.8/configure:21387:          .)  top_srcdir=`echo $ac_dots|sed 's%/$%%'` ;;
aspell-0.60.8/configure-21388-          /*) top_srcdir="$ac_given_srcdir" ;;
##############################################
aspell-0.60.8/configure-21407-            fi
aspell-0.60.8/configure:21408:            ALL_LINGUAS_=`sed -e "/^#/d" -e "s/#.*//" "$ac_given_srcdir/$ac_dir/LINGUAS"`
aspell-0.60.8/configure-21409-            # Hide the ALL_LINGUAS assignment from automake < 1.5.
##############################################
aspell-0.60.8/compile-67-	mingw/*)
aspell-0.60.8/compile:68:	  file=`cmd //C echo "$file " | sed -e 's/"\(.*\) " *$/\1/'`
aspell-0.60.8/compile-69-	  ;;
aspell-0.60.8/compile-70-	cygwin/*)
aspell-0.60.8/compile:71:	  file=`cygpath -m "$file" || echo "$file"`
aspell-0.60.8/compile-72-	  ;;
aspell-0.60.8/compile-73-	wine/*)
aspell-0.60.8/compile:74:	  file=`winepath -w "$file" || echo "$file"`
aspell-0.60.8/compile-75-	  ;;
##############################################
aspell-0.60.8/compile-309-# Name of file we expect compiler to create.
aspell-0.60.8/compile:310:cofile=`echo "$cfile" | sed 's|^.*[\\/]||; s|^[a-zA-Z]:||; s/\.c$/.o/'`
aspell-0.60.8/compile-311-
##############################################
aspell-0.60.8/compile-315-# object file name, since that is what matters with a parallel build.
aspell-0.60.8/compile:316:lockdir=`echo "$cofile" | sed -e 's|[/\\:.-]|_|g'`.d
aspell-0.60.8/compile-317-while true; do
##############################################
aspell-0.60.8/lib5/Makefile.in-40-  { \
aspell-0.60.8/lib5/Makefile.in:41:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
aspell-0.60.8/lib5/Makefile.in-42-  }; \
##############################################
aspell-0.60.8/lib5/Makefile.in-99-CONFIG_CLEAN_VPATH_FILES =
aspell-0.60.8/lib5/Makefile.in:100:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
aspell-0.60.8/lib5/Makefile.in-101-am__vpath_adj = case $$p in \
aspell-0.60.8/lib5/Makefile.in:102:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
aspell-0.60.8/lib5/Makefile.in-103-    *) f=$$p;; \
aspell-0.60.8/lib5/Makefile.in-104-  esac;
aspell-0.60.8/lib5/Makefile.in:105:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
aspell-0.60.8/lib5/Makefile.in-106-am__install_max = 40
aspell-0.60.8/lib5/Makefile.in-107-am__nobase_strip_setup = \
aspell-0.60.8/lib5/Makefile.in:108:  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
aspell-0.60.8/lib5/Makefile.in-109-am__nobase_strip = \
##############################################
aspell-0.60.8/lib5/Makefile.in-461-.cpp.obj:
aspell-0.60.8/lib5/Makefile.in:462:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
aspell-0.60.8/lib5/Makefile.in-463-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
##############################################
aspell-0.60.8/lib5/Makefile.in-465-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
aspell-0.60.8/lib5/Makefile.in:466:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
aspell-0.60.8/lib5/Makefile.in-467-
##############################################
aspell-0.60.8/lib5/Makefile.in-510-GTAGS:
aspell-0.60.8/lib5/Makefile.in:511:	here=`$(am__cd) $(top_builddir) && pwd` \
aspell-0.60.8/lib5/Makefile.in-512-	  && $(am__cd) $(top_srcdir) \
##############################################
aspell-0.60.8/lib5/Makefile.in-533-distdir: $(DISTFILES)
aspell-0.60.8/lib5/Makefile.in:534:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
aspell-0.60.8/lib5/Makefile.in:535:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
aspell-0.60.8/lib5/Makefile.in-536-	list='$(DISTFILES)'; \
##############################################
aspell-0.60.8/lib5/Makefile.in-547-	  if test -d $$d/$$file; then \
aspell-0.60.8/lib5/Makefile.in:548:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
aspell-0.60.8/lib5/Makefile.in-549-	    if test -d "$(distdir)/$$file"; then \
##############################################
aspell-0.60.8/test/suggest/05-common-fast-expect.res-1259-Dravadian	Dravidian	1	6	Dravidian, Dravidian's, Tragedian, Dreading, Drafting, Derivation
aspell-0.60.8/test/suggest/05-common-fast-expect.res:1260:dreasm	dreams	1	18	dreams, dream, drams, dreamy, dress, dram, dressy, deism, treas, dream's, truism, dress's, drums, trams, Drew's, dram's, drum's, tram's
aspell-0.60.8/test/suggest/05-common-fast-expect.res-1261-driectly	directly	1	14	directly, erectly, strictly, direct, directory, directs, directed, directer, director, dirtily, correctly, rectal, dactyl, rectally
##############################################
aspell-0.60.8/test/suggest/05-common.tab-1259-Dravadian	Dravidian
aspell-0.60.8/test/suggest/05-common.tab:1260:dreasm	dreams
aspell-0.60.8/test/suggest/05-common.tab-1261-driectly	directly
##############################################
aspell-0.60.8/test/suggest/05-common-ultra-expect.res-1259-Dravadian	Dravidian	1	3	Dravidian, Drafting, Drifting
aspell-0.60.8/test/suggest/05-common-ultra-expect.res:1260:dreasm	dreams	1	4	dreams, dream, dream's, truism
aspell-0.60.8/test/suggest/05-common-ultra-expect.res-1261-driectly	directly	1	2	directly, turgidly
##############################################
aspell-0.60.8/test/suggest/05-common-ultra-nokbd-expect.res-1259-Dravadian	Dravidian	1	3	Dravidian, Drafting, Drifting
aspell-0.60.8/test/suggest/05-common-ultra-nokbd-expect.res:1260:dreasm	dreams	1	4	dreams, dream, dream's, truism
aspell-0.60.8/test/suggest/05-common-ultra-nokbd-expect.res-1261-driectly	directly	1	2	directly, turgidly
##############################################
aspell-0.60.8/test/suggest/05-common-normal-expect.res-1259-Dravadian	Dravidian	1	6	Dravidian, Dravidian's, Tragedian, Dreading, Drafting, Derivation
aspell-0.60.8/test/suggest/05-common-normal-expect.res:1260:dreasm	dreams	1	18	dreams, dream, drams, dreamy, dress, dram, dressy, deism, treas, dream's, truism, dress's, drums, trams, Drew's, dram's, drum's, tram's
aspell-0.60.8/test/suggest/05-common-normal-expect.res-1261-driectly	directly	1	14	directly, erectly, strictly, direct, directory, directs, directed, directer, director, dirtily, correctly, rectal, dactyl, rectally
##############################################
aspell-0.60.8/test/suggest/05-common-normal-nokbd-expect.res-1259-Dravadian	Dravidian	1	6	Dravidian, Dravidian's, Tragedian, Dreading, Drafting, Derivation
aspell-0.60.8/test/suggest/05-common-normal-nokbd-expect.res:1260:dreasm	dreams	1	18	dreams, dream, drams, dreamy, dram, deism, dress, treas, dressy, dream's, truism, drums, trams, Drew's, dress's, dram's, drum's, tram's
aspell-0.60.8/test/suggest/05-common-normal-nokbd-expect.res-1261-driectly	directly	1	14	directly, erectly, direct, directory, directs, directed, directer, director, strictly, dirtily, correctly, rectal, dactyl, rectally
##############################################
aspell-0.60.8/test/suggest/05-common-slow-expect.res-1259-Dravadian	Dravidian	1	13	Dravidian, Dravidian's, Arcadian, Tragedian, Barbadian, Dreading, Radian, Nevadian, Drafting, Ramadan, Draconian, Derivation, Grenadian
aspell-0.60.8/test/suggest/05-common-slow-expect.res:1260:dreasm	dreams	1	20	dreams, dream, drams, dreamy, dress, dram, dressy, deism, treas, dream's, reams, truism, dress's, drums, trams, Drew's, dram's, drum's, ream's, tram's
aspell-0.60.8/test/suggest/05-common-slow-expect.res-1261-driectly	directly	1	17	directly, erectly, strictly, direct, directory, directs, directed, directer, director, dirtily, correctly, direly, priestly, rectal, dactyl, rectally, indirectly
##############################################
aspell-0.60.8/config.guess-34-
aspell-0.60.8/config.guess:35:me=`echo "$0" | sed -e 's,.*/,,'`
aspell-0.60.8/config.guess-36-
##############################################
aspell-0.60.8/config.guess-102-: ${TMPDIR=/tmp} ;
aspell-0.60.8/config.guess:103: { tmp=`(umask 077 && mktemp -d "$TMPDIR/cgXXXXXX") 2>/dev/null` && test -n "$tmp" && test -d "$tmp" ; } ||
aspell-0.60.8/config.guess-104- { test -n "$RANDOM" && tmp=$TMPDIR/cg$$-$RANDOM && (umask 077 && mkdir $tmp) ; } ||
##############################################
aspell-0.60.8/config.guess-151-	EOF
aspell-0.60.8/config.guess:152:	eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep '^LIBC' | sed 's, ,,g'`
aspell-0.60.8/config.guess-153-	;;
##############################################
aspell-0.60.8/config.guess-209-	    *)
aspell-0.60.8/config.guess:210:		release=`echo ${UNAME_RELEASE}|sed -e 's/[-_].*/\./'`
aspell-0.60.8/config.guess-211-		;;
##############################################
aspell-0.60.8/config.guess-240-	*4.0)
aspell-0.60.8/config.guess:241:		UNAME_RELEASE=`/usr/sbin/sizer -v | awk '{print $3}'`
aspell-0.60.8/config.guess-242-		;;
aspell-0.60.8/config.guess-243-	*5.*)
aspell-0.60.8/config.guess:244:		UNAME_RELEASE=`/usr/sbin/sizer -v | awk '{print $4}'`
aspell-0.60.8/config.guess-245-		;;
##############################################
aspell-0.60.8/config.guess-250-	# types through head -n 1, so we only detect the type of CPU 0.
aspell-0.60.8/config.guess:251:	ALPHA_CPU_TYPE=`/usr/sbin/psrinfo -v | sed -n -e 's/^  The alpha \(.*\) processor.*$/\1/p' | head -n 1`
aspell-0.60.8/config.guess-252-	case "$ALPHA_CPU_TYPE" in
##############################################
aspell-0.60.8/config.guess-288-	# 1.2 uses "1.2" for uname -r.
aspell-0.60.8/config.guess:289:	echo ${UNAME_MACHINE}-dec-osf`echo ${UNAME_RELEASE} | sed -e 's/^[PVTX]//' | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz'`
aspell-0.60.8/config.guess-290-	# Reset EXIT trap before exiting to avoid spurious non-zero exit code.
##############################################
aspell-0.60.8/config.guess-348-    s390x:SunOS:*:*)
aspell-0.60.8/config.guess:349:	echo ${UNAME_MACHINE}-ibm-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
aspell-0.60.8/config.guess-350-	exit ;;
aspell-0.60.8/config.guess-351-    sun4H:SunOS:5.*:*)
aspell-0.60.8/config.guess:352:	echo sparc-hal-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
aspell-0.60.8/config.guess-353-	exit ;;
aspell-0.60.8/config.guess-354-    sun4*:SunOS:5.*:* | tadpole*:SunOS:5.*:*)
aspell-0.60.8/config.guess:355:	echo sparc-sun-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
aspell-0.60.8/config.guess-356-	exit ;;
##############################################
aspell-0.60.8/config.guess-373-	fi
aspell-0.60.8/config.guess:374:	echo ${SUN_ARCH}-pc-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
aspell-0.60.8/config.guess-375-	exit ;;
##############################################
aspell-0.60.8/config.guess-379-	# it's likely to be more like Solaris than SunOS4.
aspell-0.60.8/config.guess:380:	echo sparc-sun-solaris3`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
aspell-0.60.8/config.guess-381-	exit ;;
##############################################
aspell-0.60.8/config.guess-388-	# Japanese Language versions have a version number like `4.1.3-JL'.
aspell-0.60.8/config.guess:389:	echo sparc-sun-sunos`echo ${UNAME_RELEASE}|sed -e 's/-/_/'`
aspell-0.60.8/config.guess-390-	exit ;;
##############################################
aspell-0.60.8/config.guess-394-    sun*:*:4.2BSD:*)
aspell-0.60.8/config.guess:395:	UNAME_RELEASE=`(sed 1q /etc/motd | awk '{print substr($5,1,3)}') 2>/dev/null`
aspell-0.60.8/config.guess-396-	test "x${UNAME_RELEASE}" = "x" && UNAME_RELEASE=3
##############################################
aspell-0.60.8/config.guess-476-	$CC_FOR_BUILD -o $dummy $dummy.c &&
aspell-0.60.8/config.guess:477:	  dummyarg=`echo "${UNAME_RELEASE}" | sed -n 's/\([0-9]*\).*/\1/p'` &&
aspell-0.60.8/config.guess:478:	  SYSTEM_NAME=`$dummy $dummyarg` &&
aspell-0.60.8/config.guess-479-	    { echo "$SYSTEM_NAME"; exit; }
##############################################
aspell-0.60.8/config.guess-532-    *:IRIX*:*:*)
aspell-0.60.8/config.guess:533:	echo mips-sgi-irix`echo ${UNAME_RELEASE}|sed -e 's/-/_/g'`
aspell-0.60.8/config.guess-534-	exit ;;
##############################################
aspell-0.60.8/config.guess-562-EOF
aspell-0.60.8/config.guess:563:		if $CC_FOR_BUILD -o $dummy $dummy.c && SYSTEM_NAME=`$dummy`
aspell-0.60.8/config.guess-564-		then
##############################################
aspell-0.60.8/config.guess-575-    *:AIX:*:[4567])
aspell-0.60.8/config.guess:576:	IBM_CPU_ID=`/usr/sbin/lsdev -C -c processor -S available | sed 1q | awk '{ print $1 }'`
aspell-0.60.8/config.guess-577-	if /usr/sbin/lsattr -El ${IBM_CPU_ID} | grep ' POWER' >/dev/null 2>&1; then
##############################################
aspell-0.60.8/config.guess-610-    9000/[34678]??:HP-UX:*:*)
aspell-0.60.8/config.guess:611:	HPUX_REV=`echo ${UNAME_RELEASE}|sed -e 's/[^.]*.[0B]*//'`
aspell-0.60.8/config.guess-612-	case "${UNAME_MACHINE}" in
##############################################
aspell-0.60.8/config.guess-664-EOF
aspell-0.60.8/config.guess:665:		    (CCOPTS= $CC_FOR_BUILD -o $dummy $dummy.c 2>/dev/null) && HP_ARCH=`$dummy`
aspell-0.60.8/config.guess-666-		    test -z "$HP_ARCH" && HP_ARCH=hppa
##############################################
aspell-0.60.8/config.guess-692-    ia64:HP-UX:*:*)
aspell-0.60.8/config.guess:693:	HPUX_REV=`echo ${UNAME_RELEASE}|sed -e 's/[^.]*.[0B]*//'`
aspell-0.60.8/config.guess-694-	echo ia64-hp-hpux${HPUX_REV}
##############################################
aspell-0.60.8/config.guess-722-EOF
aspell-0.60.8/config.guess:723:	$CC_FOR_BUILD -o $dummy $dummy.c && SYSTEM_NAME=`$dummy` &&
aspell-0.60.8/config.guess-724-		{ echo "$SYSTEM_NAME"; exit; }
##############################################
aspell-0.60.8/config.guess-793-	FUJITSU_SYS=`uname -p | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/\///'`
aspell-0.60.8/config.guess:794:	FUJITSU_REL=`echo ${UNAME_RELEASE} | sed -e 's/ /_/'`
aspell-0.60.8/config.guess-795-	echo "${FUJITSU_PROC}-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}"
##############################################
aspell-0.60.8/config.guess-798-	FUJITSU_SYS=`uname -p | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/\///'`
aspell-0.60.8/config.guess:799:	FUJITSU_REL=`echo ${UNAME_RELEASE} | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/ /_/'`
aspell-0.60.8/config.guess-800-	echo "sparc-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}"
##############################################
aspell-0.60.8/config.guess-814-	    amd64)
aspell-0.60.8/config.guess:815:		echo x86_64-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` ;;
aspell-0.60.8/config.guess-816-	    *)
aspell-0.60.8/config.guess:817:		echo ${UNAME_PROCESSOR}-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` ;;
aspell-0.60.8/config.guess-818-	esac
##############################################
aspell-0.60.8/config.guess-872-    prep*:SunOS:5.*:*)
aspell-0.60.8/config.guess:873:	echo powerpcle-unknown-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
aspell-0.60.8/config.guess-874-	exit ;;
##############################################
aspell-0.60.8/config.guess-876-	# the GNU system
aspell-0.60.8/config.guess:877:	echo `echo ${UNAME_MACHINE}|sed -e 's,[-/].*$,,'`-unknown-${LIBC}`echo ${UNAME_RELEASE}|sed -e 's,/.*$,,'`
aspell-0.60.8/config.guess-878-	exit ;;
##############################################
aspell-0.60.8/config.guess-880-	# other systems with GNU libc and userland
aspell-0.60.8/config.guess:881:	echo ${UNAME_MACHINE}-unknown-`echo ${UNAME_SYSTEM} | sed 's,^[^/]*/,,' | tr '[A-Z]' '[a-z]'``echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'`-${LIBC}
aspell-0.60.8/config.guess-882-	exit ;;
##############################################
aspell-0.60.8/config.guess-968-EOF
aspell-0.60.8/config.guess:969:	eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep '^CPU'`
aspell-0.60.8/config.guess-970-	test x"${CPU}" != x && { echo "${CPU}-unknown-linux-${LIBC}"; exit; }
##############################################
aspell-0.60.8/config.guess-1062-    i*86:*:4.*:* | i*86:SYSTEM_V:4.*:*)
aspell-0.60.8/config.guess:1063:	UNAME_REL=`echo ${UNAME_RELEASE} | sed 's/\/MP$//'`
aspell-0.60.8/config.guess-1064-	if grep Novell /usr/include/link.h >/dev/null 2>/dev/null; then
##############################################
aspell-0.60.8/config.guess-1262-	fi
aspell-0.60.8/config.guess:1263:	if test `echo "$UNAME_RELEASE" | sed -e 's/\..*//'` -le 10 ; then
aspell-0.60.8/config.guess-1264-	    if [ "$CC_FOR_BUILD" != 'no_compiler_found' ]; then
##############################################
aspell-0.60.8/config.guess-1347-    *:DragonFly:*:*)
aspell-0.60.8/config.guess:1348:	echo ${UNAME_MACHINE}-unknown-dragonfly`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'`
aspell-0.60.8/config.guess-1349-	exit ;;
##############################################
aspell-0.60.8/config.guess-1360-    i*86:skyos:*:*)
aspell-0.60.8/config.guess:1361:	echo ${UNAME_MACHINE}-pc-skyos`echo ${UNAME_RELEASE}` | sed -e 's/ .*$//'
aspell-0.60.8/config.guess-1362-	exit ;;
##############################################
aspell-0.60.8/scripts/ispell-25--e          ) shift; exec aspell expand "$@" ;;
aspell-0.60.8/scripts/ispell:26:-e?         ) shift; exec aspell expand `expr "x$command" : '...\(.\)'` "$@" ;;
aspell-0.60.8/scripts/ispell-27--D          ) shift; exec aspell dump affix "$@" ;;
##############################################
aspell-0.60.8/scripts/prezip-14-
aspell-0.60.8/scripts/prezip:15:cmd=`basename "$0"`
aspell-0.60.8/scripts/prezip-16-
##############################################
aspell-0.60.8/scripts/prezip-81-  --*)
aspell-0.60.8/scripts/prezip:82:    parm=`expr "x$p" : '...\(.*\)'`
aspell-0.60.8/scripts/prezip-83-    case $parm in
##############################################
aspell-0.60.8/scripts/prezip-98-  -* ) 
aspell-0.60.8/scripts/prezip:99:    p=`expr "x$p" : '..\(.*\)'`
aspell-0.60.8/scripts/prezip-100-    while test "$p"
aspell-0.60.8/scripts/prezip-101-    do
aspell-0.60.8/scripts/prezip:102:      parm=`expr "$p" : '\(.\)'`
aspell-0.60.8/scripts/prezip:103:      p=`expr "$p" : '.\(.*\)'`
aspell-0.60.8/scripts/prezip-104-      case $parm in
##############################################
aspell-0.60.8/scripts/prezip-120-  * )
aspell-0.60.8/scripts/prezip:121:    num=`expr $num + 1`
aspell-0.60.8/scripts/prezip-122-    ;;
##############################################
aspell-0.60.8/scripts/prezip-202-          d )
aspell-0.60.8/scripts/prezip:203:            dir=`dirname "$f"`
aspell-0.60.8/scripts/prezip:204:            file=`basename "$f"`
aspell-0.60.8/scripts/prezip:205:            base=`basename "$f" .pz`
aspell-0.60.8/scripts/prezip:206:            base2=`basename "$f" .cwl`
aspell-0.60.8/scripts/prezip-207-            if test "$file" != "$base"
##############################################
aspell-0.60.8/scripts/prezip-224-          z )
aspell-0.60.8/scripts/prezip:225:            dir=`dirname "$f"`
aspell-0.60.8/scripts/prezip:226:            file=`basename "$f"`
aspell-0.60.8/scripts/prezip:227:            base=`basename "$f" .wl`
aspell-0.60.8/scripts/prezip-228-            if test "$nocwl" -o "$file" = "$base"
##############################################
aspell-0.60.8/scripts/precat-14-
aspell-0.60.8/scripts/precat:15:cmd=`basename "$0"`
aspell-0.60.8/scripts/precat-16-
##############################################
aspell-0.60.8/scripts/precat-81-  --*)
aspell-0.60.8/scripts/precat:82:    parm=`expr "x$p" : '...\(.*\)'`
aspell-0.60.8/scripts/precat-83-    case $parm in
##############################################
aspell-0.60.8/scripts/precat-98-  -* ) 
aspell-0.60.8/scripts/precat:99:    p=`expr "x$p" : '..\(.*\)'`
aspell-0.60.8/scripts/precat-100-    while test "$p"
aspell-0.60.8/scripts/precat-101-    do
aspell-0.60.8/scripts/precat:102:      parm=`expr "$p" : '\(.\)'`
aspell-0.60.8/scripts/precat:103:      p=`expr "$p" : '.\(.*\)'`
aspell-0.60.8/scripts/precat-104-      case $parm in
##############################################
aspell-0.60.8/scripts/precat-120-  * )
aspell-0.60.8/scripts/precat:121:    num=`expr $num + 1`
aspell-0.60.8/scripts/precat-122-    ;;
##############################################
aspell-0.60.8/scripts/precat-202-          d )
aspell-0.60.8/scripts/precat:203:            dir=`dirname "$f"`
aspell-0.60.8/scripts/precat:204:            file=`basename "$f"`
aspell-0.60.8/scripts/precat:205:            base=`basename "$f" .pz`
aspell-0.60.8/scripts/precat:206:            base2=`basename "$f" .cwl`
aspell-0.60.8/scripts/precat-207-            if test "$file" != "$base"
##############################################
aspell-0.60.8/scripts/precat-224-          z )
aspell-0.60.8/scripts/precat:225:            dir=`dirname "$f"`
aspell-0.60.8/scripts/precat:226:            file=`basename "$f"`
aspell-0.60.8/scripts/precat:227:            base=`basename "$f" .wl`
aspell-0.60.8/scripts/precat-228-            if test "$nocwl" -o "$file" = "$base"
##############################################
aspell-0.60.8/scripts/preunzip-14-
aspell-0.60.8/scripts/preunzip:15:cmd=`basename "$0"`
aspell-0.60.8/scripts/preunzip-16-
##############################################
aspell-0.60.8/scripts/preunzip-81-  --*)
aspell-0.60.8/scripts/preunzip:82:    parm=`expr "x$p" : '...\(.*\)'`
aspell-0.60.8/scripts/preunzip-83-    case $parm in
##############################################
aspell-0.60.8/scripts/preunzip-98-  -* ) 
aspell-0.60.8/scripts/preunzip:99:    p=`expr "x$p" : '..\(.*\)'`
aspell-0.60.8/scripts/preunzip-100-    while test "$p"
aspell-0.60.8/scripts/preunzip-101-    do
aspell-0.60.8/scripts/preunzip:102:      parm=`expr "$p" : '\(.\)'`
aspell-0.60.8/scripts/preunzip:103:      p=`expr "$p" : '.\(.*\)'`
aspell-0.60.8/scripts/preunzip-104-      case $parm in
##############################################
aspell-0.60.8/scripts/preunzip-120-  * )
aspell-0.60.8/scripts/preunzip:121:    num=`expr $num + 1`
aspell-0.60.8/scripts/preunzip-122-    ;;
##############################################
aspell-0.60.8/scripts/preunzip-202-          d )
aspell-0.60.8/scripts/preunzip:203:            dir=`dirname "$f"`
aspell-0.60.8/scripts/preunzip:204:            file=`basename "$f"`
aspell-0.60.8/scripts/preunzip:205:            base=`basename "$f" .pz`
aspell-0.60.8/scripts/preunzip:206:            base2=`basename "$f" .cwl`
aspell-0.60.8/scripts/preunzip-207-            if test "$file" != "$base"
##############################################
aspell-0.60.8/scripts/preunzip-224-          z )
aspell-0.60.8/scripts/preunzip:225:            dir=`dirname "$f"`
aspell-0.60.8/scripts/preunzip:226:            file=`basename "$f"`
aspell-0.60.8/scripts/preunzip:227:            base=`basename "$f" .wl`
aspell-0.60.8/scripts/preunzip-228-            if test "$nocwl" -o "$file" = "$base"
##############################################
aspell-0.60.8/Makefile.in-44-  { \
aspell-0.60.8/Makefile.in:45:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
aspell-0.60.8/Makefile.in-46-  }; \
##############################################
aspell-0.60.8/Makefile.in-144-CONFIG_CLEAN_VPATH_FILES =
aspell-0.60.8/Makefile.in:145:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
aspell-0.60.8/Makefile.in-146-am__vpath_adj = case $$p in \
aspell-0.60.8/Makefile.in:147:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
aspell-0.60.8/Makefile.in-148-    *) f=$$p;; \
aspell-0.60.8/Makefile.in-149-  esac;
aspell-0.60.8/Makefile.in:150:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
aspell-0.60.8/Makefile.in-151-am__install_max = 40
aspell-0.60.8/Makefile.in-152-am__nobase_strip_setup = \
aspell-0.60.8/Makefile.in:153:  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
aspell-0.60.8/Makefile.in-154-am__nobase_strip = \
##############################################
aspell-0.60.8/Makefile.in-492-  while test -n "$$dir1"; do \
aspell-0.60.8/Makefile.in:493:    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
aspell-0.60.8/Makefile.in-494-    if test "$$first" != "."; then \
aspell-0.60.8/Makefile.in-495-      if test "$$first" = ".."; then \
aspell-0.60.8/Makefile.in:496:        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
aspell-0.60.8/Makefile.in:497:        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
aspell-0.60.8/Makefile.in-498-      else \
aspell-0.60.8/Makefile.in:499:        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
aspell-0.60.8/Makefile.in-500-        if test "$$first2" = "$$first"; then \
aspell-0.60.8/Makefile.in:501:          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
aspell-0.60.8/Makefile.in-502-        else \
##############################################
aspell-0.60.8/Makefile.in-507-    fi; \
aspell-0.60.8/Makefile.in:508:    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
aspell-0.60.8/Makefile.in-509-  done; \
##############################################
aspell-0.60.8/Makefile.in-1289-	test -n "$(EXEEXT)" || exit 0; \
aspell-0.60.8/Makefile.in:1290:	list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
aspell-0.60.8/Makefile.in-1291-	echo " rm -f" $$list; \
##############################################
aspell-0.60.8/Makefile.in-1482-.c.o:
aspell-0.60.8/Makefile.in:1483:@am__fastdepCC_TRUE@	$(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\
aspell-0.60.8/Makefile.in-1484-@am__fastdepCC_TRUE@	$(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
##############################################
aspell-0.60.8/Makefile.in-1490-.c.obj:
aspell-0.60.8/Makefile.in:1491:@am__fastdepCC_TRUE@	$(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\
aspell-0.60.8/Makefile.in:1492:@am__fastdepCC_TRUE@	$(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\
aspell-0.60.8/Makefile.in-1493-@am__fastdepCC_TRUE@	$(am__mv) $$depbase.Tpo $$depbase.Po
##############################################
aspell-0.60.8/Makefile.in-1495-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
aspell-0.60.8/Makefile.in:1496:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
aspell-0.60.8/Makefile.in-1497-
aspell-0.60.8/Makefile.in-1498-.c.lo:
aspell-0.60.8/Makefile.in:1499:@am__fastdepCC_TRUE@	$(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\
aspell-0.60.8/Makefile.in-1500-@am__fastdepCC_TRUE@	$(LTCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
##############################################
aspell-0.60.8/Makefile.in-1506-.cpp.o:
aspell-0.60.8/Makefile.in:1507:@am__fastdepCXX_TRUE@	$(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\
aspell-0.60.8/Makefile.in-1508-@am__fastdepCXX_TRUE@	$(CXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
##############################################
aspell-0.60.8/Makefile.in-1514-.cpp.obj:
aspell-0.60.8/Makefile.in:1515:@am__fastdepCXX_TRUE@	$(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\
aspell-0.60.8/Makefile.in:1516:@am__fastdepCXX_TRUE@	$(CXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\
aspell-0.60.8/Makefile.in-1517-@am__fastdepCXX_TRUE@	$(am__mv) $$depbase.Tpo $$depbase.Po
##############################################
aspell-0.60.8/Makefile.in-1519-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
aspell-0.60.8/Makefile.in:1520:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
aspell-0.60.8/Makefile.in-1521-
aspell-0.60.8/Makefile.in-1522-.cpp.lo:
aspell-0.60.8/Makefile.in:1523:@am__fastdepCXX_TRUE@	$(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\
aspell-0.60.8/Makefile.in-1524-@am__fastdepCXX_TRUE@	$(LTCXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
##############################################
aspell-0.60.8/Makefile.in-1561-	@list='$(filter_DATA)'; test -n "$(filterdir)" || list=; \
aspell-0.60.8/Makefile.in:1562:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
aspell-0.60.8/Makefile.in-1563-	dir='$(DESTDIR)$(filterdir)'; $(am__uninstall_files_from_dir)
##############################################
aspell-0.60.8/Makefile.in-1582-	@list='$(opt_DATA)'; test -n "$(optdir)" || list=; \
aspell-0.60.8/Makefile.in:1583:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
aspell-0.60.8/Makefile.in-1584-	dir='$(DESTDIR)$(optdir)'; $(am__uninstall_files_from_dir)
##############################################
aspell-0.60.8/Makefile.in-1603-	@list='$(pkgdata_DATA)'; test -n "$(pkgdatadir)" || list=; \
aspell-0.60.8/Makefile.in:1604:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
aspell-0.60.8/Makefile.in-1605-	dir='$(DESTDIR)$(pkgdatadir)'; $(am__uninstall_files_from_dir)
##############################################
aspell-0.60.8/Makefile.in-1624-	@list='$(include_HEADERS)'; test -n "$(includedir)" || list=; \
aspell-0.60.8/Makefile.in:1625:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
aspell-0.60.8/Makefile.in-1626-	dir='$(DESTDIR)$(includedir)'; $(am__uninstall_files_from_dir)
##############################################
aspell-0.60.8/Makefile.in-1645-	@list='$(pspell_include_HEADERS)'; test -n "$(pspell_includedir)" || list=; \
aspell-0.60.8/Makefile.in:1646:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
aspell-0.60.8/Makefile.in-1647-	dir='$(DESTDIR)$(pspell_includedir)'; $(am__uninstall_files_from_dir)
##############################################
aspell-0.60.8/Makefile.in-1662-	dot_seen=no; \
aspell-0.60.8/Makefile.in:1663:	target=`echo $@ | sed s/-recursive//`; \
aspell-0.60.8/Makefile.in-1664-	case "$@" in \
##############################################
aspell-0.60.8/Makefile.in-1725-GTAGS:
aspell-0.60.8/Makefile.in:1726:	here=`$(am__cd) $(top_builddir) && pwd` \
aspell-0.60.8/Makefile.in-1727-	  && $(am__cd) $(top_srcdir) \
##############################################
aspell-0.60.8/Makefile.in-1757-	test -d "$(distdir)" || mkdir "$(distdir)"
aspell-0.60.8/Makefile.in:1758:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
aspell-0.60.8/Makefile.in:1759:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
aspell-0.60.8/Makefile.in-1760-	list='$(DISTFILES)'; \
##############################################
aspell-0.60.8/Makefile.in-1771-	  if test -d $$d/$$file; then \
aspell-0.60.8/Makefile.in:1772:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
aspell-0.60.8/Makefile.in-1773-	    if test -d "$(distdir)/$$file"; then \
##############################################
aspell-0.60.8/Makefile.in-1869-	}; \
aspell-0.60.8/Makefile.in:1870:	test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \
aspell-0.60.8/Makefile.in-1871-	   || { echo "ERROR: files left after uninstall:" ; \
##############################################
aspell-0.60.8/Makefile.in-1881-	fi
aspell-0.60.8/Makefile.in:1882:	@test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
aspell-0.60.8/Makefile.in-1883-	  || { echo "ERROR: files left in build directory after distclean:" ; \
##############################################
aspell-0.60.8/install-sh-229-      fi
aspell-0.60.8/install-sh:230:      cp_umask=`expr '(' 777 - $mode % 1000 ')' $u_plus_rw`;;
aspell-0.60.8/install-sh-231-    *)
##############################################
aspell-0.60.8/install-sh-276-      dstdir=$dst
aspell-0.60.8/install-sh:277:      dst=$dstdir/`basename "$src"`
aspell-0.60.8/install-sh-278-      dstdir_status=0
##############################################
aspell-0.60.8/install-sh-365-		   test_tmpdir="$tmpdir/a"
aspell-0.60.8/install-sh:366:		   ls_ld_tmpdir=`ls -ld "$test_tmpdir"`
aspell-0.60.8/install-sh-367-		   case $ls_ld_tmpdir in
##############################################
aspell-0.60.8/install-sh-372-		   $mkdirprog -m$different_mode -p -- "$test_tmpdir" && {
aspell-0.60.8/install-sh:373:		     ls_ld_tmpdir_1=`ls -ld "$test_tmpdir"`
aspell-0.60.8/install-sh-374-		     test "$ls_ld_tmpdir" = "$ls_ld_tmpdir_1"
##############################################
aspell-0.60.8/install-sh-432-	    case $prefix in
aspell-0.60.8/install-sh:433:	      *\'*) qprefix=`echo "$prefix" | sed "s/'/'\\\\\\\\''/g"`;;
aspell-0.60.8/install-sh-434-	      *) qprefix=$prefix;;
##############################################
aspell-0.60.8/install-sh-481-    if $copy_on_change &&
aspell-0.60.8/install-sh:482:       old=`LC_ALL=C ls -dlL "$dst"	2>/dev/null` &&
aspell-0.60.8/install-sh:483:       new=`LC_ALL=C ls -dlL "$dsttmp"	2>/dev/null` &&
aspell-0.60.8/install-sh-484-
##############################################
aspell-0.60.8/aclocal.m4-92-# iff we strip the leading $srcdir from $ac_aux_dir.  That would be:
aspell-0.60.8/aclocal.m4:93:#   am_aux_dir='\$(top_srcdir)/'`expr "$ac_aux_dir" : "$srcdir//*\(.*\)"`
aspell-0.60.8/aclocal.m4-94-# and then we would define $MISSING as
##############################################
aspell-0.60.8/aclocal.m4-107-# Expand $ac_aux_dir to an absolute path.
aspell-0.60.8/aclocal.m4:108:am_aux_dir=`cd "$ac_aux_dir" && pwd`
aspell-0.60.8/aclocal.m4-109-])
##############################################
aspell-0.60.8/aclocal.m4-205-  if test "$am_compiler_list" = ""; then
aspell-0.60.8/aclocal.m4:206:     am_compiler_list=`sed -n ['s/^#*\([a-zA-Z0-9]*\))$/\1/p'] < ./depcomp`
aspell-0.60.8/aclocal.m4-207-  fi
##############################################
aspell-0.60.8/aclocal.m4-356-    # Strip MF so we end up with the name of the file.
aspell-0.60.8/aclocal.m4:357:    mf=`echo "$mf" | sed -e 's/:.*$//'`
aspell-0.60.8/aclocal.m4-358-    # Check whether this is an Automake generated Makefile or not.
##############################################
aspell-0.60.8/aclocal.m4-365-    if sed -n 's,^#.*generated by automake.*,X,p' "$mf" | grep X >/dev/null 2>&1; then
aspell-0.60.8/aclocal.m4:366:      dirpart=`AS_DIRNAME("$mf")`
aspell-0.60.8/aclocal.m4-367-    else
##############################################
aspell-0.60.8/aclocal.m4-371-    # from the Makefile without running 'make'.
aspell-0.60.8/aclocal.m4:372:    DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
aspell-0.60.8/aclocal.m4-373-    test -z "$DEPDIR" && continue
aspell-0.60.8/aclocal.m4:374:    am__include=`sed -n 's/^am__include = //p' < "$mf"`
aspell-0.60.8/aclocal.m4-375-    test -z "$am__include" && continue
aspell-0.60.8/aclocal.m4:376:    am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
aspell-0.60.8/aclocal.m4-377-    # Find all dependency output files, they are included files with
##############################################
aspell-0.60.8/aclocal.m4-385-      test -f "$dirpart/$file" && continue
aspell-0.60.8/aclocal.m4:386:      fdir=`AS_DIRNAME(["$file"])`
aspell-0.60.8/aclocal.m4-387-      AS_MKDIR_P([$dirpart/$fdir])
##############################################
aspell-0.60.8/aclocal.m4-443-AC_REQUIRE([AC_PROG_INSTALL])dnl
aspell-0.60.8/aclocal.m4:444:if test "`cd $srcdir && pwd`" != "`pwd`"; then
aspell-0.60.8/aclocal.m4-445-  # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
##############################################
aspell-0.60.8/aclocal.m4-599-    * )
aspell-0.60.8/aclocal.m4:600:      _am_stamp_count=`expr $_am_stamp_count + 1` ;;
aspell-0.60.8/aclocal.m4-601-  esac
aspell-0.60.8/aclocal.m4-602-done
aspell-0.60.8/aclocal.m4:603:echo "timestamp for $_am_arg" >`AS_DIRNAME(["$_am_arg"])`/stamp-h[]$_am_stamp_count])
aspell-0.60.8/aclocal.m4-604-
##############################################
aspell-0.60.8/aclocal.m4-706-# Ignore all kinds of additional output from 'make'.
aspell-0.60.8/aclocal.m4:707:case `$am_make -s -f confmf 2> /dev/null` in #(
aspell-0.60.8/aclocal.m4-708-*the\ am__doit\ target*)
##############################################
aspell-0.60.8/aclocal.m4-716-   echo '.include "confinc"' > confmf
aspell-0.60.8/aclocal.m4:717:   case `$am_make -s -f confmf 2> /dev/null` in #(
aspell-0.60.8/aclocal.m4-718-   *the\ am__doit\ target*)
##############################################
aspell-0.60.8/aclocal.m4-927-     echo "timestamp, slept: $am_has_slept" > conftest.file
aspell-0.60.8/aclocal.m4:928:     set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
aspell-0.60.8/aclocal.m4-929-     if test "$[*]" = "X"; then
aspell-0.60.8/aclocal.m4-930-	# -L didn't work.
aspell-0.60.8/aclocal.m4:931:	set X `ls -t "$srcdir/configure" conftest.file`
aspell-0.60.8/aclocal.m4-932-     fi
##############################################
aspell-0.60.8/examples/Makefile.in-40-  { \
aspell-0.60.8/examples/Makefile.in:41:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
aspell-0.60.8/examples/Makefile.in-42-  }; \
##############################################
aspell-0.60.8/examples/Makefile.in-364-	test -n "$(EXEEXT)" || exit 0; \
aspell-0.60.8/examples/Makefile.in:365:	list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
aspell-0.60.8/examples/Makefile.in-366-	echo " rm -f" $$list; \
##############################################
aspell-0.60.8/examples/Makefile.in-393-.c.obj:
aspell-0.60.8/examples/Makefile.in:394:@am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
aspell-0.60.8/examples/Makefile.in-395-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
##############################################
aspell-0.60.8/examples/Makefile.in-397-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
aspell-0.60.8/examples/Makefile.in:398:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
aspell-0.60.8/examples/Makefile.in-399-
##############################################
aspell-0.60.8/examples/Makefile.in-442-GTAGS:
aspell-0.60.8/examples/Makefile.in:443:	here=`$(am__cd) $(top_builddir) && pwd` \
aspell-0.60.8/examples/Makefile.in-444-	  && $(am__cd) $(top_srcdir) \
##############################################
aspell-0.60.8/examples/Makefile.in-465-distdir: $(DISTFILES)
aspell-0.60.8/examples/Makefile.in:466:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
aspell-0.60.8/examples/Makefile.in:467:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
aspell-0.60.8/examples/Makefile.in-468-	list='$(DISTFILES)'; \
##############################################
aspell-0.60.8/examples/Makefile.in-479-	  if test -d $$d/$$file; then \
aspell-0.60.8/examples/Makefile.in:480:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
aspell-0.60.8/examples/Makefile.in-481-	    if test -d "$(distdir)/$$file"; then \
##############################################
aspell-0.60.8/myspell/Makefile.in-40-  { \
aspell-0.60.8/myspell/Makefile.in:41:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
aspell-0.60.8/myspell/Makefile.in-42-  }; \
##############################################
aspell-0.60.8/myspell/Makefile.in-358-	test -n "$(EXEEXT)" || exit 0; \
aspell-0.60.8/myspell/Makefile.in:359:	list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
aspell-0.60.8/myspell/Makefile.in-360-	echo " rm -f" $$list; \
##############################################
aspell-0.60.8/myspell/Makefile.in-382-.c.obj:
aspell-0.60.8/myspell/Makefile.in:383:@am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
aspell-0.60.8/myspell/Makefile.in-384-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
##############################################
aspell-0.60.8/myspell/Makefile.in-386-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
aspell-0.60.8/myspell/Makefile.in:387:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
aspell-0.60.8/myspell/Makefile.in-388-
##############################################
aspell-0.60.8/myspell/Makefile.in-431-GTAGS:
aspell-0.60.8/myspell/Makefile.in:432:	here=`$(am__cd) $(top_builddir) && pwd` \
aspell-0.60.8/myspell/Makefile.in-433-	  && $(am__cd) $(top_srcdir) \
##############################################
aspell-0.60.8/myspell/Makefile.in-454-distdir: $(DISTFILES)
aspell-0.60.8/myspell/Makefile.in:455:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
aspell-0.60.8/myspell/Makefile.in:456:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
aspell-0.60.8/myspell/Makefile.in-457-	list='$(DISTFILES)'; \
##############################################
aspell-0.60.8/myspell/Makefile.in-468-	  if test -d $$d/$$file; then \
aspell-0.60.8/myspell/Makefile.in:469:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
aspell-0.60.8/myspell/Makefile.in-470-	    if test -d "$(distdir)/$$file"; then \
##############################################
aspell-0.60.8/config.rpath-33-host="$1"
aspell-0.60.8/config.rpath:34:host_cpu=`echo "$host" | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
aspell-0.60.8/config.rpath:35:host_vendor=`echo "$host" | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
aspell-0.60.8/config.rpath:36:host_os=`echo "$host" | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
aspell-0.60.8/config.rpath-37-
##############################################
aspell-0.60.8/config.rpath-47-done
aspell-0.60.8/config.rpath:48:cc_basename=`echo "$cc_temp" | sed -e 's%^.*/%%'`
aspell-0.60.8/config.rpath-49-
##############################################
aspell-0.60.8/config.rpath-94-        *)
aspell-0.60.8/config.rpath:95:          case `$CC -V 2>&1 | sed 5q` in
aspell-0.60.8/config.rpath-96-            *Sun\ F* | *Sun*Fortran*)
##############################################
aspell-0.60.8/config.rpath-235-    sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*)
aspell-0.60.8/config.rpath:236:      case `$LD -v 2>&1` in
aspell-0.60.8/config.rpath-237-        *\ [01].* | *\ 2.[0-9].* | *\ 2.1[0-5].*)
##############################################
aspell-0.60.8/config.rpath-241-          if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then
aspell-0.60.8/config.rpath:242:            hardcode_libdir_flag_spec='`test -z "$SCOABSPATH" && echo ${wl}-rpath,$libdir`'
aspell-0.60.8/config.rpath-243-          else
##############################################
aspell-0.60.8/config.rpath-298-        case $host_os in aix4.[012]|aix4.[012].*)
aspell-0.60.8/config.rpath:299:          collect2name=`${CC} -print-prog-name=collect2`
aspell-0.60.8/config.rpath-300-          if test -f "$collect2name" && \
##############################################
aspell-0.60.8/config.rpath-430-        hardcode_direct=yes
aspell-0.60.8/config.rpath:431:        if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
aspell-0.60.8/config.rpath-432-          hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
##############################################
aspell-0.60.8/config.rpath-494-    sysv5* | sco3.2v5* | sco5v6*)
aspell-0.60.8/config.rpath:495:      hardcode_libdir_flag_spec='`test -z "$SCOABSPATH" && echo ${wl}-R,$libdir`'
aspell-0.60.8/config.rpath-496-      hardcode_libdir_separator=':'
##############################################
aspell-0.60.8/config.rpath-645-sed_quote_subst='s/\(["`$\\]\)/\\\1/g'
aspell-0.60.8/config.rpath:646:escaped_wl=`echo "X$wl" | sed -e 's/^X//' -e "$sed_quote_subst"`
aspell-0.60.8/config.rpath:647:shlibext=`echo "$shrext" | sed -e 's,^\.,,'`
aspell-0.60.8/config.rpath:648:escaped_libname_spec=`echo "X$libname_spec" | sed -e 's/^X//' -e "$sed_quote_subst"`
aspell-0.60.8/config.rpath:649:escaped_library_names_spec=`echo "X$library_names_spec" | sed -e 's/^X//' -e "$sed_quote_subst"`
aspell-0.60.8/config.rpath:650:escaped_hardcode_libdir_flag_spec=`echo "X$hardcode_libdir_flag_spec" | sed -e 's/^X//' -e "$sed_quote_subst"`
aspell-0.60.8/config.rpath-651-
##############################################
aspell-0.60.8/po/Rules-quot-16-.insert-header.po-update-en:
aspell-0.60.8/po/Rules-quot:17:	@lang=`echo $@ | sed -e 's/\.po-update-en$$//'`; \
aspell-0.60.8/po/Rules-quot:18:	if test "$(PACKAGE)" = "gettext-tools"; then PATH=`pwd`/../src:$$PATH; GETTEXTLIBDIR=`cd $(top_srcdir)/src && pwd`; export GETTEXTLIBDIR; fi; \
aspell-0.60.8/po/Rules-quot-19-	tmpdir=`pwd`; \
aspell-0.60.8/po/Rules-quot-20-	echo "$$lang:"; \
aspell-0.60.8/po/Rules-quot:21:	ll=`echo $$lang | sed -e 's/@.*//'`; \
aspell-0.60.8/po/Rules-quot-22-	LC_ALL=C; export LC_ALL; \
##############################################
aspell-0.60.8/po/Rules-quot-25-	   | $(SED) -f $$tmpdir/$$lang.insert-header | $(MSGCONV) -t UTF-8 | \
aspell-0.60.8/po/Rules-quot:26:	   { case `$(MSGFILTER) --version | sed 1q | sed -e 's,^[^0-9]*,,'` in \
aspell-0.60.8/po/Rules-quot-27-	     '' | 0.[0-9] | 0.[0-9].* | 0.1[0-8] | 0.1[0-8].*) \
aspell-0.60.8/po/Rules-quot:28:	       $(MSGFILTER) $(SED) -f `echo $$lang | sed -e 's/.*@//'`.sed \
aspell-0.60.8/po/Rules-quot-29-	       ;; \
aspell-0.60.8/po/Rules-quot-30-	     *) \
aspell-0.60.8/po/Rules-quot:31:	       $(MSGFILTER) `echo $$lang | sed -e 's/.*@//'` \
aspell-0.60.8/po/Rules-quot-32-	       ;; \
##############################################
aspell-0.60.8/po/Makefile.in.in-99-.po.gmo:
aspell-0.60.8/po/Makefile.in.in:100:	@lang=`echo $* | sed -e 's,.*/,,'`; \
aspell-0.60.8/po/Makefile.in.in-101-	test "$(srcdir)" = . && cdcmd="" || cdcmd="cd $(srcdir) && "; \
##############################################
aspell-0.60.8/po/Makefile.in.in-180-	fi; \
aspell-0.60.8/po/Makefile.in.in:181:	case `$(XGETTEXT) --version | sed 1q | sed -e 's,^[^0-9]*,,'` in \
aspell-0.60.8/po/Makefile.in.in-182-	  '' | 0.[0-9] | 0.[0-9].* | 0.1[0-5] | 0.1[0-5].* | 0.16 | 0.16.[0-1]*) \
##############################################
aspell-0.60.8/po/Makefile.in.in-222-$(POFILES): $(POFILESDEPS)
aspell-0.60.8/po/Makefile.in.in:223:	@lang=`echo $@ | sed -e 's,.*/,,' -e 's/\.po$$//'`; \
aspell-0.60.8/po/Makefile.in.in-224-	if test -f "$(srcdir)/$${lang}.po"; then \
##############################################
aspell-0.60.8/po/Makefile.in.in-228-	  cd $(srcdir) \
aspell-0.60.8/po/Makefile.in.in:229:	    && { case `$(MSGMERGE_UPDATE) --version | sed 1q | sed -e 's,^[^0-9]*,,'` in \
aspell-0.60.8/po/Makefile.in.in-230-	           '' | 0.[0-9] | 0.[0-9].* | 0.1[0-7] | 0.1[0-7].*) \
##############################################
aspell-0.60.8/po/Makefile.in.in-259-	for cat in $$catalogs; do \
aspell-0.60.8/po/Makefile.in.in:260:	  cat=`basename $$cat`; \
aspell-0.60.8/po/Makefile.in.in:261:	  lang=`echo $$cat | sed -e 's/\.gmo$$//'`; \
aspell-0.60.8/po/Makefile.in.in-262-	  dir=$(localedir)/$$lang/LC_MESSAGES; \
##############################################
aspell-0.60.8/po/Makefile.in.in-269-	      if (cd $(DESTDIR)$(localedir)/$$lang && LC_ALL=C ls -l -d $$lc 2>/dev/null) | grep ' -> ' >/dev/null; then \
aspell-0.60.8/po/Makefile.in.in:270:	        link=`cd $(DESTDIR)$(localedir)/$$lang && LC_ALL=C ls -l -d $$lc | sed -e 's/^.* -> //'`; \
aspell-0.60.8/po/Makefile.in.in-271-	        mv $(DESTDIR)$(localedir)/$$lang/$$lc $(DESTDIR)$(localedir)/$$lang/$$lc.old; \
##############################################
aspell-0.60.8/po/Makefile.in.in-310-	for cat in $$catalogs; do \
aspell-0.60.8/po/Makefile.in.in:311:	  cat=`basename $$cat`; \
aspell-0.60.8/po/Makefile.in.in:312:	  lang=`echo $$cat | sed -e 's/\.gmo$$//'`; \
aspell-0.60.8/po/Makefile.in.in-313-	  dir=$(localedir)/$$lang/LC_MESSAGES; \
##############################################
aspell-0.60.8/po/Makefile.in.in-317-	      if (cd $(DESTDIR)$(localedir)/$$lang && LC_ALL=C ls -l -d $$lc 2>/dev/null) | grep ' -> ' >/dev/null; then \
aspell-0.60.8/po/Makefile.in.in:318:	        link=`cd $(DESTDIR)$(localedir)/$$lang && LC_ALL=C ls -l -d $$lc | sed -e 's/^.* -> //'`; \
aspell-0.60.8/po/Makefile.in.in-319-	        mv $(DESTDIR)$(localedir)/$$lang/$$lc $(DESTDIR)$(localedir)/$$lang/$$lc.old; \
##############################################
aspell-0.60.8/po/Makefile.in.in-356-	for cat in $$catalogs; do \
aspell-0.60.8/po/Makefile.in.in:357:	  cat=`basename $$cat`; \
aspell-0.60.8/po/Makefile.in.in:358:	  lang=`echo $$cat | sed -e 's/\.gmo$$//'`; \
aspell-0.60.8/po/Makefile.in.in-359-	  for lc in LC_MESSAGES $(EXTRA_LOCALE_CATEGORIES); do \
##############################################
aspell-0.60.8/po/Makefile.in.in-421-.nop.po-create:
aspell-0.60.8/po/Makefile.in.in:422:	@lang=`echo $@ | sed -e 's/\.po-create$$//'`; \
aspell-0.60.8/po/Makefile.in.in-423-	echo "File $$lang.po does not exist. If you are a translator, you can create it through 'msginit'." 1>&2; \
##############################################
aspell-0.60.8/po/Makefile.in.in-428-.nop.po-update:
aspell-0.60.8/po/Makefile.in.in:429:	@lang=`echo $@ | sed -e 's/\.po-update$$//'`; \
aspell-0.60.8/po/Makefile.in.in-430-	if test "$(PACKAGE)" = "gettext-tools"; then PATH=`pwd`/../src:$$PATH; fi; \
##############################################
aspell-0.60.8/po/Makefile.in.in-435-	cd $(srcdir); \
aspell-0.60.8/po/Makefile.in.in:436:	if { case `$(MSGMERGE) --version | sed 1q | sed -e 's,^[^0-9]*,,'` in \
aspell-0.60.8/po/Makefile.in.in-437-	       '' | 0.[0-9] | 0.[0-9].* | 0.1[0-7] | 0.1[0-7].*) \
##############################################
aspell-0.60.8/manual/mdate-sh-110-# On HPUX /bin/sh, "set" interprets "-rw-r--r--" as options, so the "x" below.
aspell-0.60.8/manual/mdate-sh:111:set x`$ls_command /`
aspell-0.60.8/manual/mdate-sh-112-
##############################################
aspell-0.60.8/manual/mdate-sh-140-# Get the extended ls output of the file or directory.
aspell-0.60.8/manual/mdate-sh:141:set dummy x`eval "$ls_command \"\\\$save_arg1\""`
aspell-0.60.8/manual/mdate-sh-142-
##############################################
aspell-0.60.8/manual/mdate-sh-207-       then
aspell-0.60.8/manual/mdate-sh:208:	 year=`expr $year - 1`
aspell-0.60.8/manual/mdate-sh-209-       fi;;
##############################################
aspell-0.60.8/manual/Makefile.in-39-  { \
aspell-0.60.8/manual/Makefile.in:40:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
aspell-0.60.8/manual/Makefile.in-41-  }; \
##############################################
aspell-0.60.8/manual/Makefile.in-158-am__installdirs = "$(DESTDIR)$(infodir)" "$(DESTDIR)$(man1dir)"
aspell-0.60.8/manual/Makefile.in:159:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
aspell-0.60.8/manual/Makefile.in-160-am__vpath_adj = case $$p in \
aspell-0.60.8/manual/Makefile.in:161:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
aspell-0.60.8/manual/Makefile.in-162-    *) f=$$p;; \
aspell-0.60.8/manual/Makefile.in-163-  esac;
aspell-0.60.8/manual/Makefile.in:164:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
aspell-0.60.8/manual/Makefile.in-165-am__install_max = 40
aspell-0.60.8/manual/Makefile.in-166-am__nobase_strip_setup = \
aspell-0.60.8/manual/Makefile.in:167:  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
aspell-0.60.8/manual/Makefile.in-168-am__nobase_strip = \
##############################################
aspell-0.60.8/manual/Makefile.in-410-	  $(am__cd) $(srcdir) && \
aspell-0.60.8/manual/Makefile.in:411:	  $$restore $$backupdir/* `echo "./$@" | sed 's|[^/]*$$||'`; \
aspell-0.60.8/manual/Makefile.in-412-	fi; \
##############################################
aspell-0.60.8/manual/Makefile.in-442-	@(dir=.; test -f ./aspell.texi || dir=$(srcdir); \
aspell-0.60.8/manual/Makefile.in:443:	set `$(SHELL) $(srcdir)/mdate-sh $$dir/aspell.texi`; \
aspell-0.60.8/manual/Makefile.in-444-	echo "@set UPDATED $$1 $$2 $$3"; \
##############################################
aspell-0.60.8/manual/Makefile.in-489-	  for file in $$list; do \
aspell-0.60.8/manual/Makefile.in:490:	    relfile=`echo "$$file" | sed 's|^.*/||'`; \
aspell-0.60.8/manual/Makefile.in-491-	    echo " install-info --info-dir='$(DESTDIR)$(infodir)' --remove '$(DESTDIR)$(infodir)/$$relfile'"; \
##############################################
aspell-0.60.8/manual/Makefile.in-498-	for file in $$list; do \
aspell-0.60.8/manual/Makefile.in:499:	  relfile=`echo "$$file" | sed 's|^.*/||'`; \
aspell-0.60.8/manual/Makefile.in:500:	  relfile_i=`echo "$$relfile" | sed 's|\.info$$||;s|$$|.i|'`; \
aspell-0.60.8/manual/Makefile.in-501-	  (if test -d "$(DESTDIR)$(infodir)" && cd "$(DESTDIR)$(infodir)"; then \
##############################################
aspell-0.60.8/manual/Makefile.in-525-dist-info: $(INFO_DEPS)
aspell-0.60.8/manual/Makefile.in:526:	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
aspell-0.60.8/manual/Makefile.in-527-	list='$(INFO_DEPS)'; \
##############################################
aspell-0.60.8/manual/Makefile.in-529-	  case $$base in \
aspell-0.60.8/manual/Makefile.in:530:	    $(srcdir)/*) base=`echo "$$base" | sed "s|^$$srcdirstrip/||"`;; \
aspell-0.60.8/manual/Makefile.in-531-	  esac; \
aspell-0.60.8/manual/Makefile.in-532-	  if test -f $$base; then d=.; else d=$(srcdir); fi; \
aspell-0.60.8/manual/Makefile.in:533:	  base_i=`echo "$$base" | sed 's|\.info$$||;s|$$|.i|'`; \
aspell-0.60.8/manual/Makefile.in-534-	  for file in $$d/$$base $$d/$$base-[0-9] $$d/$$base-[0-9][0-9] $$d/$$base_i[0-9] $$d/$$base_i[0-9][0-9]; do \
aspell-0.60.8/manual/Makefile.in-535-	    if test -f $$file; then \
aspell-0.60.8/manual/Makefile.in:536:	      relfile=`expr "$$file" : "$$d/\(.*\)"`; \
aspell-0.60.8/manual/Makefile.in-537-	      test -f "$(distdir)/$$relfile" || \
##############################################
aspell-0.60.8/manual/Makefile.in-553-	@list='$(INFO_DEPS)'; for i in $$list; do \
aspell-0.60.8/manual/Makefile.in:554:	  i_i=`echo "$$i" | sed 's|\.info$$||;s|$$|.i|'`; \
aspell-0.60.8/manual/Makefile.in-555-	  echo " rm -f $$i $$i-[0-9] $$i-[0-9][0-9] $$i_i[0-9] $$i_i[0-9][0-9]"; \
##############################################
aspell-0.60.8/manual/Makefile.in-562-	test -n "$(man1dir)" \
aspell-0.60.8/manual/Makefile.in:563:	  && test -n "`echo $$list1$$list2`" \
aspell-0.60.8/manual/Makefile.in-564-	  || exit 0; \
##############################################
aspell-0.60.8/manual/Makefile.in-608-distdir: $(DISTFILES)
aspell-0.60.8/manual/Makefile.in:609:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
aspell-0.60.8/manual/Makefile.in:610:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
aspell-0.60.8/manual/Makefile.in-611-	list='$(DISTFILES)'; \
##############################################
aspell-0.60.8/manual/Makefile.in-622-	  if test -d $$d/$$file; then \
aspell-0.60.8/manual/Makefile.in:623:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
aspell-0.60.8/manual/Makefile.in-624-	    if test -d "$(distdir)/$$file"; then \
##############################################
aspell-0.60.8/manual/Makefile.in-749-	@$(NORMAL_INSTALL)
aspell-0.60.8/manual/Makefile.in:750:	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
aspell-0.60.8/manual/Makefile.in-751-	list='$(INFO_DEPS)'; test -n "$(infodir)" || list=; \
##############################################
aspell-0.60.8/manual/Makefile.in-757-	  case $$file in \
aspell-0.60.8/manual/Makefile.in:758:	    $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
aspell-0.60.8/manual/Makefile.in-759-	  esac; \
aspell-0.60.8/manual/Makefile.in-760-	  if test -f $$file; then d=.; else d=$(srcdir); fi; \
aspell-0.60.8/manual/Makefile.in:761:	  file_i=`echo "$$file" | sed 's|\.info$$||;s|$$|.i|'`; \
aspell-0.60.8/manual/Makefile.in-762-	  for ifile in $$d/$$file $$d/$$file-[0-9] $$d/$$file-[0-9][0-9] \
##############################################
aspell-0.60.8/manual/Makefile.in-775-	  for file in $$list; do \
aspell-0.60.8/manual/Makefile.in:776:	    relfile=`echo "$$file" | sed 's|^.*/||'`; \
aspell-0.60.8/manual/Makefile.in-777-	    echo " install-info --info-dir='$(DESTDIR)$(infodir)' '$(DESTDIR)$(infodir)/$$relfile'";\
##############################################
aspell-0.60.8/manual/texinfo.tex-6246-  \catcode `\\=0 \catcode `\{=1 \catcode `\}=2
aspell-0.60.8/manual/texinfo.tex:6247:  \catcode `\$=3 \catcode `\&=4 \catcode `\#=6
aspell-0.60.8/manual/texinfo.tex-6248-  \catcode `\^=7 \catcode `\_=8 \catcode `\~=\active \let~=\tie
##############################################
aspell-0.60.8/depcomp-64-  case $1 in
aspell-0.60.8/depcomp:65:    */*) dir=`echo "$1" | sed -e 's|/[^/]*$|/|'`;;
aspell-0.60.8/depcomp-66-      *) dir=;;
##############################################
aspell-0.60.8/depcomp-73-{
aspell-0.60.8/depcomp:74:  base=`echo "$1" | sed -e 's|^.*/||' -e 's/\.[^.]*$//'`
aspell-0.60.8/depcomp-75-}
##############################################
aspell-0.60.8/depcomp-126-  sed 's|[^\\/]*$|'${DEPDIR-.deps}'/&|;s|\.\([^.]*\)$|.P\1|;s|Pobj$|Po|'`}
aspell-0.60.8/depcomp:127:tmpdepfile=${tmpdepfile-`echo "$depfile" | sed 's/\.\([^.]*\)$/.T\1/'`}
aspell-0.60.8/depcomp-128-
##############################################
aspell-0.60.8/depcomp-405-        sleep 1
aspell-0.60.8/depcomp:406:        i=`expr $i - 1`
aspell-0.60.8/depcomp-407-      done
aspell-0.60.8/depcomp-408-    fi
aspell-0.60.8/depcomp:409:    i=`expr $i - 1`
aspell-0.60.8/depcomp-410-  done
##############################################
aspell-0.60.8/depcomp-425-  # Do two passes, one to just change these to
aspell-0.60.8/depcomp:426:  # `$object: dependent.h' and one to simply `dependent.h:'.
aspell-0.60.8/depcomp-427-  sed "s,^[^:]*:,$object :," < "$tmpdepfile" > "$depfile"
##############################################
aspell-0.60.8/depcomp-659-  done
aspell-0.60.8/depcomp:660:  obj_suffix=`echo "$object" | sed 's/^.*\././'`
aspell-0.60.8/depcomp-661-  touch "$tmpdepfile"
##############################################
aspell-0.60.8/.pc/09_debian-dictdir.diff/configure.ac-130-
aspell-0.60.8/.pc/09_debian-dictdir.diff/configure.ac:131:find_git=`expr "$PACKAGE_VERSION" : '.*git'`
aspell-0.60.8/.pc/09_debian-dictdir.diff/configure.ac-132-if test "$find_git" -gt 0
##############################################
aspell-0.60.8/configure.ac-139-
aspell-0.60.8/configure.ac:140:find_git=`expr "$PACKAGE_VERSION" : '.*git'`
aspell-0.60.8/configure.ac-141-if test "$find_git" -gt 0