===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
verbiste-0.1.47/compile-68-	mingw/*)
verbiste-0.1.47/compile:69:	  file=`cmd //C echo "$file " | sed -e 's/"\(.*\) " *$/\1/'`
verbiste-0.1.47/compile-70-	  ;;
verbiste-0.1.47/compile-71-	cygwin/*)
verbiste-0.1.47/compile:72:	  file=`cygpath -m "$file" || echo "$file"`
verbiste-0.1.47/compile-73-	  ;;
verbiste-0.1.47/compile-74-	wine/*)
verbiste-0.1.47/compile:75:	  file=`winepath -w "$file" || echo "$file"`
verbiste-0.1.47/compile-76-	  ;;
##############################################
verbiste-0.1.47/compile-272-# Name of file we expect compiler to create.
verbiste-0.1.47/compile:273:cofile=`echo "$cfile" | sed 's|^.*[\\/]||; s|^[a-zA-Z]:||; s/\.c$/.o/'`
verbiste-0.1.47/compile-274-
##############################################
verbiste-0.1.47/compile-278-# object file name, since that is what matters with a parallel build.
verbiste-0.1.47/compile:279:lockdir=`echo "$cofile" | sed -e 's|[/\\:.-]|_|g'`.d
verbiste-0.1.47/compile-280-while true; do
##############################################
verbiste-0.1.47/ltmain.sh-167-{
verbiste-0.1.47/ltmain.sh:168:    func_dirname_result=`$ECHO "${1}" | $SED "$dirname"`
verbiste-0.1.47/ltmain.sh-169-    if test "X$func_dirname_result" = "X${1}"; then
##############################################
verbiste-0.1.47/ltmain.sh-179-{
verbiste-0.1.47/ltmain.sh:180:    func_basename_result=`$ECHO "${1}" | $SED "$basename"`
verbiste-0.1.47/ltmain.sh-181-} # func_basename may be replaced by extended shell implementation
##############################################
verbiste-0.1.47/ltmain.sh-198-    # Extract subdirectory from the argument.
verbiste-0.1.47/ltmain.sh:199:    func_dirname_result=`$ECHO "${1}" | $SED -e "$dirname"`
verbiste-0.1.47/ltmain.sh-200-    if test "X$func_dirname_result" = "X${1}"; then
##############################################
verbiste-0.1.47/ltmain.sh-204-    fi
verbiste-0.1.47/ltmain.sh:205:    func_basename_result=`$ECHO "${1}" | $SED -e "$basename"`
verbiste-0.1.47/ltmain.sh-206-} # func_dirname_and_basename may be replaced by extended shell implementation
##############################################
verbiste-0.1.47/ltmain.sh-217-    case ${2} in
verbiste-0.1.47/ltmain.sh:218:      .*) func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%\\\\${2}\$%%"`;;
verbiste-0.1.47/ltmain.sh:219:      *)  func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%${2}\$%%"`;;
verbiste-0.1.47/ltmain.sh-220-    esac
##############################################
verbiste-0.1.47/ltmain.sh-380-     progdir=$func_dirname_result
verbiste-0.1.47/ltmain.sh:381:     progdir=`cd "$progdir" && pwd`
verbiste-0.1.47/ltmain.sh-382-     progpath="$progdir/$progname"
##############################################
verbiste-0.1.47/ltmain.sh-417-# Since each input `\' is now two `\'s, look for any number of runs of
verbiste-0.1.47/ltmain.sh:418:# four `\'s followed by two `\'s and then a '$'.  `\' that '$'.
verbiste-0.1.47/ltmain.sh-419-bs='\\'
##############################################
verbiste-0.1.47/ltmain.sh-531-        # ...otherwise throw away the child directory and loop
verbiste-0.1.47/ltmain.sh:532:        my_directory_path=`$ECHO "$my_directory_path" | $SED -e "$dirname"`
verbiste-0.1.47/ltmain.sh-533-      done
verbiste-0.1.47/ltmain.sh:534:      my_dir_list=`$ECHO "$my_dir_list" | $SED 's,:*$,,'`
verbiste-0.1.47/ltmain.sh-535-
##############################################
verbiste-0.1.47/ltmain.sh-566-      # If mktemp works, use that first and foremost
verbiste-0.1.47/ltmain.sh:567:      my_tmpdir=`mktemp -d "${my_template}-XXXXXXXX" 2>/dev/null`
verbiste-0.1.47/ltmain.sh-568-
##############################################
verbiste-0.1.47/ltmain.sh-597-      *[\\\`\"\$]*)
verbiste-0.1.47/ltmain.sh:598:	func_quote_for_eval_unquoted_result=`$ECHO "$1" | $SED "$sed_quote_subst"` ;;
verbiste-0.1.47/ltmain.sh-599-      *)
##############################################
verbiste-0.1.47/ltmain.sh-702-  [0-9]* | *[!a-zA-Z0-9_]*)
verbiste-0.1.47/ltmain.sh:703:    func_tr_sh_result=`$ECHO "$1" | $SED 's/^\([0-9]\)/_\1/; s/[^a-zA-Z0-9_]/_/g'`
verbiste-0.1.47/ltmain.sh-704-    ;;
##############################################
verbiste-0.1.47/ltmain.sh-769-	s/\$with_gnu_ld/'"$with_gnu_ld"'/
verbiste-0.1.47/ltmain.sh:770:	s/\$automake_version/'"`(${AUTOMAKE-automake} --version) 2>/dev/null |$SED 1q`"'/
verbiste-0.1.47/ltmain.sh:771:	s/\$autoconf_version/'"`(${AUTOCONF-autoconf} --version) 2>/dev/null |$SED 1q`"'/
verbiste-0.1.47/ltmain.sh-772-	p
##############################################
verbiste-0.1.47/ltmain.sh-803-
verbiste-0.1.47/ltmain.sh:804:    func_split_short_opt_name=`$ECHO "$1" | $SED "$my_sed_short_opt"`
verbiste-0.1.47/ltmain.sh:805:    func_split_short_opt_arg=`$ECHO "$1" | $SED "$my_sed_short_rest"`
verbiste-0.1.47/ltmain.sh-806-} # func_split_short_opt may be replaced by extended shell implementation
##############################################
verbiste-0.1.47/ltmain.sh-816-
verbiste-0.1.47/ltmain.sh:817:    func_split_long_opt_name=`$ECHO "$1" | $SED "$my_sed_long_opt"`
verbiste-0.1.47/ltmain.sh:818:    func_split_long_opt_arg=`$ECHO "$1" | $SED "$my_sed_long_arg"`
verbiste-0.1.47/ltmain.sh-819-} # func_split_long_opt may be replaced by extended shell implementation
##############################################
verbiste-0.1.47/ltmain.sh-862-{
verbiste-0.1.47/ltmain.sh:863:    func_arith_result=`expr "${@}"`
verbiste-0.1.47/ltmain.sh-864-} # func_arith may be replaced by extended shell implementation
##############################################
verbiste-0.1.47/ltmain.sh-870-{
verbiste-0.1.47/ltmain.sh:871:    func_len_result=`expr "${1}" : ".*" 2>/dev/null || echo $max_cmd_len`
verbiste-0.1.47/ltmain.sh-872-} # func_len may be replaced by extended shell implementation
##############################################
verbiste-0.1.47/ltmain.sh-877-{
verbiste-0.1.47/ltmain.sh:878:    func_lo2o_result=`$ECHO "${1}" | $SED "$lo2o"`
verbiste-0.1.47/ltmain.sh-879-} # func_lo2o may be replaced by extended shell implementation
##############################################
verbiste-0.1.47/ltmain.sh-884-{
verbiste-0.1.47/ltmain.sh:885:    func_xform_result=`$ECHO "${1}" | $SED 's/\.[^.]*$/.lo/'`
verbiste-0.1.47/ltmain.sh-886-} # func_xform may be replaced by extended shell implementation
##############################################
verbiste-0.1.47/ltmain.sh-968-	# quotes we have to do it in 2 steps:
verbiste-0.1.47/ltmain.sh:969:	extractedcf=`$SED -n -e "$sed_extractcf" < "$progpath"`
verbiste-0.1.47/ltmain.sh-970-	eval "$extractedcf"
##############################################
verbiste-0.1.47/ltmain.sh-1382-      done
verbiste-0.1.47/ltmain.sh:1383:      CC_expanded=`func_echo_all $CC`
verbiste-0.1.47/ltmain.sh:1384:      CC_quoted_expanded=`func_echo_all $CC_quoted`
verbiste-0.1.47/ltmain.sh-1385-      case $@ in
##############################################
verbiste-0.1.47/ltmain.sh-1395-	    # Evaluate the configuration.
verbiste-0.1.47/ltmain.sh:1396:	    eval "`${SED} -n -e '/^# ### BEGIN LIBTOOL TAG CONFIG: '$z'$/,/^# ### END LIBTOOL TAG CONFIG: '$z'$/p' < $progpath`"
verbiste-0.1.47/ltmain.sh-1397-	    CC_quoted=
##############################################
verbiste-0.1.47/ltmain.sh-1401-	    done
verbiste-0.1.47/ltmain.sh:1402:	    CC_expanded=`func_echo_all $CC`
verbiste-0.1.47/ltmain.sh:1403:	    CC_quoted_expanded=`func_echo_all $CC_quoted`
verbiste-0.1.47/ltmain.sh-1404-	    case "$@ " in
##############################################
verbiste-0.1.47/ltmain.sh-1492-    # zero AND non-empty stdout, which explains the odd construction:
verbiste-0.1.47/ltmain.sh:1493:    func_convert_core_file_wine_to_w32_tmp=`winepath -w "$1" 2>/dev/null`
verbiste-0.1.47/ltmain.sh-1494-    if test "$?" -eq 0 && test -n "${func_convert_core_file_wine_to_w32_tmp}"; then
##############################################
verbiste-0.1.47/ltmain.sh-1558-  if test -n "$LT_CYGPATH" && test -f "$LT_CYGPATH"; then
verbiste-0.1.47/ltmain.sh:1559:    func_cygpath_result=`$LT_CYGPATH "$@" 2>/dev/null`
verbiste-0.1.47/ltmain.sh-1560-    if test "$?" -ne 0; then
##############################################
verbiste-0.1.47/ltmain.sh-1721-    # LT_CYGPATH in this case.
verbiste-0.1.47/ltmain.sh:1722:    func_to_host_file_result=`cygpath -m "$1"`
verbiste-0.1.47/ltmain.sh-1723-  fi
##############################################
verbiste-0.1.47/ltmain.sh-1871-    func_to_host_path_tmp1=$func_stripname_result
verbiste-0.1.47/ltmain.sh:1872:    func_to_host_path_result=`cygpath -m -p "$func_to_host_path_tmp1"`
verbiste-0.1.47/ltmain.sh-1873-    func_convert_path_check : ";" \
##############################################
verbiste-0.1.47/ltmain.sh-2060-    *.[cCFSifmso] | \
verbiste-0.1.47/ltmain.sh:2061:    *.ada | *.adb | *.ads | *.asm | \
verbiste-0.1.47/ltmain.sh-2062-    *.c++ | *.cc | *.ii | *.class | *.cpp | *.cxx | \
##############################################
verbiste-0.1.47/ltmain.sh-2137-    if test "$compiler_c_o" = no; then
verbiste-0.1.47/ltmain.sh:2138:      output_obj=`$ECHO "$srcfile" | $SED 's%^.*/%%; s%\.[^.]*$%%'`.${objext}
verbiste-0.1.47/ltmain.sh-2139-      lockfile="$output_obj.lock"
##############################################
verbiste-0.1.47/ltmain.sh-2156-*** ERROR, $lockfile exists and contains:
verbiste-0.1.47/ltmain.sh:2157:`cat $lockfile 2>/dev/null`
verbiste-0.1.47/ltmain.sh-2158-
##############################################
verbiste-0.1.47/ltmain.sh-2204-      if test "$need_locks" = warn &&
verbiste-0.1.47/ltmain.sh:2205:	 test "X`cat $lockfile 2>/dev/null`" != "X$srcfile"; then
verbiste-0.1.47/ltmain.sh-2206-	$ECHO "\
verbiste-0.1.47/ltmain.sh-2207-*** ERROR, $lockfile contains:
verbiste-0.1.47/ltmain.sh:2208:`cat $lockfile 2>/dev/null`
verbiste-0.1.47/ltmain.sh-2209-
##############################################
verbiste-0.1.47/ltmain.sh-2253-      if test "$need_locks" = warn &&
verbiste-0.1.47/ltmain.sh:2254:	 test "X`cat $lockfile 2>/dev/null`" != "X$srcfile"; then
verbiste-0.1.47/ltmain.sh-2255-	$ECHO "\
verbiste-0.1.47/ltmain.sh-2256-*** ERROR, $lockfile contains:
verbiste-0.1.47/ltmain.sh:2257:`cat $lockfile 2>/dev/null`
verbiste-0.1.47/ltmain.sh-2258-
##############################################
verbiste-0.1.47/ltmain.sh-2548-	  test -n "$library_names" && \
verbiste-0.1.47/ltmain.sh:2549:	    func_warning "\`$file' was not linked with \`-export-dynamic'"
verbiste-0.1.47/ltmain.sh-2550-	  continue
##############################################
verbiste-0.1.47/ltmain.sh-2559-	  if test ! -f "$dir/$dlname"; then
verbiste-0.1.47/ltmain.sh:2560:	    func_fatal_error "cannot find \`$dlname' in \`$dir' or \`$dir/$objdir'"
verbiste-0.1.47/ltmain.sh-2561-	  fi
##############################################
verbiste-0.1.47/ltmain.sh-2577-      # Get the absolute pathname.
verbiste-0.1.47/ltmain.sh:2578:      absdir=`cd "$dir" && pwd`
verbiste-0.1.47/ltmain.sh-2579-      test -n "$absdir" && dir="$absdir"
##############################################
verbiste-0.1.47/ltmain.sh-2675-      if test -n "$lt_sysroot"; then
verbiste-0.1.47/ltmain.sh:2676:        sysroot_regex=`$ECHO "$lt_sysroot" | $SED "$sed_make_literal_regex"`
verbiste-0.1.47/ltmain.sh-2677-        sysroot_cmd="s/\([ ']\)$sysroot_regex/\1/g;"
##############################################
verbiste-0.1.47/ltmain.sh-2957-	  # Determine the prefix the user has applied to our future dir.
verbiste-0.1.47/ltmain.sh:2958:	  inst_prefix_dir=`$ECHO "$destdir" | $SED -e "s%$libdir\$%%"`
verbiste-0.1.47/ltmain.sh-2959-
##############################################
verbiste-0.1.47/ltmain.sh-2970-	    # Stick the inst_prefix_dir data into the link command.
verbiste-0.1.47/ltmain.sh:2971:	    relink_command=`$ECHO "$relink_command" | $SED "s%@inst_prefix_dir@%-inst-prefix-dir $inst_prefix_dir%"`
verbiste-0.1.47/ltmain.sh-2972-	  else
verbiste-0.1.47/ltmain.sh:2973:	    relink_command=`$ECHO "$relink_command" | $SED "s%@inst_prefix_dir@%%"`
verbiste-0.1.47/ltmain.sh-2974-	  fi
##############################################
verbiste-0.1.47/ltmain.sh-3130-	    fi
verbiste-0.1.47/ltmain.sh:3131:	    libfile="$libdir/"`$ECHO "$lib" | $SED 's%^.*/%%g'` ### testsuite: skip nested quoting test
verbiste-0.1.47/ltmain.sh-3132-	    if test -n "$libdir" && test ! -f "$libfile"; then
verbiste-0.1.47/ltmain.sh:3133:	      func_warning "\`$lib' has not been installed in \`$libdir'"
verbiste-0.1.47/ltmain.sh-3134-	      finalize=no
##############################################
verbiste-0.1.47/ltmain.sh-3149-	        # Replace the output file specification.
verbiste-0.1.47/ltmain.sh:3150:	        relink_command=`$ECHO "$relink_command" | $SED 's%@OUTPUT@%'"$outputname"'%g'`
verbiste-0.1.47/ltmain.sh-3151-
##############################################
verbiste-0.1.47/ltmain.sh-3168-	    # Install the binary that we compiled earlier.
verbiste-0.1.47/ltmain.sh:3169:	    file=`$ECHO "$file$stripped_ext" | $SED "s%\([^/]*\)$%$objdir/\1%"`
verbiste-0.1.47/ltmain.sh-3170-	  fi
##############################################
verbiste-0.1.47/ltmain.sh-3241-    my_pic_p="${3-no}"
verbiste-0.1.47/ltmain.sh:3242:    my_prefix=`$ECHO "$my_originator" | sed 's%[^a-zA-Z0-9]%_%g'`
verbiste-0.1.47/ltmain.sh-3243-    my_dlsyms=
##############################################
verbiste-0.1.47/ltmain.sh-3297-	  # Add our own program objects to the symbol list.
verbiste-0.1.47/ltmain.sh:3298:	  progfiles=`$ECHO "$objs$old_deplibs" | $SP2NL | $SED "$lo2o" | $NL2SP`
verbiste-0.1.47/ltmain.sh-3299-	  for progfile in $progfiles; do
##############################################
verbiste-0.1.47/ltmain.sh-3359-	          # Use subshell, to avoid clobbering current variable values
verbiste-0.1.47/ltmain.sh:3360:	          dlprefile_dlname=`source "$curr_lafile" && echo "$dlname"`
verbiste-0.1.47/ltmain.sh-3361-	          if test -n "$dlprefile_dlname" ; then
##############################################
verbiste-0.1.47/ltmain.sh-3506-	  if test -f "$output_objdir/$my_outputname.def"; then
verbiste-0.1.47/ltmain.sh:3507:	    compile_command=`$ECHO "$compile_command" | $SED "s%@SYMFILE@%$output_objdir/$my_outputname.def $symfileobj%"`
verbiste-0.1.47/ltmain.sh:3508:	    finalize_command=`$ECHO "$finalize_command" | $SED "s%@SYMFILE@%$output_objdir/$my_outputname.def $symfileobj%"`
verbiste-0.1.47/ltmain.sh-3509-	  else
verbiste-0.1.47/ltmain.sh:3510:	    compile_command=`$ECHO "$compile_command" | $SED "s%@SYMFILE@%$symfileobj%"`
verbiste-0.1.47/ltmain.sh:3511:	    finalize_command=`$ECHO "$finalize_command" | $SED "s%@SYMFILE@%$symfileobj%"`
verbiste-0.1.47/ltmain.sh-3512-	  fi
##############################################
verbiste-0.1.47/ltmain.sh-3514-	*)
verbiste-0.1.47/ltmain.sh:3515:	  compile_command=`$ECHO "$compile_command" | $SED "s%@SYMFILE@%$symfileobj%"`
verbiste-0.1.47/ltmain.sh:3516:	  finalize_command=`$ECHO "$finalize_command" | $SED "s%@SYMFILE@%$symfileobj%"`
verbiste-0.1.47/ltmain.sh-3517-	  ;;
##############################################
verbiste-0.1.47/ltmain.sh-3529-      # Nullify the symbol file.
verbiste-0.1.47/ltmain.sh:3530:      compile_command=`$ECHO "$compile_command" | $SED "s% @SYMFILE@%%"`
verbiste-0.1.47/ltmain.sh:3531:      finalize_command=`$ECHO "$finalize_command" | $SED "s% @SYMFILE@%%"`
verbiste-0.1.47/ltmain.sh-3532-    fi
##############################################
verbiste-0.1.47/ltmain.sh-3545-  win32_libid_type="unknown"
verbiste-0.1.47/ltmain.sh:3546:  win32_fileres=`file -L $1 2>/dev/null`
verbiste-0.1.47/ltmain.sh-3547-  case $win32_fileres in
##############################################
verbiste-0.1.47/ltmain.sh-3596-  $opt_debug
verbiste-0.1.47/ltmain.sh:3597:  sharedlib_from_linklib_result=`$DLLTOOL --identify-strict --identify "$1"`
verbiste-0.1.47/ltmain.sh-3598-}
##############################################
verbiste-0.1.47/ltmain.sh-3613-  $opt_debug
verbiste-0.1.47/ltmain.sh:3614:  match_literal=`$ECHO "$1" | $SED "$sed_make_literal_regex"`
verbiste-0.1.47/ltmain.sh-3615-  $OBJDUMP -s --section "$1" "$2" 2>/dev/null |
##############################################
verbiste-0.1.47/ltmain.sh-3668-  func_to_tool_file "$1" func_convert_file_msys_to_w32
verbiste-0.1.47/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)$'`
verbiste-0.1.47/ltmain.sh-3670-  test -n "$func_cygming_gnu_implib_tmp"
##############################################
verbiste-0.1.47/ltmain.sh-3680-  func_to_tool_file "$1" func_convert_file_msys_to_w32
verbiste-0.1.47/ltmain.sh:3681:  func_cygming_ms_implib_tmp=`$NM "$func_to_tool_file_result" | eval "$global_symbol_pipe" | $GREP '_NULL_IMPORT_DESCRIPTOR'`
verbiste-0.1.47/ltmain.sh-3682-  test -n "$func_cygming_ms_implib_tmp"
##############################################
verbiste-0.1.47/ltmain.sh-3700-    # binutils import library
verbiste-0.1.47/ltmain.sh:3701:    sharedlib_from_linklib_result=`func_cygming_dll_for_implib_fallback_core '.idata$7' "$1"`
verbiste-0.1.47/ltmain.sh-3702-  elif func_cygming_ms_implib_p "$1" ; then
verbiste-0.1.47/ltmain.sh-3703-    # ms-generated import library
verbiste-0.1.47/ltmain.sh:3704:    sharedlib_from_linklib_result=`func_cygming_dll_for_implib_fallback_core '.idata$6' "$1"`
verbiste-0.1.47/ltmain.sh-3705-  else
##############################################
verbiste-0.1.47/ltmain.sh-3780-	  darwin_curdir=`pwd`
verbiste-0.1.47/ltmain.sh:3781:	  darwin_base_archive=`basename "$darwin_archive"`
verbiste-0.1.47/ltmain.sh:3782:	  darwin_arches=`$LIPO -info "$darwin_archive" 2>/dev/null | $GREP Architectures 2>/dev/null || true`
verbiste-0.1.47/ltmain.sh-3783-	  if test -n "$darwin_arches"; then
verbiste-0.1.47/ltmain.sh:3784:	    darwin_arches=`$ECHO "$darwin_arches" | $SED -e 's/.*are://'`
verbiste-0.1.47/ltmain.sh-3785-	    darwin_arch=
##############################################
verbiste-0.1.47/ltmain.sh-3795-            ## Okay now we've a bunch of thin objects, gotta fatten them up :)
verbiste-0.1.47/ltmain.sh:3796:	    darwin_filelist=`find unfat-$$ -type f -name \*.o -print -o -name \*.lo -print | $SED -e "$basename" | sort -u`
verbiste-0.1.47/ltmain.sh-3797-	    darwin_file=
##############################################
verbiste-0.1.47/ltmain.sh-3799-	    for darwin_file in $darwin_filelist; do
verbiste-0.1.47/ltmain.sh:3800:	      darwin_files=`find unfat-$$ -name $darwin_file -print | sort | $NL2SP`
verbiste-0.1.47/ltmain.sh-3801-	      $LIPO -create -output "$darwin_file" $darwin_files
##############################################
verbiste-0.1.47/ltmain.sh-3814-      esac
verbiste-0.1.47/ltmain.sh:3815:      my_oldobjs="$my_oldobjs "`find $my_xdir -name \*.$objext -print -o -name \*.lo -print | sort | $NL2SP`
verbiste-0.1.47/ltmain.sh-3816-    done
##############################################
verbiste-0.1.47/ltmain.sh-3885-
verbiste-0.1.47/ltmain.sh:3886:    qECHO=`$ECHO "$ECHO" | $SED "$sed_quote_subst"`
verbiste-0.1.47/ltmain.sh-3887-    $ECHO "\
##############################################
verbiste-0.1.47/ltmain.sh-3920-    --lt-dump-script)
verbiste-0.1.47/ltmain.sh:3921:        lt_dump_D=\`\$ECHO \"X\$lt_script_arg0\" | $SED -e 's/^X//' -e 's%/[^/]*$%%'\`
verbiste-0.1.47/ltmain.sh-3922-        test \"X\$lt_dump_D\" = \"X\$lt_script_arg0\" && lt_dump_D=.
verbiste-0.1.47/ltmain.sh:3923:        lt_dump_F=\`\$ECHO \"X\$lt_script_arg0\" | $SED -e 's/^X//' -e 's%^.*/%%'\`
verbiste-0.1.47/ltmain.sh-3924-        cat \"\$lt_dump_D/\$lt_dump_F\"
##############################################
verbiste-0.1.47/ltmain.sh-3947-    \$ECHO \"${outputname}:${output}:\${LINENO}: newargv[\$lt_dump_args_N]: \$lt_arg\"
verbiste-0.1.47/ltmain.sh:3948:    lt_dump_args_N=\`expr \$lt_dump_args_N + 1\`
verbiste-0.1.47/ltmain.sh-3949-  done
##############################################
verbiste-0.1.47/ltmain.sh-4005-  # Find the directory that this script lives in.
verbiste-0.1.47/ltmain.sh:4006:  thisdir=\`\$ECHO \"\$file\" | $SED 's%/[^/]*$%%'\`
verbiste-0.1.47/ltmain.sh-4007-  test \"x\$thisdir\" = \"x\$file\" && thisdir=.
##############################################
verbiste-0.1.47/ltmain.sh-4009-  # Follow symbolic links until we get to the real thisdir.
verbiste-0.1.47/ltmain.sh:4010:  file=\`ls -ld \"\$file\" | $SED -n 's/.*-> //p'\`
verbiste-0.1.47/ltmain.sh-4011-  while test -n \"\$file\"; do
verbiste-0.1.47/ltmain.sh:4012:    destdir=\`\$ECHO \"\$file\" | $SED 's%/[^/]*\$%%'\`
verbiste-0.1.47/ltmain.sh-4013-
##############################################
verbiste-0.1.47/ltmain.sh-4021-
verbiste-0.1.47/ltmain.sh:4022:    file=\`\$ECHO \"\$file\" | $SED 's%^.*/%%'\`
verbiste-0.1.47/ltmain.sh:4023:    file=\`ls -ld \"\$thisdir/\$file\" | $SED -n 's/.*-> //p'\`
verbiste-0.1.47/ltmain.sh-4024-  done
##############################################
verbiste-0.1.47/ltmain.sh-4035-    case \"\$thisdir\" in
verbiste-0.1.47/ltmain.sh:4036:    *[\\\\/]$objdir ) thisdir=\`\$ECHO \"\$thisdir\" | $SED 's%[\\\\/][^\\\\/]*$%%'\` ;;
verbiste-0.1.47/ltmain.sh-4037-    $objdir )   thisdir=. ;;
##############################################
verbiste-0.1.47/ltmain.sh-4041-  # Try to get the absolute directory name.
verbiste-0.1.47/ltmain.sh:4042:  absdir=\`cd \"\$thisdir\" && pwd\`
verbiste-0.1.47/ltmain.sh-4043-  test -n \"\$absdir\" && thisdir=\"\$absdir\"
##############################################
verbiste-0.1.47/ltmain.sh-4051-  if test ! -f \"\$progdir/\$program\" ||
verbiste-0.1.47/ltmain.sh:4052:     { file=\`ls -1dt \"\$progdir/\$program\" \"\$progdir/../\$program\" 2>/dev/null | ${SED} 1q\`; \\
verbiste-0.1.47/ltmain.sh-4053-       test \"X\$file\" != \"X\$progdir/\$program\"; }; then
##############################################
verbiste-0.1.47/ltmain.sh-4066-    if test -n \"\$relink_command\"; then
verbiste-0.1.47/ltmain.sh:4067:      if relink_command_output=\`eval \$relink_command 2>&1\`; then :
verbiste-0.1.47/ltmain.sh-4068-      else
##############################################
verbiste-0.1.47/ltmain.sh-4110-    # The second colon is a workaround for a bug in BeOS R4 sed
verbiste-0.1.47/ltmain.sh:4111:    $shlibpath_var=\`\$ECHO \"\$$shlibpath_var\" | $SED 's/::*\$//'\`
verbiste-0.1.47/ltmain.sh-4112-
##############################################
verbiste-0.1.47/ltmain.sh-5085-    $opt_debug
verbiste-0.1.47/ltmain.sh:5086:    case `eval $file_magic_cmd \"\$1\" 2>/dev/null | $SED -e 10q` in
verbiste-0.1.47/ltmain.sh-5087-    *import*) : ;;
##############################################
verbiste-0.1.47/ltmain.sh-5307-	    moreargs=
verbiste-0.1.47/ltmain.sh:5308:	    for fil in `cat "$save_arg"`
verbiste-0.1.47/ltmain.sh-5309-	    do
##############################################
verbiste-0.1.47/ltmain.sh-5563-	*)
verbiste-0.1.47/ltmain.sh:5564:	  absdir=`cd "$dir" && pwd`
verbiste-0.1.47/ltmain.sh-5565-	  test -z "$absdir" && \
##############################################
verbiste-0.1.47/ltmain.sh-5584-	*-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-os2* | *-cegcc*)
verbiste-0.1.47/ltmain.sh:5585:	  testbindir=`$ECHO "$dir" | $SED 's*/lib$*/bin*'`
verbiste-0.1.47/ltmain.sh-5586-	  case :$dllsearchpath: in
##############################################
verbiste-0.1.47/ltmain.sh-6016-      # get the directories listed in $shlibpath_var
verbiste-0.1.47/ltmain.sh:6017:      eval shlib_search_path=\`\$ECHO \"\${$shlibpath_var}\" \| \$SED \'s/:/ /g\'\`
verbiste-0.1.47/ltmain.sh-6018-    else
##############################################
verbiste-0.1.47/ltmain.sh-6331-		  set dummy $deplibs_check_method; shift
verbiste-0.1.47/ltmain.sh:6332:		  match_pattern_regex=`expr "$deplibs_check_method" : "$1 \(.*\)"`
verbiste-0.1.47/ltmain.sh-6333-		  if eval "\$ECHO \"$deplib\"" 2>/dev/null | $SED 10q \
##############################################
verbiste-0.1.47/ltmain.sh-6394-	else
verbiste-0.1.47/ltmain.sh:6395:	  func_fatal_error "cannot find the library \`$lib' or unhandled argument \`$deplib'"
verbiste-0.1.47/ltmain.sh-6396-	fi
##############################################
verbiste-0.1.47/ltmain.sh-6423-	if test -n "$inherited_linker_flags"; then
verbiste-0.1.47/ltmain.sh:6424:	  tmp_inherited_linker_flags=`$ECHO "$inherited_linker_flags" | $SED 's/-framework \([^ $]*\)/\1.ltframework/g'`
verbiste-0.1.47/ltmain.sh-6425-	  for tmp_inherited_linker_flag in $tmp_inherited_linker_flags; do
##############################################
verbiste-0.1.47/ltmain.sh-6431-	fi
verbiste-0.1.47/ltmain.sh:6432:	dependency_libs=`$ECHO " $dependency_libs" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'`
verbiste-0.1.47/ltmain.sh-6433-	if test "$linkmode,$pass" = "lib,link" ||
##############################################
verbiste-0.1.47/ltmain.sh-6504-	*)
verbiste-0.1.47/ltmain.sh:6505:	  abs_ladir=`cd "$ladir" && pwd`
verbiste-0.1.47/ltmain.sh-6506-	  if test -z "$abs_ladir"; then
##############################################
verbiste-0.1.47/ltmain.sh-6757-	    shift
verbiste-0.1.47/ltmain.sh:6758:	    libname=`eval "\\$ECHO \"$libname_spec\""`
verbiste-0.1.47/ltmain.sh-6759-	    # use dlname if we got it. it's perfectly good, no?
##############################################
verbiste-0.1.47/ltmain.sh-7049-		*)
verbiste-0.1.47/ltmain.sh:7050:		  absdir=`cd "$dir" && pwd`
verbiste-0.1.47/ltmain.sh-7051-		  if test -z "$absdir"; then
##############################################
verbiste-0.1.47/ltmain.sh-7060-		  depdepl=
verbiste-0.1.47/ltmain.sh:7061:		  eval deplibrary_names=`${SED} -n -e 's/^library_names=\(.*\)$/\1/p' $deplib`
verbiste-0.1.47/ltmain.sh-7062-		  if test -n "$deplibrary_names" ; then
##############################################
verbiste-0.1.47/ltmain.sh-7067-		      depdepl="$absdir/$objdir/$depdepl"
verbiste-0.1.47/ltmain.sh:7068:		      darwin_install_name=`${OTOOL} -L $depdepl | awk '{if (NR == 2) {print $1;exit}}'`
verbiste-0.1.47/ltmain.sh-7069-                      if test -z "$darwin_install_name"; then
verbiste-0.1.47/ltmain.sh:7070:                          darwin_install_name=`${OTOOL64} -L $depdepl  | awk '{if (NR == 2) {print $1;exit}}'`
verbiste-0.1.47/ltmain.sh-7071-                      fi
##############################################
verbiste-0.1.47/ltmain.sh-7082-		else
verbiste-0.1.47/ltmain.sh:7083:		  eval libdir=`${SED} -n -e 's/^libdir=\(.*\)$/\1/p' $deplib`
verbiste-0.1.47/ltmain.sh-7084-		  test -z "$libdir" && \
##############################################
verbiste-0.1.47/ltmain.sh-7105-	else
verbiste-0.1.47/ltmain.sh:7106:	  compiler_flags="$compiler_flags "`$ECHO " $new_inherited_linker_flags" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'`
verbiste-0.1.47/ltmain.sh-7107-	fi
##############################################
verbiste-0.1.47/ltmain.sh-7254-	test "$module" = no && \
verbiste-0.1.47/ltmain.sh:7255:	  func_fatal_help "libtool library \`$output' must begin with \`lib'"
verbiste-0.1.47/ltmain.sh-7256-
##############################################
verbiste-0.1.47/ltmain.sh-7392-	if test "$age" -gt "$current"; then
verbiste-0.1.47/ltmain.sh:7393:	  func_error "AGE \`$age' is greater than the current interface number \`$current'"
verbiste-0.1.47/ltmain.sh-7394-	  func_fatal_error "\`$vinfo' is not valid version information"
##############################################
verbiste-0.1.47/ltmain.sh-7553-	removelist=
verbiste-0.1.47/ltmain.sh:7554:	tempremovelist=`$ECHO "$output_objdir/*"`
verbiste-0.1.47/ltmain.sh-7555-	for p in $tempremovelist; do
##############################################
verbiste-0.1.47/ltmain.sh-7579-	# Transform .lo files to .o files.
verbiste-0.1.47/ltmain.sh:7580:	oldobjs="$objs "`$ECHO "$libobjs" | $SP2NL | $SED "/\.${libext}$/d; $lo2o" | $NL2SP`
verbiste-0.1.47/ltmain.sh-7581-      fi
##############################################
verbiste-0.1.47/ltmain.sh-7584-      #for path in $notinst_path; do
verbiste-0.1.47/ltmain.sh:7585:      #	lib_search_path=`$ECHO "$lib_search_path " | $SED "s% $path % %g"`
verbiste-0.1.47/ltmain.sh:7586:      #	deplibs=`$ECHO "$deplibs " | $SED "s% -L$path % %g"`
verbiste-0.1.47/ltmain.sh:7587:      #	dependency_libs=`$ECHO "$dependency_libs " | $SED "s% -L$path % %g"`
verbiste-0.1.47/ltmain.sh-7588-      #done
##############################################
verbiste-0.1.47/ltmain.sh-7705-		if test -n "$i" ; then
verbiste-0.1.47/ltmain.sh:7706:		  libname=`eval "\\$ECHO \"$libname_spec\""`
verbiste-0.1.47/ltmain.sh:7707:		  deplib_matches=`eval "\\$ECHO \"$library_names_spec\""`
verbiste-0.1.47/ltmain.sh-7708-		  set dummy $deplib_matches; shift
verbiste-0.1.47/ltmain.sh-7709-		  deplib_match=$1
verbiste-0.1.47/ltmain.sh:7710:		  if test `expr "$ldd_output" : ".*$deplib_match"` -ne 0 ; then
verbiste-0.1.47/ltmain.sh-7711-		    func_append newdeplibs " $i"
##############################################
verbiste-0.1.47/ltmain.sh-7748-		  if test -n "$i" ; then
verbiste-0.1.47/ltmain.sh:7749:		    libname=`eval "\\$ECHO \"$libname_spec\""`
verbiste-0.1.47/ltmain.sh:7750:		    deplib_matches=`eval "\\$ECHO \"$library_names_spec\""`
verbiste-0.1.47/ltmain.sh-7751-		    set dummy $deplib_matches; shift
verbiste-0.1.47/ltmain.sh-7752-		    deplib_match=$1
verbiste-0.1.47/ltmain.sh:7753:		    if test `expr "$ldd_output" : ".*$deplib_match"` -ne 0 ; then
verbiste-0.1.47/ltmain.sh-7754-		      func_append newdeplibs " $i"
##############################################
verbiste-0.1.47/ltmain.sh-7783-	  set dummy $deplibs_check_method; shift
verbiste-0.1.47/ltmain.sh:7784:	  file_magic_regex=`expr "$deplibs_check_method" : "$1 \(.*\)"`
verbiste-0.1.47/ltmain.sh-7785-	  for a_deplib in $deplibs; do
##############################################
verbiste-0.1.47/ltmain.sh-7798-	      if test -n "$a_deplib" ; then
verbiste-0.1.47/ltmain.sh:7799:		libname=`eval "\\$ECHO \"$libname_spec\""`
verbiste-0.1.47/ltmain.sh-7800-		if test -n "$file_magic_glob"; then
verbiste-0.1.47/ltmain.sh:7801:		  libnameglob=`func_echo_all "$libname" | $SED -e $file_magic_glob`
verbiste-0.1.47/ltmain.sh-7802-		else
##############################################
verbiste-0.1.47/ltmain.sh-7808-		    shopt -s nocaseglob
verbiste-0.1.47/ltmain.sh:7809:		    potential_libs=`ls $i/$libnameglob[.-]* 2>/dev/null`
verbiste-0.1.47/ltmain.sh-7810-		    $nocaseglob
verbiste-0.1.47/ltmain.sh-7811-		  else
verbiste-0.1.47/ltmain.sh:7812:		    potential_libs=`ls $i/$libnameglob[.-]* 2>/dev/null`
verbiste-0.1.47/ltmain.sh-7813-		  fi
##############################################
verbiste-0.1.47/ltmain.sh-7826-		      while test -h "$potlib" 2>/dev/null; do
verbiste-0.1.47/ltmain.sh:7827:			potliblink=`ls -ld $potlib | ${SED} 's/.* -> //'`
verbiste-0.1.47/ltmain.sh-7828-			case $potliblink in
verbiste-0.1.47/ltmain.sh-7829-			[\\/]* | [A-Za-z]:[\\/]*) potlib="$potliblink";;
verbiste-0.1.47/ltmain.sh:7830:			*) potlib=`$ECHO "$potlib" | $SED 's,[^/]*$,,'`"$potliblink";;
verbiste-0.1.47/ltmain.sh-7831-			esac
##############################################
verbiste-0.1.47/ltmain.sh-7867-	  set dummy $deplibs_check_method; shift
verbiste-0.1.47/ltmain.sh:7868:	  match_pattern_regex=`expr "$deplibs_check_method" : "$1 \(.*\)"`
verbiste-0.1.47/ltmain.sh-7869-	  for a_deplib in $deplibs; do
##############################################
verbiste-0.1.47/ltmain.sh-7882-	      if test -n "$a_deplib" ; then
verbiste-0.1.47/ltmain.sh:7883:		libname=`eval "\\$ECHO \"$libname_spec\""`
verbiste-0.1.47/ltmain.sh-7884-		for i in $lib_search_path $sys_lib_search_path $shlib_search_path; do
verbiste-0.1.47/ltmain.sh:7885:		  potential_libs=`ls $i/$libname[.-]* 2>/dev/null`
verbiste-0.1.47/ltmain.sh-7886-		  for potent_lib in $potential_libs; do
##############################################
verbiste-0.1.47/ltmain.sh-7921-	  newdeplibs=""
verbiste-0.1.47/ltmain.sh:7922:	  tmp_deplibs=`$ECHO " $deplibs" | $SED 's/ -lc$//; s/ -[LR][^ ]*//g'`
verbiste-0.1.47/ltmain.sh-7923-	  if test "X$allow_libtool_libs_with_static_runtimes" = "Xyes" ; then
##############################################
verbiste-0.1.47/ltmain.sh-7925-	      # can't use Xsed below, because $i might contain '/'
verbiste-0.1.47/ltmain.sh:7926:	      tmp_deplibs=`$ECHO " $tmp_deplibs" | $SED "s,$i,,"`
verbiste-0.1.47/ltmain.sh-7927-	    done
##############################################
verbiste-0.1.47/ltmain.sh-7951-	  # On Rhapsody replace the C library with the System framework
verbiste-0.1.47/ltmain.sh:7952:	  newdeplibs=`$ECHO " $newdeplibs" | $SED 's/ -lc / System.ltframework /'`
verbiste-0.1.47/ltmain.sh-7953-	  ;;
##############################################
verbiste-0.1.47/ltmain.sh-8003-	*-*-darwin*)
verbiste-0.1.47/ltmain.sh:8004:	  newdeplibs=`$ECHO " $newdeplibs" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'`
verbiste-0.1.47/ltmain.sh:8005:	  new_inherited_linker_flags=`$ECHO " $new_inherited_linker_flags" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'`
verbiste-0.1.47/ltmain.sh:8006:	  deplibs=`$ECHO " $deplibs" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'`
verbiste-0.1.47/ltmain.sh-8007-	  ;;
##############################################
verbiste-0.1.47/ltmain.sh-8130-	# Use standard objects if they are pic
verbiste-0.1.47/ltmain.sh:8131:	test -z "$pic_flag" && libobjs=`$ECHO "$libobjs" | $SP2NL | $SED "$lo2o" | $NL2SP`
verbiste-0.1.47/ltmain.sh-8132-	test "X$libobjs" = "X " && libobjs=
##############################################
verbiste-0.1.47/ltmain.sh-8145-	    # exporting using user supplied symfile
verbiste-0.1.47/ltmain.sh:8146:	    if test "x`$SED 1q $export_symbols`" != xEXPORTS; then
verbiste-0.1.47/ltmain.sh-8147-	      # and it's NOT already a .def file. Must figure out
##############################################
verbiste-0.1.47/ltmain.sh-8642-	  eval tmp_whole_archive_flags=\"$whole_archive_flag_spec\"
verbiste-0.1.47/ltmain.sh:8643:	  reload_conv_objs=$reload_objs\ `$ECHO "$tmp_whole_archive_flags" | $SED 's|,| |g'`
verbiste-0.1.47/ltmain.sh-8644-	else
##############################################
verbiste-0.1.47/ltmain.sh-8656-      # Create the old-style object.
verbiste-0.1.47/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
verbiste-0.1.47/ltmain.sh-8658-
##############################################
verbiste-0.1.47/ltmain.sh-8716-	# On Rhapsody replace the C library is the System framework
verbiste-0.1.47/ltmain.sh:8717:	compile_deplibs=`$ECHO " $compile_deplibs" | $SED 's/ -lc / System.ltframework /'`
verbiste-0.1.47/ltmain.sh:8718:	finalize_deplibs=`$ECHO " $finalize_deplibs" | $SED 's/ -lc / System.ltframework /'`
verbiste-0.1.47/ltmain.sh-8719-	;;
##############################################
verbiste-0.1.47/ltmain.sh-8734-	# Time to change all our "foo.ltframework" stuff back to "-framework foo"
verbiste-0.1.47/ltmain.sh:8735:	compile_deplibs=`$ECHO " $compile_deplibs" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'`
verbiste-0.1.47/ltmain.sh:8736:	finalize_deplibs=`$ECHO " $finalize_deplibs" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'`
verbiste-0.1.47/ltmain.sh-8737-	;;
##############################################
verbiste-0.1.47/ltmain.sh-8812-	*-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-os2* | *-cegcc*)
verbiste-0.1.47/ltmain.sh:8813:	  testbindir=`${ECHO} "$libdir" | ${SED} -e 's*/lib$*/bin*'`
verbiste-0.1.47/ltmain.sh-8814-	  case :$dllsearchpath: in
##############################################
verbiste-0.1.47/ltmain.sh-8872-	# Transform all the library objects into standard objects.
verbiste-0.1.47/ltmain.sh:8873:	compile_command=`$ECHO "$compile_command" | $SP2NL | $SED "$lo2o" | $NL2SP`
verbiste-0.1.47/ltmain.sh:8874:	finalize_command=`$ECHO "$finalize_command" | $SP2NL | $SED "$lo2o" | $NL2SP`
verbiste-0.1.47/ltmain.sh-8875-      fi
##############################################
verbiste-0.1.47/ltmain.sh-8902-	# Replace the output file specification.
verbiste-0.1.47/ltmain.sh:8903:	compile_command=`$ECHO "$compile_command" | $SED 's%@OUTPUT@%'"$output"'%g'`
verbiste-0.1.47/ltmain.sh-8904-	link_command="$compile_command$compile_rpath"
##############################################
verbiste-0.1.47/ltmain.sh-8911-	  func_to_tool_file "$output"
verbiste-0.1.47/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'`
verbiste-0.1.47/ltmain.sh-8913-	  func_execute_cmds "$postlink_cmds" 'exit $?'
##############################################
verbiste-0.1.47/ltmain.sh-8955-	# Replace the output file specification.
verbiste-0.1.47/ltmain.sh:8956:	link_command=`$ECHO "$link_command" | $SED 's%@OUTPUT@%'"$output"'%g'`
verbiste-0.1.47/ltmain.sh-8957-	# Delete the old output file.
##############################################
verbiste-0.1.47/ltmain.sh-8963-	  func_to_tool_file "$output"
verbiste-0.1.47/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'`
verbiste-0.1.47/ltmain.sh-8965-	  func_execute_cmds "$postlink_cmds" 'exit $?'
##############################################
verbiste-0.1.47/ltmain.sh-8981-	  if test "$fast_install" = yes; then
verbiste-0.1.47/ltmain.sh:8982:	    relink_command=`$ECHO "$compile_var$compile_command$compile_rpath" | $SED 's%@OUTPUT@%\$progdir/\$file%g'`
verbiste-0.1.47/ltmain.sh-8983-	  else
##############################################
verbiste-0.1.47/ltmain.sh-8993-      # Replace the output file specification.
verbiste-0.1.47/ltmain.sh:8994:      link_command=`$ECHO "$link_command" | $SED 's%@OUTPUT@%'"$output_objdir/$outputname"'%g'`
verbiste-0.1.47/ltmain.sh-8995-
##############################################
verbiste-0.1.47/ltmain.sh-9002-	func_to_tool_file "$output_objdir/$outputname"
verbiste-0.1.47/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'`
verbiste-0.1.47/ltmain.sh-9004-	func_execute_cmds "$postlink_cmds" 'exit $?'
##############################################
verbiste-0.1.47/ltmain.sh-9023-	relink_command="(cd `pwd`; $relink_command)"
verbiste-0.1.47/ltmain.sh:9024:	relink_command=`$ECHO "$relink_command" | $SED "$sed_quote_subst"`
verbiste-0.1.47/ltmain.sh-9025-      fi
##############################################
verbiste-0.1.47/ltmain.sh-9267-      relink_command="(cd `pwd`; $SHELL $progpath $preserve_args --mode=relink $libtool_args @inst_prefix_dir@)"
verbiste-0.1.47/ltmain.sh:9268:      relink_command=`$ECHO "$relink_command" | $SED "$sed_quote_subst"`
verbiste-0.1.47/ltmain.sh-9269-      if test "$hardcode_automatic" = yes ; then
##############################################
verbiste-0.1.47/ltmain.sh-9288-		func_resolve_sysroot "$deplib"
verbiste-0.1.47/ltmain.sh:9289:		eval libdir=`${SED} -n -e 's/^libdir=\(.*\)$/\1/p' $func_resolve_sysroot_result`
verbiste-0.1.47/ltmain.sh-9290-		test -z "$libdir" && \
##############################################
verbiste-0.1.47/ltmain.sh-9314-		name="$func_basename_result"
verbiste-0.1.47/ltmain.sh:9315:		eval libdir=`${SED} -n -e 's/^libdir=\(.*\)$/\1/p' $lib`
verbiste-0.1.47/ltmain.sh-9316-		test -z "$libdir" && \
##############################################
verbiste-0.1.47/ltmain.sh-9333-		name="$func_basename_result"
verbiste-0.1.47/ltmain.sh:9334:		eval libdir=`${SED} -n -e 's/^libdir=\(.*\)$/\1/p' $lib`
verbiste-0.1.47/ltmain.sh-9335-		test -z "$libdir" && \
##############################################
verbiste-0.1.47/ltmain.sh-9652-# ### BEGIN LIBTOOL TAG CONFIG: disable-static
verbiste-0.1.47/ltmain.sh:9653:build_old_libs=`case $build_libtool_libs in yes) echo no;; *) echo yes;; esac`
verbiste-0.1.47/ltmain.sh-9654-# ### END LIBTOOL TAG CONFIG: disable-static
##############################################
verbiste-0.1.47/config.sub-52-
verbiste-0.1.47/config.sub:53:me=`echo "$0" | sed -e 's,.*/,,'`
verbiste-0.1.47/config.sub-54-
##############################################
verbiste-0.1.47/config.sub-115-# Here we must recognize all the valid KERNEL-OS combinations.
verbiste-0.1.47/config.sub:116:maybe_os=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\2/'`
verbiste-0.1.47/config.sub-117-case $maybe_os in
##############################################
verbiste-0.1.47/config.sub-123-    os=-$maybe_os
verbiste-0.1.47/config.sub:124:    basic_machine=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\1/'`
verbiste-0.1.47/config.sub-125-    ;;
##############################################
verbiste-0.1.47/config.sub-127-    os=-linux-android
verbiste-0.1.47/config.sub:128:    basic_machine=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\1/'`-unknown
verbiste-0.1.47/config.sub-129-    ;;
verbiste-0.1.47/config.sub-130-  *)
verbiste-0.1.47/config.sub:131:    basic_machine=`echo $1 | sed 's/-[^-]*$//'`
verbiste-0.1.47/config.sub-132-    if [ $basic_machine != $1 ]
verbiste-0.1.47/config.sub:133:    then os=`echo $1 | sed 's/.*-/-/'`
verbiste-0.1.47/config.sub-134-    else os=; fi
##############################################
verbiste-0.1.47/config.sub-181-		os=-sco5v6
verbiste-0.1.47/config.sub:182:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
verbiste-0.1.47/config.sub-183-		;;
##############################################
verbiste-0.1.47/config.sub-185-		os=-sco3.2v5
verbiste-0.1.47/config.sub:186:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
verbiste-0.1.47/config.sub-187-		;;
##############################################
verbiste-0.1.47/config.sub-189-		os=-sco3.2v4
verbiste-0.1.47/config.sub:190:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
verbiste-0.1.47/config.sub-191-		;;
verbiste-0.1.47/config.sub-192-	-sco3.2.[4-9]*)
verbiste-0.1.47/config.sub:193:		os=`echo $os | sed -e 's/sco3.2./sco3.2v/'`
verbiste-0.1.47/config.sub:194:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
verbiste-0.1.47/config.sub-195-		;;
##############################################
verbiste-0.1.47/config.sub-197-		# Don't forget version if it is 3.2v4 or newer.
verbiste-0.1.47/config.sub:198:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
verbiste-0.1.47/config.sub-199-		;;
##############################################
verbiste-0.1.47/config.sub-201-		# Don't forget version if it is 3.2v4 or newer.
verbiste-0.1.47/config.sub:202:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
verbiste-0.1.47/config.sub-203-		;;
##############################################
verbiste-0.1.47/config.sub-205-		os=-sco3.2v2
verbiste-0.1.47/config.sub:206:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
verbiste-0.1.47/config.sub-207-		;;
verbiste-0.1.47/config.sub-208-	-udk*)
verbiste-0.1.47/config.sub:209:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
verbiste-0.1.47/config.sub-210-		;;
##############################################
verbiste-0.1.47/config.sub-212-		os=-isc2.2
verbiste-0.1.47/config.sub:213:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
verbiste-0.1.47/config.sub-214-		;;
##############################################
verbiste-0.1.47/config.sub-218-	-isc*)
verbiste-0.1.47/config.sub:219:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
verbiste-0.1.47/config.sub-220-		;;
##############################################
verbiste-0.1.47/config.sub-230-	-ptx*)
verbiste-0.1.47/config.sub:231:		basic_machine=`echo $1 | sed -e 's/86-.*/86-sequent/'`
verbiste-0.1.47/config.sub-232-		;;
verbiste-0.1.47/config.sub-233-	-windowsnt*)
verbiste-0.1.47/config.sub:234:		os=`echo $os | sed -e 's/windowsnt/winnt/'`
verbiste-0.1.47/config.sub-235-		;;
##############################################
verbiste-0.1.47/config.sub-367-	*-*-*)
verbiste-0.1.47/config.sub:368:		echo Invalid configuration \`$1\': machine \`$basic_machine\' not recognized 1>&2
verbiste-0.1.47/config.sub-369-		exit 1
##############################################
verbiste-0.1.47/config.sub-494-	amd64-*)
verbiste-0.1.47/config.sub:495:		basic_machine=x86_64-`echo $basic_machine | sed 's/^[^-]*-//'`
verbiste-0.1.47/config.sub-496-		;;
##############################################
verbiste-0.1.47/config.sub-539-	blackfin-*)
verbiste-0.1.47/config.sub:540:		basic_machine=bfin-`echo $basic_machine | sed 's/^[^-]*-//'`
verbiste-0.1.47/config.sub-541-		os=-linux
##############################################
verbiste-0.1.47/config.sub-547-	c54x-*)
verbiste-0.1.47/config.sub:548:		basic_machine=tic54x-`echo $basic_machine | sed 's/^[^-]*-//'`
verbiste-0.1.47/config.sub-549-		;;
verbiste-0.1.47/config.sub-550-	c55x-*)
verbiste-0.1.47/config.sub:551:		basic_machine=tic55x-`echo $basic_machine | sed 's/^[^-]*-//'`
verbiste-0.1.47/config.sub-552-		;;
verbiste-0.1.47/config.sub-553-	c6x-*)
verbiste-0.1.47/config.sub:554:		basic_machine=tic6x-`echo $basic_machine | sed 's/^[^-]*-//'`
verbiste-0.1.47/config.sub-555-		;;
##############################################
verbiste-0.1.47/config.sub-750-	i*86v32)
verbiste-0.1.47/config.sub:751:		basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
verbiste-0.1.47/config.sub-752-		os=-sysv32
##############################################
verbiste-0.1.47/config.sub-754-	i*86v4*)
verbiste-0.1.47/config.sub:755:		basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
verbiste-0.1.47/config.sub-756-		os=-sysv4
##############################################
verbiste-0.1.47/config.sub-758-	i*86v)
verbiste-0.1.47/config.sub:759:		basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
verbiste-0.1.47/config.sub-760-		os=-sysv
##############################################
verbiste-0.1.47/config.sub-762-	i*86sol2)
verbiste-0.1.47/config.sub:763:		basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
verbiste-0.1.47/config.sub-764-		os=-solaris2
##############################################
verbiste-0.1.47/config.sub-788-	leon-*|leon[3-9]-*)
verbiste-0.1.47/config.sub:789:		basic_machine=sparc-`echo $basic_machine | sed 's/-.*//'`
verbiste-0.1.47/config.sub-790-		;;
##############################################
verbiste-0.1.47/config.sub-795-	m68knommu-*)
verbiste-0.1.47/config.sub:796:		basic_machine=m68k-`echo $basic_machine | sed 's/^[^-]*-//'`
verbiste-0.1.47/config.sub-797-		os=-linux
##############################################
verbiste-0.1.47/config.sub-832-	mips3*-*)
verbiste-0.1.47/config.sub:833:		basic_machine=`echo $basic_machine | sed -e 's/mips3/mips64/'`
verbiste-0.1.47/config.sub-834-		;;
verbiste-0.1.47/config.sub-835-	mips3*)
verbiste-0.1.47/config.sub:836:		basic_machine=`echo $basic_machine | sed -e 's/mips3/mips64/'`-unknown
verbiste-0.1.47/config.sub-837-		;;
##############################################
verbiste-0.1.47/config.sub-854-	ms1-*)
verbiste-0.1.47/config.sub:855:		basic_machine=`echo $basic_machine | sed -e 's/ms1-/mt-/'`
verbiste-0.1.47/config.sub-856-		;;
##############################################
verbiste-0.1.47/config.sub-973-	parisc-*)
verbiste-0.1.47/config.sub:974:		basic_machine=hppa-`echo $basic_machine | sed 's/^[^-]*-//'`
verbiste-0.1.47/config.sub-975-		os=-linux
##############################################
verbiste-0.1.47/config.sub-989-	pc98-*)
verbiste-0.1.47/config.sub:990:		basic_machine=i386-`echo $basic_machine | sed 's/^[^-]*-//'`
verbiste-0.1.47/config.sub-991-		;;
##############################################
verbiste-0.1.47/config.sub-1004-	pentium-* | p5-* | k5-* | k6-* | nexgen-* | viac3-*)
verbiste-0.1.47/config.sub:1005:		basic_machine=i586-`echo $basic_machine | sed 's/^[^-]*-//'`
verbiste-0.1.47/config.sub-1006-		;;
verbiste-0.1.47/config.sub-1007-	pentiumpro-* | p6-* | 6x86-* | athlon-*)
verbiste-0.1.47/config.sub:1008:		basic_machine=i686-`echo $basic_machine | sed 's/^[^-]*-//'`
verbiste-0.1.47/config.sub-1009-		;;
verbiste-0.1.47/config.sub-1010-	pentiumii-* | pentium2-* | pentiumiii-* | pentium3-*)
verbiste-0.1.47/config.sub:1011:		basic_machine=i686-`echo $basic_machine | sed 's/^[^-]*-//'`
verbiste-0.1.47/config.sub-1012-		;;
verbiste-0.1.47/config.sub-1013-	pentium4-*)
verbiste-0.1.47/config.sub:1014:		basic_machine=i786-`echo $basic_machine | sed 's/^[^-]*-//'`
verbiste-0.1.47/config.sub-1015-		;;
##############################################
verbiste-0.1.47/config.sub-1023-	ppc-* | ppcbe-*)
verbiste-0.1.47/config.sub:1024:		basic_machine=powerpc-`echo $basic_machine | sed 's/^[^-]*-//'`
verbiste-0.1.47/config.sub-1025-		;;
##############################################
verbiste-0.1.47/config.sub-1029-	ppcle-* | powerpclittle-*)
verbiste-0.1.47/config.sub:1030:		basic_machine=powerpcle-`echo $basic_machine | sed 's/^[^-]*-//'`
verbiste-0.1.47/config.sub-1031-		;;
##############################################
verbiste-0.1.47/config.sub-1033-		;;
verbiste-0.1.47/config.sub:1034:	ppc64-*) basic_machine=powerpc64-`echo $basic_machine | sed 's/^[^-]*-//'`
verbiste-0.1.47/config.sub-1035-		;;
##############################################
verbiste-0.1.47/config.sub-1039-	ppc64le-* | powerpc64little-*)
verbiste-0.1.47/config.sub:1040:		basic_machine=powerpc64le-`echo $basic_machine | sed 's/^[^-]*-//'`
verbiste-0.1.47/config.sub-1041-		;;
##############################################
verbiste-0.1.47/config.sub-1122-	strongarm-* | thumb-*)
verbiste-0.1.47/config.sub:1123:		basic_machine=arm-`echo $basic_machine | sed 's/^[^-]*-//'`
verbiste-0.1.47/config.sub-1124-		;;
##############################################
verbiste-0.1.47/config.sub-1252-	xscale-* | xscalee[bl]-*)
verbiste-0.1.47/config.sub:1253:		basic_machine=`echo $basic_machine | sed 's/^xscale/arm/'`
verbiste-0.1.47/config.sub-1254-		;;
##############################################
verbiste-0.1.47/config.sub-1329-	*)
verbiste-0.1.47/config.sub:1330:		echo Invalid configuration \`$1\': machine \`$basic_machine\' not recognized 1>&2
verbiste-0.1.47/config.sub-1331-		exit 1
##############################################
verbiste-0.1.47/config.sub-1337-	*-digital*)
verbiste-0.1.47/config.sub:1338:		basic_machine=`echo $basic_machine | sed 's/digital.*/dec/'`
verbiste-0.1.47/config.sub-1339-		;;
verbiste-0.1.47/config.sub-1340-	*-commodore*)
verbiste-0.1.47/config.sub:1341:		basic_machine=`echo $basic_machine | sed 's/commodore.*/cbm/'`
verbiste-0.1.47/config.sub-1342-		;;
##############################################
verbiste-0.1.47/config.sub-1358-	-solaris1 | -solaris1.*)
verbiste-0.1.47/config.sub:1359:		os=`echo $os | sed -e 's|solaris1|sunos4|'`
verbiste-0.1.47/config.sub-1360-		;;
##############################################
verbiste-0.1.47/config.sub-1370-	-gnu/linux*)
verbiste-0.1.47/config.sub:1371:		os=`echo $os | sed -e 's|gnu/linux|linux-gnu|'`
verbiste-0.1.47/config.sub-1372-		;;
##############################################
verbiste-0.1.47/config.sub-1416-	-nto*)
verbiste-0.1.47/config.sub:1417:		os=`echo $os | sed -e 's|nto|nto-qnx|'`
verbiste-0.1.47/config.sub-1418-		;;
##############################################
verbiste-0.1.47/config.sub-1423-	-mac*)
verbiste-0.1.47/config.sub:1424:		os=`echo $os | sed -e 's|mac|macos|'`
verbiste-0.1.47/config.sub-1425-		;;
##############################################
verbiste-0.1.47/config.sub-1429-	-linux*)
verbiste-0.1.47/config.sub:1430:		os=`echo $os | sed -e 's|linux|linux-gnu|'`
verbiste-0.1.47/config.sub-1431-		;;
verbiste-0.1.47/config.sub-1432-	-sunos5*)
verbiste-0.1.47/config.sub:1433:		os=`echo $os | sed -e 's|sunos5|solaris2|'`
verbiste-0.1.47/config.sub-1434-		;;
verbiste-0.1.47/config.sub-1435-	-sunos6*)
verbiste-0.1.47/config.sub:1436:		os=`echo $os | sed -e 's|sunos6|solaris3|'`
verbiste-0.1.47/config.sub-1437-		;;
##############################################
verbiste-0.1.47/config.sub-1484-	-sinix5.*)
verbiste-0.1.47/config.sub:1485:		os=`echo $os | sed -e 's|sinix|sysv|'`
verbiste-0.1.47/config.sub-1486-		;;
##############################################
verbiste-0.1.47/config.sub-1537-		# Get rid of the `-' at the beginning of $os.
verbiste-0.1.47/config.sub:1538:		os=`echo $os | sed 's/[^-]*-//'`
verbiste-0.1.47/config.sub:1539:		echo Invalid configuration \`$1\': system \`$os\' not recognized 1>&2
verbiste-0.1.47/config.sub-1540-		exit 1
##############################################
verbiste-0.1.47/config.sub-1800-		esac
verbiste-0.1.47/config.sub:1801:		basic_machine=`echo $basic_machine | sed "s/unknown/$vendor/"`
verbiste-0.1.47/config.sub-1802-		;;
##############################################
verbiste-0.1.47/po/Makefile.in.in-67-.po.gmo:
verbiste-0.1.47/po/Makefile.in.in:68:	@lang=`echo $* | sed -e 's,.*/,,'`; \
verbiste-0.1.47/po/Makefile.in.in-69-	test "$(srcdir)" = . && cdcmd="" || cdcmd="cd $(srcdir) && "; \
##############################################
verbiste-0.1.47/po/Makefile.in.in-146-$(POFILES): $(srcdir)/$(DOMAIN).pot
verbiste-0.1.47/po/Makefile.in.in:147:	@lang=`echo $@ | sed -e 's,.*/,,' -e 's/\.po$$//'`; \
verbiste-0.1.47/po/Makefile.in.in-148-	if test -f "$(srcdir)/$${lang}.po"; then \
##############################################
verbiste-0.1.47/po/Makefile.in.in-176-	for cat in $$catalogs; do \
verbiste-0.1.47/po/Makefile.in.in:177:	  cat=`basename $$cat`; \
verbiste-0.1.47/po/Makefile.in.in:178:	  lang=`echo $$cat | sed -e 's/\.gmo$$//'`; \
verbiste-0.1.47/po/Makefile.in.in-179-	  dir=$(localedir)/$$lang/LC_MESSAGES; \
##############################################
verbiste-0.1.47/po/Makefile.in.in-186-	      if (cd $(DESTDIR)$(localedir)/$$lang && LC_ALL=C ls -l -d $$lc 2>/dev/null) | grep ' -> ' >/dev/null; then \
verbiste-0.1.47/po/Makefile.in.in:187:	        link=`cd $(DESTDIR)$(localedir)/$$lang && LC_ALL=C ls -l -d $$lc | sed -e 's/^.* -> //'`; \
verbiste-0.1.47/po/Makefile.in.in-188-	        mv $(DESTDIR)$(localedir)/$$lang/$$lc $(DESTDIR)$(localedir)/$$lang/$$lc.old; \
##############################################
verbiste-0.1.47/po/Makefile.in.in-228-	for cat in $$catalogs; do \
verbiste-0.1.47/po/Makefile.in.in:229:	  cat=`basename $$cat`; \
verbiste-0.1.47/po/Makefile.in.in:230:	  lang=`echo $$cat | sed -e 's/\.gmo$$//'`; \
verbiste-0.1.47/po/Makefile.in.in-231-	  dir=$(localedir)/$$lang/LC_MESSAGES; \
##############################################
verbiste-0.1.47/po/Makefile.in.in-235-	      if (cd $(DESTDIR)$(localedir)/$$lang && LC_ALL=C ls -l -d $$lc 2>/dev/null) | grep ' -> ' >/dev/null; then \
verbiste-0.1.47/po/Makefile.in.in:236:	        link=`cd $(DESTDIR)$(localedir)/$$lang && LC_ALL=C ls -l -d $$lc | sed -e 's/^.* -> //'`; \
verbiste-0.1.47/po/Makefile.in.in-237-	        mv $(DESTDIR)$(localedir)/$$lang/$$lc $(DESTDIR)$(localedir)/$$lang/$$lc.old; \
##############################################
verbiste-0.1.47/po/Makefile.in.in-274-	for cat in $$catalogs; do \
verbiste-0.1.47/po/Makefile.in.in:275:	  cat=`basename $$cat`; \
verbiste-0.1.47/po/Makefile.in.in:276:	  lang=`echo $$cat | sed -e 's/\.gmo$$//'`; \
verbiste-0.1.47/po/Makefile.in.in-277-	  for lc in LC_MESSAGES $(EXTRA_LOCALE_CATEGORIES); do \
##############################################
verbiste-0.1.47/po/Makefile.in.in-339-.nop.po-create:
verbiste-0.1.47/po/Makefile.in.in:340:	@lang=`echo $@ | sed -e 's/\.po-create$$//'`; \
verbiste-0.1.47/po/Makefile.in.in-341-	echo "File $$lang.po does not exist. If you are a translator, you can create it through 'msginit'." 1>&2; \
##############################################
verbiste-0.1.47/po/Makefile.in.in-346-.nop.po-update:
verbiste-0.1.47/po/Makefile.in.in:347:	@lang=`echo $@ | sed -e 's/\.po-update$$//'`; \
verbiste-0.1.47/po/Makefile.in.in-348-	if test "$(PACKAGE)" = "gettext-tools"; then PATH=`pwd`/../src:$$PATH; fi; \
##############################################
verbiste-0.1.47/po/Rules-quot-15-.insert-header.po-update-en:
verbiste-0.1.47/po/Rules-quot:16:	@lang=`echo $@ | sed -e 's/\.po-update-en$$//'`; \
verbiste-0.1.47/po/Rules-quot:17:	if test "$(PACKAGE)" = "gettext"; then PATH=`pwd`/../src:$$PATH; GETTEXTLIBDIR=`cd $(top_srcdir)/src && pwd`; export GETTEXTLIBDIR; fi; \
verbiste-0.1.47/po/Rules-quot-18-	tmpdir=`pwd`; \
verbiste-0.1.47/po/Rules-quot-19-	echo "$$lang:"; \
verbiste-0.1.47/po/Rules-quot:20:	ll=`echo $$lang | sed -e 's/@.*//'`; \
verbiste-0.1.47/po/Rules-quot-21-	LC_ALL=C; export LC_ALL; \
verbiste-0.1.47/po/Rules-quot-22-	cd $(srcdir); \
verbiste-0.1.47/po/Rules-quot:23:	if $(MSGINIT) -i $(DOMAIN).pot --no-translator -l $$ll -o - 2>/dev/null | sed -f $$tmpdir/$$lang.insert-header | $(MSGCONV) -t UTF-8 | $(MSGFILTER) sed -f `echo $$lang | sed -e 's/.*@//'`.sed 2>/dev/null > $$tmpdir/$$lang.new.po; then \
verbiste-0.1.47/po/Rules-quot-24-	  if cmp $$lang.po $$tmpdir/$$lang.new.po >/dev/null 2>&1; then \
##############################################
verbiste-0.1.47/install-sh-229-      fi
verbiste-0.1.47/install-sh:230:      cp_umask=`expr '(' 777 - $mode % 1000 ')' $u_plus_rw`;;
verbiste-0.1.47/install-sh-231-    *)
##############################################
verbiste-0.1.47/install-sh-276-      dstdir=$dst
verbiste-0.1.47/install-sh:277:      dst=$dstdir/`basename "$src"`
verbiste-0.1.47/install-sh-278-      dstdir_status=0
##############################################
verbiste-0.1.47/install-sh-358-		   # FreeBSD 6.1 mkdir -m -p sets mode of existing directory.
verbiste-0.1.47/install-sh:359:		   ls_ld_tmpdir=`ls -ld "$tmpdir"`
verbiste-0.1.47/install-sh-360-		   case $ls_ld_tmpdir in
##############################################
verbiste-0.1.47/install-sh-365-		   $mkdirprog -m$different_mode -p -- "$tmpdir" && {
verbiste-0.1.47/install-sh:366:		     ls_ld_tmpdir_1=`ls -ld "$tmpdir"`
verbiste-0.1.47/install-sh-367-		     test "$ls_ld_tmpdir" = "$ls_ld_tmpdir_1"
##############################################
verbiste-0.1.47/install-sh-425-	    case $prefix in
verbiste-0.1.47/install-sh:426:	      *\'*) qprefix=`echo "$prefix" | sed "s/'/'\\\\\\\\''/g"`;;
verbiste-0.1.47/install-sh-427-	      *) qprefix=$prefix;;
##############################################
verbiste-0.1.47/install-sh-474-    if $copy_on_change &&
verbiste-0.1.47/install-sh:475:       old=`LC_ALL=C ls -dlL "$dst"	2>/dev/null` &&
verbiste-0.1.47/install-sh:476:       new=`LC_ALL=C ls -dlL "$dsttmp"	2>/dev/null` &&
verbiste-0.1.47/install-sh-477-
##############################################
verbiste-0.1.47/src/mate/Makefile.in-43-  { \
verbiste-0.1.47/src/mate/Makefile.in:44:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
verbiste-0.1.47/src/mate/Makefile.in-45-  }; \
##############################################
verbiste-0.1.47/src/mate/Makefile.in-191-  esac
verbiste-0.1.47/src/mate/Makefile.in:192:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
verbiste-0.1.47/src/mate/Makefile.in-193-am__vpath_adj = case $$p in \
verbiste-0.1.47/src/mate/Makefile.in:194:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
verbiste-0.1.47/src/mate/Makefile.in-195-    *) f=$$p;; \
verbiste-0.1.47/src/mate/Makefile.in-196-  esac;
verbiste-0.1.47/src/mate/Makefile.in:197:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
verbiste-0.1.47/src/mate/Makefile.in-198-am__install_max = 40
verbiste-0.1.47/src/mate/Makefile.in-199-am__nobase_strip_setup = \
verbiste-0.1.47/src/mate/Makefile.in:200:  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
verbiste-0.1.47/src/mate/Makefile.in-201-am__nobase_strip = \
##############################################
verbiste-0.1.47/src/mate/Makefile.in-543-	test -n "$(EXEEXT)" || exit 0; \
verbiste-0.1.47/src/mate/Makefile.in:544:	list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
verbiste-0.1.47/src/mate/Makefile.in-545-	echo " rm -f" $$list; \
##############################################
verbiste-0.1.47/src/mate/Makefile.in-568-.cpp.obj:
verbiste-0.1.47/src/mate/Makefile.in:569:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
verbiste-0.1.47/src/mate/Makefile.in-570-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
##############################################
verbiste-0.1.47/src/mate/Makefile.in-572-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
verbiste-0.1.47/src/mate/Makefile.in:573:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
verbiste-0.1.47/src/mate/Makefile.in-574-
##############################################
verbiste-0.1.47/src/mate/Makefile.in-582-verbiste_mate_applet-panel-applet.o: panel-applet.cpp
verbiste-0.1.47/src/mate/Makefile.in:583:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(verbiste_mate_applet_CXXFLAGS) $(CXXFLAGS) -MT verbiste_mate_applet-panel-applet.o -MD -MP -MF $(DEPDIR)/verbiste_mate_applet-panel-applet.Tpo -c -o verbiste_mate_applet-panel-applet.o `test -f 'panel-applet.cpp' || echo '$(srcdir)/'`panel-applet.cpp
verbiste-0.1.47/src/mate/Makefile.in-584-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/verbiste_mate_applet-panel-applet.Tpo $(DEPDIR)/verbiste_mate_applet-panel-applet.Po
##############################################
verbiste-0.1.47/src/mate/Makefile.in-586-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
verbiste-0.1.47/src/mate/Makefile.in:587:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(verbiste_mate_applet_CXXFLAGS) $(CXXFLAGS) -c -o verbiste_mate_applet-panel-applet.o `test -f 'panel-applet.cpp' || echo '$(srcdir)/'`panel-applet.cpp
verbiste-0.1.47/src/mate/Makefile.in-588-
verbiste-0.1.47/src/mate/Makefile.in-589-verbiste_mate_applet-panel-applet.obj: panel-applet.cpp
verbiste-0.1.47/src/mate/Makefile.in:590:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(verbiste_mate_applet_CXXFLAGS) $(CXXFLAGS) -MT verbiste_mate_applet-panel-applet.obj -MD -MP -MF $(DEPDIR)/verbiste_mate_applet-panel-applet.Tpo -c -o verbiste_mate_applet-panel-applet.obj `if test -f 'panel-applet.cpp'; then $(CYGPATH_W) 'panel-applet.cpp'; else $(CYGPATH_W) '$(srcdir)/panel-applet.cpp'; fi`
verbiste-0.1.47/src/mate/Makefile.in-591-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/verbiste_mate_applet-panel-applet.Tpo $(DEPDIR)/verbiste_mate_applet-panel-applet.Po
##############################################
verbiste-0.1.47/src/mate/Makefile.in-593-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
verbiste-0.1.47/src/mate/Makefile.in:594:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(verbiste_mate_applet_CXXFLAGS) $(CXXFLAGS) -c -o verbiste_mate_applet-panel-applet.obj `if test -f 'panel-applet.cpp'; then $(CYGPATH_W) 'panel-applet.cpp'; else $(CYGPATH_W) '$(srcdir)/panel-applet.cpp'; fi`
verbiste-0.1.47/src/mate/Makefile.in-595-
verbiste-0.1.47/src/mate/Makefile.in-596-verbiste_mate_applet-config.o: config.cpp
verbiste-0.1.47/src/mate/Makefile.in:597:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(verbiste_mate_applet_CXXFLAGS) $(CXXFLAGS) -MT verbiste_mate_applet-config.o -MD -MP -MF $(DEPDIR)/verbiste_mate_applet-config.Tpo -c -o verbiste_mate_applet-config.o `test -f 'config.cpp' || echo '$(srcdir)/'`config.cpp
verbiste-0.1.47/src/mate/Makefile.in-598-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/verbiste_mate_applet-config.Tpo $(DEPDIR)/verbiste_mate_applet-config.Po
##############################################
verbiste-0.1.47/src/mate/Makefile.in-600-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
verbiste-0.1.47/src/mate/Makefile.in:601:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(verbiste_mate_applet_CXXFLAGS) $(CXXFLAGS) -c -o verbiste_mate_applet-config.o `test -f 'config.cpp' || echo '$(srcdir)/'`config.cpp
verbiste-0.1.47/src/mate/Makefile.in-602-
verbiste-0.1.47/src/mate/Makefile.in-603-verbiste_mate_applet-config.obj: config.cpp
verbiste-0.1.47/src/mate/Makefile.in:604:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(verbiste_mate_applet_CXXFLAGS) $(CXXFLAGS) -MT verbiste_mate_applet-config.obj -MD -MP -MF $(DEPDIR)/verbiste_mate_applet-config.Tpo -c -o verbiste_mate_applet-config.obj `if test -f 'config.cpp'; then $(CYGPATH_W) 'config.cpp'; else $(CYGPATH_W) '$(srcdir)/config.cpp'; fi`
verbiste-0.1.47/src/mate/Makefile.in-605-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/verbiste_mate_applet-config.Tpo $(DEPDIR)/verbiste_mate_applet-config.Po
##############################################
verbiste-0.1.47/src/mate/Makefile.in-607-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
verbiste-0.1.47/src/mate/Makefile.in:608:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(verbiste_mate_applet_CXXFLAGS) $(CXXFLAGS) -c -o verbiste_mate_applet-config.obj `if test -f 'config.cpp'; then $(CYGPATH_W) 'config.cpp'; else $(CYGPATH_W) '$(srcdir)/config.cpp'; fi`
verbiste-0.1.47/src/mate/Makefile.in-609-
##############################################
verbiste-0.1.47/src/mate/Makefile.in-633-	@list='$(dbus_DATA)'; test -n "$(dbusdir)" || list=; \
verbiste-0.1.47/src/mate/Makefile.in:634:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
verbiste-0.1.47/src/mate/Makefile.in-635-	dir='$(DESTDIR)$(dbusdir)'; $(am__uninstall_files_from_dir)
##############################################
verbiste-0.1.47/src/mate/Makefile.in-654-	@list='$(mateapplets_DATA)'; test -n "$(mateappletsdir)" || list=; \
verbiste-0.1.47/src/mate/Makefile.in:655:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
verbiste-0.1.47/src/mate/Makefile.in-656-	dir='$(DESTDIR)$(mateappletsdir)'; $(am__uninstall_files_from_dir)
##############################################
verbiste-0.1.47/src/mate/Makefile.in-687-GTAGS:
verbiste-0.1.47/src/mate/Makefile.in:688:	here=`$(am__cd) $(top_builddir) && pwd` \
verbiste-0.1.47/src/mate/Makefile.in-689-	  && $(am__cd) $(top_srcdir) \
##############################################
verbiste-0.1.47/src/mate/Makefile.in-710-distdir: $(DISTFILES)
verbiste-0.1.47/src/mate/Makefile.in:711:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
verbiste-0.1.47/src/mate/Makefile.in:712:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
verbiste-0.1.47/src/mate/Makefile.in-713-	list='$(DISTFILES)'; \
##############################################
verbiste-0.1.47/src/mate/Makefile.in-724-	  if test -d $$d/$$file; then \
verbiste-0.1.47/src/mate/Makefile.in:725:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
verbiste-0.1.47/src/mate/Makefile.in-726-	    if test -d "$(distdir)/$$file"; then \
##############################################
verbiste-0.1.47/src/gtk/Makefile.am-63-check:
verbiste-0.1.47/src/gtk/Makefile.am:64:	test "`env DISPLAY= ./$(PACKAGE)-gtk --version`" = "$(PACKAGE) $(VERSION)"
verbiste-0.1.47/src/gtk/Makefile.am-65-	env DISPLAY= ./$(PACKAGE)-gtk --version 2>&1 > /dev/null
##############################################
verbiste-0.1.47/src/gtk/Makefile.in-44-  { \
verbiste-0.1.47/src/gtk/Makefile.in:45:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
verbiste-0.1.47/src/gtk/Makefile.in-46-  }; \
##############################################
verbiste-0.1.47/src/gtk/Makefile.in-214-  esac
verbiste-0.1.47/src/gtk/Makefile.in:215:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
verbiste-0.1.47/src/gtk/Makefile.in-216-am__vpath_adj = case $$p in \
verbiste-0.1.47/src/gtk/Makefile.in:217:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
verbiste-0.1.47/src/gtk/Makefile.in-218-    *) f=$$p;; \
verbiste-0.1.47/src/gtk/Makefile.in-219-  esac;
verbiste-0.1.47/src/gtk/Makefile.in:220:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
verbiste-0.1.47/src/gtk/Makefile.in-221-am__install_max = 40
verbiste-0.1.47/src/gtk/Makefile.in-222-am__nobase_strip_setup = \
verbiste-0.1.47/src/gtk/Makefile.in:223:  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
verbiste-0.1.47/src/gtk/Makefile.in-224-am__nobase_strip = \
##############################################
verbiste-0.1.47/src/gtk/Makefile.in-619-	test -n "$(EXEEXT)" || exit 0; \
verbiste-0.1.47/src/gtk/Makefile.in:620:	list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
verbiste-0.1.47/src/gtk/Makefile.in-621-	echo " rm -f" $$list; \
##############################################
verbiste-0.1.47/src/gtk/Makefile.in-646-.cpp.obj:
verbiste-0.1.47/src/gtk/Makefile.in:647:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
verbiste-0.1.47/src/gtk/Makefile.in-648-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
##############################################
verbiste-0.1.47/src/gtk/Makefile.in-650-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
verbiste-0.1.47/src/gtk/Makefile.in:651:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
verbiste-0.1.47/src/gtk/Makefile.in-652-
##############################################
verbiste-0.1.47/src/gtk/Makefile.in-660-libgtkapp_la-main-window.lo: main-window.cpp
verbiste-0.1.47/src/gtk/Makefile.in:661:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgtkapp_la_CXXFLAGS) $(CXXFLAGS) -MT libgtkapp_la-main-window.lo -MD -MP -MF $(DEPDIR)/libgtkapp_la-main-window.Tpo -c -o libgtkapp_la-main-window.lo `test -f 'main-window.cpp' || echo '$(srcdir)/'`main-window.cpp
verbiste-0.1.47/src/gtk/Makefile.in-662-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libgtkapp_la-main-window.Tpo $(DEPDIR)/libgtkapp_la-main-window.Plo
##############################################
verbiste-0.1.47/src/gtk/Makefile.in-664-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
verbiste-0.1.47/src/gtk/Makefile.in:665:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgtkapp_la_CXXFLAGS) $(CXXFLAGS) -c -o libgtkapp_la-main-window.lo `test -f 'main-window.cpp' || echo '$(srcdir)/'`main-window.cpp
verbiste-0.1.47/src/gtk/Makefile.in-666-
verbiste-0.1.47/src/gtk/Makefile.in-667-libgtkapp_la-util.lo: util.cpp
verbiste-0.1.47/src/gtk/Makefile.in:668:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgtkapp_la_CXXFLAGS) $(CXXFLAGS) -MT libgtkapp_la-util.lo -MD -MP -MF $(DEPDIR)/libgtkapp_la-util.Tpo -c -o libgtkapp_la-util.lo `test -f 'util.cpp' || echo '$(srcdir)/'`util.cpp
verbiste-0.1.47/src/gtk/Makefile.in-669-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libgtkapp_la-util.Tpo $(DEPDIR)/libgtkapp_la-util.Plo
##############################################
verbiste-0.1.47/src/gtk/Makefile.in-671-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
verbiste-0.1.47/src/gtk/Makefile.in:672:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgtkapp_la_CXXFLAGS) $(CXXFLAGS) -c -o libgtkapp_la-util.lo `test -f 'util.cpp' || echo '$(srcdir)/'`util.cpp
verbiste-0.1.47/src/gtk/Makefile.in-673-
verbiste-0.1.47/src/gtk/Makefile.in-674-verbiste_gtk-gtk-app.o: gtk-app.cpp
verbiste-0.1.47/src/gtk/Makefile.in:675:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(verbiste_gtk_CXXFLAGS) $(CXXFLAGS) -MT verbiste_gtk-gtk-app.o -MD -MP -MF $(DEPDIR)/verbiste_gtk-gtk-app.Tpo -c -o verbiste_gtk-gtk-app.o `test -f 'gtk-app.cpp' || echo '$(srcdir)/'`gtk-app.cpp
verbiste-0.1.47/src/gtk/Makefile.in-676-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/verbiste_gtk-gtk-app.Tpo $(DEPDIR)/verbiste_gtk-gtk-app.Po
##############################################
verbiste-0.1.47/src/gtk/Makefile.in-678-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
verbiste-0.1.47/src/gtk/Makefile.in:679:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(verbiste_gtk_CXXFLAGS) $(CXXFLAGS) -c -o verbiste_gtk-gtk-app.o `test -f 'gtk-app.cpp' || echo '$(srcdir)/'`gtk-app.cpp
verbiste-0.1.47/src/gtk/Makefile.in-680-
verbiste-0.1.47/src/gtk/Makefile.in-681-verbiste_gtk-gtk-app.obj: gtk-app.cpp
verbiste-0.1.47/src/gtk/Makefile.in:682:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(verbiste_gtk_CXXFLAGS) $(CXXFLAGS) -MT verbiste_gtk-gtk-app.obj -MD -MP -MF $(DEPDIR)/verbiste_gtk-gtk-app.Tpo -c -o verbiste_gtk-gtk-app.obj `if test -f 'gtk-app.cpp'; then $(CYGPATH_W) 'gtk-app.cpp'; else $(CYGPATH_W) '$(srcdir)/gtk-app.cpp'; fi`
verbiste-0.1.47/src/gtk/Makefile.in-683-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/verbiste_gtk-gtk-app.Tpo $(DEPDIR)/verbiste_gtk-gtk-app.Po
##############################################
verbiste-0.1.47/src/gtk/Makefile.in-685-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
verbiste-0.1.47/src/gtk/Makefile.in:686:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(verbiste_gtk_CXXFLAGS) $(CXXFLAGS) -c -o verbiste_gtk-gtk-app.obj `if test -f 'gtk-app.cpp'; then $(CYGPATH_W) 'gtk-app.cpp'; else $(CYGPATH_W) '$(srcdir)/gtk-app.cpp'; fi`
verbiste-0.1.47/src/gtk/Makefile.in-687-
verbiste-0.1.47/src/gtk/Makefile.in-688-verbiste_gtk-config.o: config.cpp
verbiste-0.1.47/src/gtk/Makefile.in:689:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(verbiste_gtk_CXXFLAGS) $(CXXFLAGS) -MT verbiste_gtk-config.o -MD -MP -MF $(DEPDIR)/verbiste_gtk-config.Tpo -c -o verbiste_gtk-config.o `test -f 'config.cpp' || echo '$(srcdir)/'`config.cpp
verbiste-0.1.47/src/gtk/Makefile.in-690-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/verbiste_gtk-config.Tpo $(DEPDIR)/verbiste_gtk-config.Po
##############################################
verbiste-0.1.47/src/gtk/Makefile.in-692-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
verbiste-0.1.47/src/gtk/Makefile.in:693:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(verbiste_gtk_CXXFLAGS) $(CXXFLAGS) -c -o verbiste_gtk-config.o `test -f 'config.cpp' || echo '$(srcdir)/'`config.cpp
verbiste-0.1.47/src/gtk/Makefile.in-694-
verbiste-0.1.47/src/gtk/Makefile.in-695-verbiste_gtk-config.obj: config.cpp
verbiste-0.1.47/src/gtk/Makefile.in:696:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(verbiste_gtk_CXXFLAGS) $(CXXFLAGS) -MT verbiste_gtk-config.obj -MD -MP -MF $(DEPDIR)/verbiste_gtk-config.Tpo -c -o verbiste_gtk-config.obj `if test -f 'config.cpp'; then $(CYGPATH_W) 'config.cpp'; else $(CYGPATH_W) '$(srcdir)/config.cpp'; fi`
verbiste-0.1.47/src/gtk/Makefile.in-697-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/verbiste_gtk-config.Tpo $(DEPDIR)/verbiste_gtk-config.Po
##############################################
verbiste-0.1.47/src/gtk/Makefile.in-699-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
verbiste-0.1.47/src/gtk/Makefile.in:700:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(verbiste_gtk_CXXFLAGS) $(CXXFLAGS) -c -o verbiste_gtk-config.obj `if test -f 'config.cpp'; then $(CYGPATH_W) 'config.cpp'; else $(CYGPATH_W) '$(srcdir)/config.cpp'; fi`
verbiste-0.1.47/src/gtk/Makefile.in-701-
##############################################
verbiste-0.1.47/src/gtk/Makefile.in-725-	@list='$(latex_DATA)'; test -n "$(latexdir)" || list=; \
verbiste-0.1.47/src/gtk/Makefile.in:726:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
verbiste-0.1.47/src/gtk/Makefile.in-727-	dir='$(DESTDIR)$(latexdir)'; $(am__uninstall_files_from_dir)
##############################################
verbiste-0.1.47/src/gtk/Makefile.in-746-	@list='$(pixmap_DATA)'; test -n "$(pixmapdir)" || list=; \
verbiste-0.1.47/src/gtk/Makefile.in:747:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
verbiste-0.1.47/src/gtk/Makefile.in-748-	dir='$(DESTDIR)$(pixmapdir)'; $(am__uninstall_files_from_dir)
##############################################
verbiste-0.1.47/src/gtk/Makefile.in-779-GTAGS:
verbiste-0.1.47/src/gtk/Makefile.in:780:	here=`$(am__cd) $(top_builddir) && pwd` \
verbiste-0.1.47/src/gtk/Makefile.in-781-	  && $(am__cd) $(top_srcdir) \
##############################################
verbiste-0.1.47/src/gtk/Makefile.in-802-distdir: $(DISTFILES)
verbiste-0.1.47/src/gtk/Makefile.in:803:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
verbiste-0.1.47/src/gtk/Makefile.in:804:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
verbiste-0.1.47/src/gtk/Makefile.in-805-	list='$(DISTFILES)'; \
##############################################
verbiste-0.1.47/src/gtk/Makefile.in-816-	  if test -d $$d/$$file; then \
verbiste-0.1.47/src/gtk/Makefile.in:817:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
verbiste-0.1.47/src/gtk/Makefile.in-818-	    if test -d "$(distdir)/$$file"; then \
##############################################
verbiste-0.1.47/src/gtk/Makefile.in-963-@BUILD_GTK_APP_TRUE@check:
verbiste-0.1.47/src/gtk/Makefile.in:964:@BUILD_GTK_APP_TRUE@	test "`env DISPLAY= ./$(PACKAGE)-gtk --version`" = "$(PACKAGE) $(VERSION)"
verbiste-0.1.47/src/gtk/Makefile.in-965-@BUILD_GTK_APP_TRUE@	env DISPLAY= ./$(PACKAGE)-gtk --version 2>&1 > /dev/null
##############################################
verbiste-0.1.47/src/gui/Makefile.in-42-  { \
verbiste-0.1.47/src/gui/Makefile.in:43:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
verbiste-0.1.47/src/gui/Makefile.in-44-  }; \
##############################################
verbiste-0.1.47/src/gui/Makefile.in-486-.cpp.obj:
verbiste-0.1.47/src/gui/Makefile.in:487:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
verbiste-0.1.47/src/gui/Makefile.in-488-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
##############################################
verbiste-0.1.47/src/gui/Makefile.in-490-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
verbiste-0.1.47/src/gui/Makefile.in:491:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
verbiste-0.1.47/src/gui/Makefile.in-492-
##############################################
verbiste-0.1.47/src/gui/Makefile.in-500-libconjugation_la-conjugation.lo: conjugation.cpp
verbiste-0.1.47/src/gui/Makefile.in:501:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libconjugation_la_CXXFLAGS) $(CXXFLAGS) -MT libconjugation_la-conjugation.lo -MD -MP -MF $(DEPDIR)/libconjugation_la-conjugation.Tpo -c -o libconjugation_la-conjugation.lo `test -f 'conjugation.cpp' || echo '$(srcdir)/'`conjugation.cpp
verbiste-0.1.47/src/gui/Makefile.in-502-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libconjugation_la-conjugation.Tpo $(DEPDIR)/libconjugation_la-conjugation.Plo
##############################################
verbiste-0.1.47/src/gui/Makefile.in-504-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
verbiste-0.1.47/src/gui/Makefile.in:505:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libconjugation_la_CXXFLAGS) $(CXXFLAGS) -c -o libconjugation_la-conjugation.lo `test -f 'conjugation.cpp' || echo '$(srcdir)/'`conjugation.cpp
verbiste-0.1.47/src/gui/Makefile.in-506-
##############################################
verbiste-0.1.47/src/gui/Makefile.in-542-GTAGS:
verbiste-0.1.47/src/gui/Makefile.in:543:	here=`$(am__cd) $(top_builddir) && pwd` \
verbiste-0.1.47/src/gui/Makefile.in-544-	  && $(am__cd) $(top_srcdir) \
##############################################
verbiste-0.1.47/src/gui/Makefile.in-565-distdir: $(DISTFILES)
verbiste-0.1.47/src/gui/Makefile.in:566:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
verbiste-0.1.47/src/gui/Makefile.in:567:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
verbiste-0.1.47/src/gui/Makefile.in-568-	list='$(DISTFILES)'; \
##############################################
verbiste-0.1.47/src/gui/Makefile.in-579-	  if test -d $$d/$$file; then \
verbiste-0.1.47/src/gui/Makefile.in:580:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
verbiste-0.1.47/src/gui/Makefile.in-581-	    if test -d "$(distdir)/$$file"; then \
##############################################
verbiste-0.1.47/src/commands/Makefile.am-72-if HAVE_GETOPT_LONG
verbiste-0.1.47/src/commands/Makefile.am:73:	test "`$(LU) ./french-deconjugator --version`" = \
verbiste-0.1.47/src/commands/Makefile.am-74-				"french-deconjugator $(VERSION)"
##############################################
verbiste-0.1.47/src/commands/Makefile.am-78-	if $(LU) ./french-deconjugator --unknown 2>&1 >/dev/null; then exit 1; fi 2>&1 >/dev/null
verbiste-0.1.47/src/commands/Makefile.am:79:	test "`$(LU) ./french-conjugator --version`" = \
verbiste-0.1.47/src/commands/Makefile.am-80-				"french-conjugator $(VERSION)"
##############################################
verbiste-0.1.47/src/commands/Makefile.am-84-	if $(LU) ./french-conjugator --unknown 2>&1 >/dev/null; then exit 1; fi 2>&1 >/dev/null
verbiste-0.1.47/src/commands/Makefile.am:85:	test "`$(LU) ./french-conjugator --pronouns hacher | grep ^j | head -1`" = "je hache"
verbiste-0.1.47/src/commands/Makefile.am:86:	test "`$(LU) ./french-conjugator --pronouns habiter | grep ^j | head -1`" = "j'habite"
verbiste-0.1.47/src/commands/Makefile.am-87-endif
verbiste-0.1.47/src/commands/Makefile.am:88:	test "`echo aimerions | $(LU) ./french-deconjugator`" = "aimer, conditional, present, 1, plural"
verbiste-0.1.47/src/commands/Makefile.am:89:	test "`$(LU) ./french-deconjugator aimerions`" = "aimer, conditional, present, 1, plural"
verbiste-0.1.47/src/commands/Makefile.am:90:	test "`echo UNKNOWN_VERB | $(LU) ./french-deconjugator`" = ""
verbiste-0.1.47/src/commands/Makefile.am:91:	test "`echo etre | $(LU) ./french-deconjugator`" = ""
verbiste-0.1.47/src/commands/Makefile.am:92:	test "`$(LU) ./french-deconjugator UNKNOWN_VERB`" = ""
verbiste-0.1.47/src/commands/Makefile.am:93:	test "`$(LU) ./french-deconjugator ete`" = ""
verbiste-0.1.47/src/commands/Makefile.am:94:	test "`$(LU) ./french-deconjugator fus | wc -l`" -eq 3
verbiste-0.1.47/src/commands/Makefile.am:95:	test "`$(LU) ./french-deconjugator parais | wc -l`" -eq 6
verbiste-0.1.47/src/commands/Makefile.am:96:	test "`$(LU) ./french-deconjugator aléseraient`" = "aléser, conditional, present, 3, plural"
verbiste-0.1.47/src/commands/Makefile.am:97:	test "`$(LU) ./french-deconjugator harcellerions`" = "harceler, conditional, present, 1, plural"
verbiste-0.1.47/src/commands/Makefile.am:98:	test "`$(LU) ./french-deconjugator harcèlerions`" = "harceler, conditional, present, 1, plural"
verbiste-0.1.47/src/commands/Makefile.am:99:	test "`echo asseoir | $(LU) ./french-conjugator | grep asseyerai,`" = "assiérai, asseyerai, assoirai"
verbiste-0.1.47/src/commands/Makefile.am:100:	test "`$(LU) ./french-conjugator zézayer | grep zaieraient`" = "zézaieraient, zézayeraient"
verbiste-0.1.47/src/commands/Makefile.am:101:	test "`$(LU) ./french-conjugator échoir | grep -c chy`" -eq 0
verbiste-0.1.47/src/commands/Makefile.am:102:	test "`$(LU) ./french-conjugator déchoir | grep -c chy`" -eq 0
verbiste-0.1.47/src/commands/Makefile.am:103:	test "`$(LU) ./french-conjugator surseoir sursoir | wc -l `" -eq 126
verbiste-0.1.47/src/commands/Makefile.am:104:	test "`$(LU) ./french-conjugator zézayer | grep zézaieraient`" = "zézaieraient, zézayeraient"
verbiste-0.1.47/src/commands/Makefile.am:105:	test "`$(LU) ./french-conjugator --mode=subjunctive avoir | wc -l`" -eq 15
verbiste-0.1.47/src/commands/Makefile.am:106:	test "`$(LU) ./french-conjugator --tense=present avoir | wc -l`" -eq 30
verbiste-0.1.47/src/commands/Makefile.am:107:	test "`$(LU) ./french-conjugator --mode=subjunctive --tense=imperfect avoir | wc -l`" -eq 8
verbiste-0.1.47/src/commands/Makefile.am:108:	test "`$(LU) ./french-conjugator --mode=subjunctive,indicative --tense=imperfect avoir | wc -l`" -eq 15
verbiste-0.1.47/src/commands/Makefile.am:109:	test "`$(LU) ./french-conjugator --mode=subjunctive --tense=imperfect,present avoir | wc -l`" -eq 15
verbiste-0.1.47/src/commands/Makefile.am:110:	test "`$(LU) ./french-conjugator --mode=subjunctive,indicative --tense=imperfect,present avoir | wc -l`" -eq 29
verbiste-0.1.47/src/commands/Makefile.am:111:	test "`$(LU) ./french-conjugator --mode=subjunctive,indicative --tense=imperfect,present avoir être | wc -l`" -eq 58
verbiste-0.1.47/src/commands/Makefile.am-112-	$(LU) ./french-conjugator --mode=xxx avoir 2>&1 | grep -q 'invalid mode xxx'
##############################################
verbiste-0.1.47/src/commands/Makefile.am-123-	echo avoir | $(LU) ./verbiste-console | grep -q "^<result input='avoir'>$$"
verbiste-0.1.47/src/commands/Makefile.am:124:	test "`echo avoir | $(LU) ./verbiste-console | wc -l`" -eq 77
verbiste-0.1.47/src/commands/Makefile.am:125:	test "`echo a | $(LU) ./verbiste-console | wc -l`" -eq 77
verbiste-0.1.47/src/commands/Makefile.am:126:	test "`echo ete | $(LU) ./verbiste-console | wc -l`" -eq 77
verbiste-0.1.47/src/commands/Makefile.am:127:	test "`echo ete | $(LU) ./verbiste-console | grep -c '^*'`" -eq 1
verbiste-0.1.47/src/commands/Makefile.am:128:	test "`echo parais | $(LU) ./verbiste-console | wc -l`" -eq 152
verbiste-0.1.47/src/commands/Makefile.am:129:	test "`echo parais | $(LU) ./verbiste-console | grep -wc conjugation`" -eq 4
verbiste-0.1.47/src/commands/Makefile.am:130:	test "`echo parais | $(LU) ./verbiste-console | grep -wc conjugation`" -eq 4
verbiste-0.1.47/src/commands/Makefile.am:131:	test "`echo parais | $(LU) ./verbiste-console | grep -c '^*'`" -eq 5
verbiste-0.1.47/src/commands/Makefile.am:132:	test "`echo entrainer | $(LU) ./verbiste-console | grep -c ^entrai`" -eq 0
verbiste-0.1.47/src/commands/Makefile.am:133:	test "`echo entrainer | $(LU) ./verbiste-console | grep -c ^entraî`" -eq 50
verbiste-0.1.47/src/commands/Makefile.am:134:	test "`echo entraîner | $(LU) ./verbiste-console | grep -c ^entraî`" -eq 50
verbiste-0.1.47/src/commands/Makefile.am-135-	echo -ne "A\n"                | $(LU) ./verbiste-console | grep -q "^eussiez"
##############################################
verbiste-0.1.47/src/commands/Makefile.am-142-check-it:
verbiste-0.1.47/src/commands/Makefile.am:143:	test "`echo ha | $(LU) ./french-deconjugator --lang=it`" = "avere, indicative, present, 3, singular"
verbiste-0.1.47/src/commands/Makefile.am:144:	test "`$(PERL) -e 'print qq{avr\xc3\xb2\n}' | $(LU) ./french-deconjugator --lang=it`" = "avere, indicative, future, 1, singular"
verbiste-0.1.47/src/commands/Makefile.am:145:	test "`$(LU) ./french-deconjugator --lang=it partire | wc -l`" -eq 3
verbiste-0.1.47/src/commands/Makefile.am:146:	test "`$(LU) ./french-deconjugator --data-dir=$(top_srcdir)/data --lang=it partire | wc -l`" -eq 3
verbiste-0.1.47/src/commands/Makefile.am:147:	test "`$(LU) ./french-deconjugator --lang=it parto`"    = "partire, indicative, present, 1, singular"
verbiste-0.1.47/src/commands/Makefile.am:148:	test "`$(LU) ./french-deconjugator --lang=it partisco`" = "partire, indicative, present, 1, singular"
verbiste-0.1.47/src/commands/Makefile.am:149:	test "`$(LU) ./french-deconjugator --lang=it avendo`" = "avere, gerund, present, 0, singular"
verbiste-0.1.47/src/commands/Makefile.am:150:	test "`$(LU) ./french-conjugator --lang=it avere | grep eberro`" = "eberro"
verbiste-0.1.47/src/commands/Makefile.am:151:	test "`$(LU) ./french-conjugator --lang=it --pronouns avere | grep -c 'che essi avessero'`" -eq 1
verbiste-0.1.47/src/commands/Makefile.am:152:	test "`$(LU) ./french-conjugator --lang=it avere sentire partire | grep -c '^-$$'`" -eq 4
verbiste-0.1.47/src/commands/Makefile.am:153:	test "`$(LU) ./french-conjugator --data-dir=$(top_srcdir)/data --lang=it avere | grep eberro`" = "eberro"
verbiste-0.1.47/src/commands/Makefile.am-154-	$(LU) $(PERL) $(srcdir)/check-infinitives.pl $(top_srcdir)/data/verbs-it.xml
##############################################
verbiste-0.1.47/src/commands/Makefile.in-42-  { \
verbiste-0.1.47/src/commands/Makefile.in:43:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
verbiste-0.1.47/src/commands/Makefile.in-44-  }; \
##############################################
verbiste-0.1.47/src/commands/Makefile.in-279-}
verbiste-0.1.47/src/commands/Makefile.in:280:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
verbiste-0.1.47/src/commands/Makefile.in-281-am__vpath_adj = case $$p in \
verbiste-0.1.47/src/commands/Makefile.in:282:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
verbiste-0.1.47/src/commands/Makefile.in-283-    *) f=$$p;; \
verbiste-0.1.47/src/commands/Makefile.in-284-  esac;
verbiste-0.1.47/src/commands/Makefile.in:285:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
verbiste-0.1.47/src/commands/Makefile.in-286-am__install_max = 40
verbiste-0.1.47/src/commands/Makefile.in-287-am__nobase_strip_setup = \
verbiste-0.1.47/src/commands/Makefile.in:288:  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
verbiste-0.1.47/src/commands/Makefile.in-289-am__nobase_strip = \
##############################################
verbiste-0.1.47/src/commands/Makefile.in-407-case "$@" in						\
verbiste-0.1.47/src/commands/Makefile.in:408:  */*) am__odir=`echo "./$@" | sed 's|/[^/]*$$||'`;;	\
verbiste-0.1.47/src/commands/Makefile.in-409-    *) am__odir=.;; 					\
##############################################
verbiste-0.1.47/src/commands/Makefile.in-437-  bases='$(TEST_LOGS)'; \
verbiste-0.1.47/src/commands/Makefile.in:438:  bases=`for i in $$bases; do echo $$i; done | sed 's/\.log$$//'`; \
verbiste-0.1.47/src/commands/Makefile.in:439:  bases=`echo $$bases`
verbiste-0.1.47/src/commands/Makefile.in-440-RECHECK_LOGS = $(TEST_LOGS)
##############################################
verbiste-0.1.47/src/commands/Makefile.in-450-        */*) b='$*';; \
verbiste-0.1.47/src/commands/Makefile.in:451:          *) b=`echo '$@' | sed 's/\.log$$//'`; \
verbiste-0.1.47/src/commands/Makefile.in-452-       esac;; \
##############################################
verbiste-0.1.47/src/commands/Makefile.in-788-	test -n "$(EXEEXT)" || exit 0; \
verbiste-0.1.47/src/commands/Makefile.in:789:	list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
verbiste-0.1.47/src/commands/Makefile.in-790-	echo " rm -f" $$list; \
##############################################
verbiste-0.1.47/src/commands/Makefile.in-797-	test -n "$(EXEEXT)" || exit 0; \
verbiste-0.1.47/src/commands/Makefile.in:798:	list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
verbiste-0.1.47/src/commands/Makefile.in-799-	echo " rm -f" $$list; \
##############################################
verbiste-0.1.47/src/commands/Makefile.in-838-.cpp.obj:
verbiste-0.1.47/src/commands/Makefile.in:839:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
verbiste-0.1.47/src/commands/Makefile.in-840-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
##############################################
verbiste-0.1.47/src/commands/Makefile.in-842-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
verbiste-0.1.47/src/commands/Makefile.in:843:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
verbiste-0.1.47/src/commands/Makefile.in-844-
##############################################
verbiste-0.1.47/src/commands/Makefile.in-852-check_constructors-check-constructors.o: check-constructors.cpp
verbiste-0.1.47/src/commands/Makefile.in:853:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(check_constructors_CXXFLAGS) $(CXXFLAGS) -MT check_constructors-check-constructors.o -MD -MP -MF $(DEPDIR)/check_constructors-check-constructors.Tpo -c -o check_constructors-check-constructors.o `test -f 'check-constructors.cpp' || echo '$(srcdir)/'`check-constructors.cpp
verbiste-0.1.47/src/commands/Makefile.in-854-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/check_constructors-check-constructors.Tpo $(DEPDIR)/check_constructors-check-constructors.Po
##############################################
verbiste-0.1.47/src/commands/Makefile.in-856-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
verbiste-0.1.47/src/commands/Makefile.in:857:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(check_constructors_CXXFLAGS) $(CXXFLAGS) -c -o check_constructors-check-constructors.o `test -f 'check-constructors.cpp' || echo '$(srcdir)/'`check-constructors.cpp
verbiste-0.1.47/src/commands/Makefile.in-858-
verbiste-0.1.47/src/commands/Makefile.in-859-check_constructors-check-constructors.obj: check-constructors.cpp
verbiste-0.1.47/src/commands/Makefile.in:860:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(check_constructors_CXXFLAGS) $(CXXFLAGS) -MT check_constructors-check-constructors.obj -MD -MP -MF $(DEPDIR)/check_constructors-check-constructors.Tpo -c -o check_constructors-check-constructors.obj `if test -f 'check-constructors.cpp'; then $(CYGPATH_W) 'check-constructors.cpp'; else $(CYGPATH_W) '$(srcdir)/check-constructors.cpp'; fi`
verbiste-0.1.47/src/commands/Makefile.in-861-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/check_constructors-check-constructors.Tpo $(DEPDIR)/check_constructors-check-constructors.Po
##############################################
verbiste-0.1.47/src/commands/Makefile.in-863-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
verbiste-0.1.47/src/commands/Makefile.in:864:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(check_constructors_CXXFLAGS) $(CXXFLAGS) -c -o check_constructors-check-constructors.obj `if test -f 'check-constructors.cpp'; then $(CYGPATH_W) 'check-constructors.cpp'; else $(CYGPATH_W) '$(srcdir)/check-constructors.cpp'; fi`
verbiste-0.1.47/src/commands/Makefile.in-865-
verbiste-0.1.47/src/commands/Makefile.in-866-french_conjugator-french-conjugator.o: french-conjugator.cpp
verbiste-0.1.47/src/commands/Makefile.in:867:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(french_conjugator_CXXFLAGS) $(CXXFLAGS) -MT french_conjugator-french-conjugator.o -MD -MP -MF $(DEPDIR)/french_conjugator-french-conjugator.Tpo -c -o french_conjugator-french-conjugator.o `test -f 'french-conjugator.cpp' || echo '$(srcdir)/'`french-conjugator.cpp
verbiste-0.1.47/src/commands/Makefile.in-868-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/french_conjugator-french-conjugator.Tpo $(DEPDIR)/french_conjugator-french-conjugator.Po
##############################################
verbiste-0.1.47/src/commands/Makefile.in-870-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
verbiste-0.1.47/src/commands/Makefile.in:871:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(french_conjugator_CXXFLAGS) $(CXXFLAGS) -c -o french_conjugator-french-conjugator.o `test -f 'french-conjugator.cpp' || echo '$(srcdir)/'`french-conjugator.cpp
verbiste-0.1.47/src/commands/Makefile.in-872-
verbiste-0.1.47/src/commands/Makefile.in-873-french_conjugator-french-conjugator.obj: french-conjugator.cpp
verbiste-0.1.47/src/commands/Makefile.in:874:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(french_conjugator_CXXFLAGS) $(CXXFLAGS) -MT french_conjugator-french-conjugator.obj -MD -MP -MF $(DEPDIR)/french_conjugator-french-conjugator.Tpo -c -o french_conjugator-french-conjugator.obj `if test -f 'french-conjugator.cpp'; then $(CYGPATH_W) 'french-conjugator.cpp'; else $(CYGPATH_W) '$(srcdir)/french-conjugator.cpp'; fi`
verbiste-0.1.47/src/commands/Makefile.in-875-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/french_conjugator-french-conjugator.Tpo $(DEPDIR)/french_conjugator-french-conjugator.Po
##############################################
verbiste-0.1.47/src/commands/Makefile.in-877-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
verbiste-0.1.47/src/commands/Makefile.in:878:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(french_conjugator_CXXFLAGS) $(CXXFLAGS) -c -o french_conjugator-french-conjugator.obj `if test -f 'french-conjugator.cpp'; then $(CYGPATH_W) 'french-conjugator.cpp'; else $(CYGPATH_W) '$(srcdir)/french-conjugator.cpp'; fi`
verbiste-0.1.47/src/commands/Makefile.in-879-
verbiste-0.1.47/src/commands/Makefile.in-880-french_conjugator-Command.o: Command.cpp
verbiste-0.1.47/src/commands/Makefile.in:881:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(french_conjugator_CXXFLAGS) $(CXXFLAGS) -MT french_conjugator-Command.o -MD -MP -MF $(DEPDIR)/french_conjugator-Command.Tpo -c -o french_conjugator-Command.o `test -f 'Command.cpp' || echo '$(srcdir)/'`Command.cpp
verbiste-0.1.47/src/commands/Makefile.in-882-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/french_conjugator-Command.Tpo $(DEPDIR)/french_conjugator-Command.Po
##############################################
verbiste-0.1.47/src/commands/Makefile.in-884-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
verbiste-0.1.47/src/commands/Makefile.in:885:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(french_conjugator_CXXFLAGS) $(CXXFLAGS) -c -o french_conjugator-Command.o `test -f 'Command.cpp' || echo '$(srcdir)/'`Command.cpp
verbiste-0.1.47/src/commands/Makefile.in-886-
verbiste-0.1.47/src/commands/Makefile.in-887-french_conjugator-Command.obj: Command.cpp
verbiste-0.1.47/src/commands/Makefile.in:888:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(french_conjugator_CXXFLAGS) $(CXXFLAGS) -MT french_conjugator-Command.obj -MD -MP -MF $(DEPDIR)/french_conjugator-Command.Tpo -c -o french_conjugator-Command.obj `if test -f 'Command.cpp'; then $(CYGPATH_W) 'Command.cpp'; else $(CYGPATH_W) '$(srcdir)/Command.cpp'; fi`
verbiste-0.1.47/src/commands/Makefile.in-889-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/french_conjugator-Command.Tpo $(DEPDIR)/french_conjugator-Command.Po
##############################################
verbiste-0.1.47/src/commands/Makefile.in-891-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
verbiste-0.1.47/src/commands/Makefile.in:892:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(french_conjugator_CXXFLAGS) $(CXXFLAGS) -c -o french_conjugator-Command.obj `if test -f 'Command.cpp'; then $(CYGPATH_W) 'Command.cpp'; else $(CYGPATH_W) '$(srcdir)/Command.cpp'; fi`
verbiste-0.1.47/src/commands/Makefile.in-893-
verbiste-0.1.47/src/commands/Makefile.in-894-french_deconjugator-french-deconjugator.o: french-deconjugator.cpp
verbiste-0.1.47/src/commands/Makefile.in:895:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(french_deconjugator_CXXFLAGS) $(CXXFLAGS) -MT french_deconjugator-french-deconjugator.o -MD -MP -MF $(DEPDIR)/french_deconjugator-french-deconjugator.Tpo -c -o french_deconjugator-french-deconjugator.o `test -f 'french-deconjugator.cpp' || echo '$(srcdir)/'`french-deconjugator.cpp
verbiste-0.1.47/src/commands/Makefile.in-896-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/french_deconjugator-french-deconjugator.Tpo $(DEPDIR)/french_deconjugator-french-deconjugator.Po
##############################################
verbiste-0.1.47/src/commands/Makefile.in-898-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
verbiste-0.1.47/src/commands/Makefile.in:899:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(french_deconjugator_CXXFLAGS) $(CXXFLAGS) -c -o french_deconjugator-french-deconjugator.o `test -f 'french-deconjugator.cpp' || echo '$(srcdir)/'`french-deconjugator.cpp
verbiste-0.1.47/src/commands/Makefile.in-900-
verbiste-0.1.47/src/commands/Makefile.in-901-french_deconjugator-french-deconjugator.obj: french-deconjugator.cpp
verbiste-0.1.47/src/commands/Makefile.in:902:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(french_deconjugator_CXXFLAGS) $(CXXFLAGS) -MT french_deconjugator-french-deconjugator.obj -MD -MP -MF $(DEPDIR)/french_deconjugator-french-deconjugator.Tpo -c -o french_deconjugator-french-deconjugator.obj `if test -f 'french-deconjugator.cpp'; then $(CYGPATH_W) 'french-deconjugator.cpp'; else $(CYGPATH_W) '$(srcdir)/french-deconjugator.cpp'; fi`
verbiste-0.1.47/src/commands/Makefile.in-903-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/french_deconjugator-french-deconjugator.Tpo $(DEPDIR)/french_deconjugator-french-deconjugator.Po
##############################################
verbiste-0.1.47/src/commands/Makefile.in-905-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
verbiste-0.1.47/src/commands/Makefile.in:906:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(french_deconjugator_CXXFLAGS) $(CXXFLAGS) -c -o french_deconjugator-french-deconjugator.obj `if test -f 'french-deconjugator.cpp'; then $(CYGPATH_W) 'french-deconjugator.cpp'; else $(CYGPATH_W) '$(srcdir)/french-deconjugator.cpp'; fi`
verbiste-0.1.47/src/commands/Makefile.in-907-
verbiste-0.1.47/src/commands/Makefile.in-908-french_deconjugator-Command.o: Command.cpp
verbiste-0.1.47/src/commands/Makefile.in:909:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(french_deconjugator_CXXFLAGS) $(CXXFLAGS) -MT french_deconjugator-Command.o -MD -MP -MF $(DEPDIR)/french_deconjugator-Command.Tpo -c -o french_deconjugator-Command.o `test -f 'Command.cpp' || echo '$(srcdir)/'`Command.cpp
verbiste-0.1.47/src/commands/Makefile.in-910-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/french_deconjugator-Command.Tpo $(DEPDIR)/french_deconjugator-Command.Po
##############################################
verbiste-0.1.47/src/commands/Makefile.in-912-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
verbiste-0.1.47/src/commands/Makefile.in:913:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(french_deconjugator_CXXFLAGS) $(CXXFLAGS) -c -o french_deconjugator-Command.o `test -f 'Command.cpp' || echo '$(srcdir)/'`Command.cpp
verbiste-0.1.47/src/commands/Makefile.in-914-
verbiste-0.1.47/src/commands/Makefile.in-915-french_deconjugator-Command.obj: Command.cpp
verbiste-0.1.47/src/commands/Makefile.in:916:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(french_deconjugator_CXXFLAGS) $(CXXFLAGS) -MT french_deconjugator-Command.obj -MD -MP -MF $(DEPDIR)/french_deconjugator-Command.Tpo -c -o french_deconjugator-Command.obj `if test -f 'Command.cpp'; then $(CYGPATH_W) 'Command.cpp'; else $(CYGPATH_W) '$(srcdir)/Command.cpp'; fi`
verbiste-0.1.47/src/commands/Makefile.in-917-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/french_deconjugator-Command.Tpo $(DEPDIR)/french_deconjugator-Command.Po
##############################################
verbiste-0.1.47/src/commands/Makefile.in-919-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
verbiste-0.1.47/src/commands/Makefile.in:920:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(french_deconjugator_CXXFLAGS) $(CXXFLAGS) -c -o french_deconjugator-Command.obj `if test -f 'Command.cpp'; then $(CYGPATH_W) 'Command.cpp'; else $(CYGPATH_W) '$(srcdir)/Command.cpp'; fi`
verbiste-0.1.47/src/commands/Makefile.in-921-
verbiste-0.1.47/src/commands/Makefile.in-922-verbiste_console-console-app.o: console-app.cpp
verbiste-0.1.47/src/commands/Makefile.in:923:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(verbiste_console_CXXFLAGS) $(CXXFLAGS) -MT verbiste_console-console-app.o -MD -MP -MF $(DEPDIR)/verbiste_console-console-app.Tpo -c -o verbiste_console-console-app.o `test -f 'console-app.cpp' || echo '$(srcdir)/'`console-app.cpp
verbiste-0.1.47/src/commands/Makefile.in-924-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/verbiste_console-console-app.Tpo $(DEPDIR)/verbiste_console-console-app.Po
##############################################
verbiste-0.1.47/src/commands/Makefile.in-926-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
verbiste-0.1.47/src/commands/Makefile.in:927:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(verbiste_console_CXXFLAGS) $(CXXFLAGS) -c -o verbiste_console-console-app.o `test -f 'console-app.cpp' || echo '$(srcdir)/'`console-app.cpp
verbiste-0.1.47/src/commands/Makefile.in-928-
verbiste-0.1.47/src/commands/Makefile.in-929-verbiste_console-console-app.obj: console-app.cpp
verbiste-0.1.47/src/commands/Makefile.in:930:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(verbiste_console_CXXFLAGS) $(CXXFLAGS) -MT verbiste_console-console-app.obj -MD -MP -MF $(DEPDIR)/verbiste_console-console-app.Tpo -c -o verbiste_console-console-app.obj `if test -f 'console-app.cpp'; then $(CYGPATH_W) 'console-app.cpp'; else $(CYGPATH_W) '$(srcdir)/console-app.cpp'; fi`
verbiste-0.1.47/src/commands/Makefile.in-931-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/verbiste_console-console-app.Tpo $(DEPDIR)/verbiste_console-console-app.Po
##############################################
verbiste-0.1.47/src/commands/Makefile.in-933-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
verbiste-0.1.47/src/commands/Makefile.in:934:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(verbiste_console_CXXFLAGS) $(CXXFLAGS) -c -o verbiste_console-console-app.obj `if test -f 'console-app.cpp'; then $(CYGPATH_W) 'console-app.cpp'; else $(CYGPATH_W) '$(srcdir)/console-app.cpp'; fi`
verbiste-0.1.47/src/commands/Makefile.in-935-
##############################################
verbiste-0.1.47/src/commands/Makefile.in-971-GTAGS:
verbiste-0.1.47/src/commands/Makefile.in:972:	here=`$(am__cd) $(top_builddir) && pwd` \
verbiste-0.1.47/src/commands/Makefile.in-973-	  && $(am__cd) $(top_srcdir) \
##############################################
verbiste-0.1.47/src/commands/Makefile.in-1014-	if test -n "$$redo_bases"; then \
verbiste-0.1.47/src/commands/Makefile.in:1015:	  redo_logs=`for i in $$redo_bases; do echo $$i.log; done`; \
verbiste-0.1.47/src/commands/Makefile.in:1016:	  redo_results=`for i in $$redo_bases; do echo $$i.trs; done`; \
verbiste-0.1.47/src/commands/Makefile.in-1017-	  if $(am__make_dryrun); then :; else \
##############################################
verbiste-0.1.47/src/commands/Makefile.in-1039-	ws='[ 	]'; \
verbiste-0.1.47/src/commands/Makefile.in:1040:	results=`for b in $$bases; do echo $$b.trs; done`; \
verbiste-0.1.47/src/commands/Makefile.in-1041-	test -n "$$results" || results=/dev/null; \
verbiste-0.1.47/src/commands/Makefile.in:1042:	all=`  grep "^$$ws*:test-result:"           $$results | wc -l`; \
verbiste-0.1.47/src/commands/Makefile.in:1043:	pass=` grep "^$$ws*:test-result:$$ws*PASS"  $$results | wc -l`; \
verbiste-0.1.47/src/commands/Makefile.in:1044:	fail=` grep "^$$ws*:test-result:$$ws*FAIL"  $$results | wc -l`; \
verbiste-0.1.47/src/commands/Makefile.in:1045:	skip=` grep "^$$ws*:test-result:$$ws*SKIP"  $$results | wc -l`; \
verbiste-0.1.47/src/commands/Makefile.in:1046:	xfail=`grep "^$$ws*:test-result:$$ws*XFAIL" $$results | wc -l`; \
verbiste-0.1.47/src/commands/Makefile.in:1047:	xpass=`grep "^$$ws*:test-result:$$ws*XPASS" $$results | wc -l`; \
verbiste-0.1.47/src/commands/Makefile.in:1048:	error=`grep "^$$ws*:test-result:$$ws*ERROR" $$results | wc -l`; \
verbiste-0.1.47/src/commands/Makefile.in:1049:	if test `expr $$fail + $$xpass + $$error` -eq 0; then \
verbiste-0.1.47/src/commands/Makefile.in-1050-	  success=true; \
##############################################
verbiste-0.1.47/src/commands/Makefile.in-1118-	@set +e; $(am__set_TESTS_bases); \
verbiste-0.1.47/src/commands/Makefile.in:1119:	log_list=`for i in $$bases; do echo $$i.log; done`; \
verbiste-0.1.47/src/commands/Makefile.in:1120:	trs_list=`for i in $$bases; do echo $$i.trs; done`; \
verbiste-0.1.47/src/commands/Makefile.in:1121:	log_list=`echo $$log_list`; trs_list=`echo $$trs_list`; \
verbiste-0.1.47/src/commands/Makefile.in-1122-	$(MAKE) $(AM_MAKEFLAGS) $(TEST_SUITE_LOG) TEST_LOGS="$$log_list"; \
##############################################
verbiste-0.1.47/src/commands/Makefile.in-1128-	         | $(am__list_recheck_tests)` || exit 1; \
verbiste-0.1.47/src/commands/Makefile.in:1129:	log_list=`for i in $$bases; do echo $$i.log; done`; \
verbiste-0.1.47/src/commands/Makefile.in:1130:	log_list=`echo $$log_list`; \
verbiste-0.1.47/src/commands/Makefile.in-1131-	$(MAKE) $(AM_MAKEFLAGS) $(TEST_SUITE_LOG) \
##############################################
verbiste-0.1.47/src/commands/Makefile.in-1157-distdir: $(DISTFILES)
verbiste-0.1.47/src/commands/Makefile.in:1158:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
verbiste-0.1.47/src/commands/Makefile.in:1159:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
verbiste-0.1.47/src/commands/Makefile.in-1160-	list='$(DISTFILES)'; \
##############################################
verbiste-0.1.47/src/commands/Makefile.in-1171-	  if test -d $$d/$$file; then \
verbiste-0.1.47/src/commands/Makefile.in:1172:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
verbiste-0.1.47/src/commands/Makefile.in-1173-	    if test -d "$(distdir)/$$file"; then \
##############################################
verbiste-0.1.47/src/commands/Makefile.in-1322-check-fr: check-console
verbiste-0.1.47/src/commands/Makefile.in:1323:@HAVE_GETOPT_LONG_TRUE@	test "`$(LU) ./french-deconjugator --version`" = \
verbiste-0.1.47/src/commands/Makefile.in-1324-@HAVE_GETOPT_LONG_TRUE@				"french-deconjugator $(VERSION)"
##############################################
verbiste-0.1.47/src/commands/Makefile.in-1328-@HAVE_GETOPT_LONG_TRUE@	if $(LU) ./french-deconjugator --unknown 2>&1 >/dev/null; then exit 1; fi 2>&1 >/dev/null
verbiste-0.1.47/src/commands/Makefile.in:1329:@HAVE_GETOPT_LONG_TRUE@	test "`$(LU) ./french-conjugator --version`" = \
verbiste-0.1.47/src/commands/Makefile.in-1330-@HAVE_GETOPT_LONG_TRUE@				"french-conjugator $(VERSION)"
##############################################
verbiste-0.1.47/src/commands/Makefile.in-1334-@HAVE_GETOPT_LONG_TRUE@	if $(LU) ./french-conjugator --unknown 2>&1 >/dev/null; then exit 1; fi 2>&1 >/dev/null
verbiste-0.1.47/src/commands/Makefile.in:1335:@HAVE_GETOPT_LONG_TRUE@	test "`$(LU) ./french-conjugator --pronouns hacher | grep ^j | head -1`" = "je hache"
verbiste-0.1.47/src/commands/Makefile.in:1336:@HAVE_GETOPT_LONG_TRUE@	test "`$(LU) ./french-conjugator --pronouns habiter | grep ^j | head -1`" = "j'habite"
verbiste-0.1.47/src/commands/Makefile.in:1337:	test "`echo aimerions | $(LU) ./french-deconjugator`" = "aimer, conditional, present, 1, plural"
verbiste-0.1.47/src/commands/Makefile.in:1338:	test "`$(LU) ./french-deconjugator aimerions`" = "aimer, conditional, present, 1, plural"
verbiste-0.1.47/src/commands/Makefile.in:1339:	test "`echo UNKNOWN_VERB | $(LU) ./french-deconjugator`" = ""
verbiste-0.1.47/src/commands/Makefile.in:1340:	test "`echo etre | $(LU) ./french-deconjugator`" = ""
verbiste-0.1.47/src/commands/Makefile.in:1341:	test "`$(LU) ./french-deconjugator UNKNOWN_VERB`" = ""
verbiste-0.1.47/src/commands/Makefile.in:1342:	test "`$(LU) ./french-deconjugator ete`" = ""
verbiste-0.1.47/src/commands/Makefile.in:1343:	test "`$(LU) ./french-deconjugator fus | wc -l`" -eq 3
verbiste-0.1.47/src/commands/Makefile.in:1344:	test "`$(LU) ./french-deconjugator parais | wc -l`" -eq 6
verbiste-0.1.47/src/commands/Makefile.in:1345:	test "`$(LU) ./french-deconjugator aléseraient`" = "aléser, conditional, present, 3, plural"
verbiste-0.1.47/src/commands/Makefile.in:1346:	test "`$(LU) ./french-deconjugator harcellerions`" = "harceler, conditional, present, 1, plural"
verbiste-0.1.47/src/commands/Makefile.in:1347:	test "`$(LU) ./french-deconjugator harcèlerions`" = "harceler, conditional, present, 1, plural"
verbiste-0.1.47/src/commands/Makefile.in:1348:	test "`echo asseoir | $(LU) ./french-conjugator | grep asseyerai,`" = "assiérai, asseyerai, assoirai"
verbiste-0.1.47/src/commands/Makefile.in:1349:	test "`$(LU) ./french-conjugator zézayer | grep zaieraient`" = "zézaieraient, zézayeraient"
verbiste-0.1.47/src/commands/Makefile.in:1350:	test "`$(LU) ./french-conjugator échoir | grep -c chy`" -eq 0
verbiste-0.1.47/src/commands/Makefile.in:1351:	test "`$(LU) ./french-conjugator déchoir | grep -c chy`" -eq 0
verbiste-0.1.47/src/commands/Makefile.in:1352:	test "`$(LU) ./french-conjugator surseoir sursoir | wc -l `" -eq 126
verbiste-0.1.47/src/commands/Makefile.in:1353:	test "`$(LU) ./french-conjugator zézayer | grep zézaieraient`" = "zézaieraient, zézayeraient"
verbiste-0.1.47/src/commands/Makefile.in:1354:	test "`$(LU) ./french-conjugator --mode=subjunctive avoir | wc -l`" -eq 15
verbiste-0.1.47/src/commands/Makefile.in:1355:	test "`$(LU) ./french-conjugator --tense=present avoir | wc -l`" -eq 30
verbiste-0.1.47/src/commands/Makefile.in:1356:	test "`$(LU) ./french-conjugator --mode=subjunctive --tense=imperfect avoir | wc -l`" -eq 8
verbiste-0.1.47/src/commands/Makefile.in:1357:	test "`$(LU) ./french-conjugator --mode=subjunctive,indicative --tense=imperfect avoir | wc -l`" -eq 15
verbiste-0.1.47/src/commands/Makefile.in:1358:	test "`$(LU) ./french-conjugator --mode=subjunctive --tense=imperfect,present avoir | wc -l`" -eq 15
verbiste-0.1.47/src/commands/Makefile.in:1359:	test "`$(LU) ./french-conjugator --mode=subjunctive,indicative --tense=imperfect,present avoir | wc -l`" -eq 29
verbiste-0.1.47/src/commands/Makefile.in:1360:	test "`$(LU) ./french-conjugator --mode=subjunctive,indicative --tense=imperfect,present avoir être | wc -l`" -eq 58
verbiste-0.1.47/src/commands/Makefile.in-1361-	$(LU) ./french-conjugator --mode=xxx avoir 2>&1 | grep -q 'invalid mode xxx'
##############################################
verbiste-0.1.47/src/commands/Makefile.in-1371-@BUILD_CONSOLE_APP_TRUE@	echo avoir | $(LU) ./verbiste-console | grep -q "^<result input='avoir'>$$"
verbiste-0.1.47/src/commands/Makefile.in:1372:@BUILD_CONSOLE_APP_TRUE@	test "`echo avoir | $(LU) ./verbiste-console | wc -l`" -eq 77
verbiste-0.1.47/src/commands/Makefile.in:1373:@BUILD_CONSOLE_APP_TRUE@	test "`echo a | $(LU) ./verbiste-console | wc -l`" -eq 77
verbiste-0.1.47/src/commands/Makefile.in:1374:@BUILD_CONSOLE_APP_TRUE@	test "`echo ete | $(LU) ./verbiste-console | wc -l`" -eq 77
verbiste-0.1.47/src/commands/Makefile.in:1375:@BUILD_CONSOLE_APP_TRUE@	test "`echo ete | $(LU) ./verbiste-console | grep -c '^*'`" -eq 1
verbiste-0.1.47/src/commands/Makefile.in:1376:@BUILD_CONSOLE_APP_TRUE@	test "`echo parais | $(LU) ./verbiste-console | wc -l`" -eq 152
verbiste-0.1.47/src/commands/Makefile.in:1377:@BUILD_CONSOLE_APP_TRUE@	test "`echo parais | $(LU) ./verbiste-console | grep -wc conjugation`" -eq 4
verbiste-0.1.47/src/commands/Makefile.in:1378:@BUILD_CONSOLE_APP_TRUE@	test "`echo parais | $(LU) ./verbiste-console | grep -wc conjugation`" -eq 4
verbiste-0.1.47/src/commands/Makefile.in:1379:@BUILD_CONSOLE_APP_TRUE@	test "`echo parais | $(LU) ./verbiste-console | grep -c '^*'`" -eq 5
verbiste-0.1.47/src/commands/Makefile.in:1380:@BUILD_CONSOLE_APP_TRUE@	test "`echo entrainer | $(LU) ./verbiste-console | grep -c ^entrai`" -eq 0
verbiste-0.1.47/src/commands/Makefile.in:1381:@BUILD_CONSOLE_APP_TRUE@	test "`echo entrainer | $(LU) ./verbiste-console | grep -c ^entraî`" -eq 50
verbiste-0.1.47/src/commands/Makefile.in:1382:@BUILD_CONSOLE_APP_TRUE@	test "`echo entraîner | $(LU) ./verbiste-console | grep -c ^entraî`" -eq 50
verbiste-0.1.47/src/commands/Makefile.in-1383-@BUILD_CONSOLE_APP_TRUE@	echo -ne "A\n"                | $(LU) ./verbiste-console | grep -q "^eussiez"
##############################################
verbiste-0.1.47/src/commands/Makefile.in-1389-check-it:
verbiste-0.1.47/src/commands/Makefile.in:1390:	test "`echo ha | $(LU) ./french-deconjugator --lang=it`" = "avere, indicative, present, 3, singular"
verbiste-0.1.47/src/commands/Makefile.in:1391:	test "`$(PERL) -e 'print qq{avr\xc3\xb2\n}' | $(LU) ./french-deconjugator --lang=it`" = "avere, indicative, future, 1, singular"
verbiste-0.1.47/src/commands/Makefile.in:1392:	test "`$(LU) ./french-deconjugator --lang=it partire | wc -l`" -eq 3
verbiste-0.1.47/src/commands/Makefile.in:1393:	test "`$(LU) ./french-deconjugator --data-dir=$(top_srcdir)/data --lang=it partire | wc -l`" -eq 3
verbiste-0.1.47/src/commands/Makefile.in:1394:	test "`$(LU) ./french-deconjugator --lang=it parto`"    = "partire, indicative, present, 1, singular"
verbiste-0.1.47/src/commands/Makefile.in:1395:	test "`$(LU) ./french-deconjugator --lang=it partisco`" = "partire, indicative, present, 1, singular"
verbiste-0.1.47/src/commands/Makefile.in:1396:	test "`$(LU) ./french-deconjugator --lang=it avendo`" = "avere, gerund, present, 0, singular"
verbiste-0.1.47/src/commands/Makefile.in:1397:	test "`$(LU) ./french-conjugator --lang=it avere | grep eberro`" = "eberro"
verbiste-0.1.47/src/commands/Makefile.in:1398:	test "`$(LU) ./french-conjugator --lang=it --pronouns avere | grep -c 'che essi avessero'`" -eq 1
verbiste-0.1.47/src/commands/Makefile.in:1399:	test "`$(LU) ./french-conjugator --lang=it avere sentire partire | grep -c '^-$$'`" -eq 4
verbiste-0.1.47/src/commands/Makefile.in:1400:	test "`$(LU) ./french-conjugator --data-dir=$(top_srcdir)/data --lang=it avere | grep eberro`" = "eberro"
verbiste-0.1.47/src/commands/Makefile.in-1401-	$(LU) $(PERL) $(srcdir)/check-infinitives.pl $(top_srcdir)/data/verbs-it.xml
##############################################
verbiste-0.1.47/src/Makefile.in-41-  { \
verbiste-0.1.47/src/Makefile.in:42:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
verbiste-0.1.47/src/Makefile.in-43-  }; \
##############################################
verbiste-0.1.47/src/Makefile.in-189-  while test -n "$$dir1"; do \
verbiste-0.1.47/src/Makefile.in:190:    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
verbiste-0.1.47/src/Makefile.in-191-    if test "$$first" != "."; then \
verbiste-0.1.47/src/Makefile.in-192-      if test "$$first" = ".."; then \
verbiste-0.1.47/src/Makefile.in:193:        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
verbiste-0.1.47/src/Makefile.in:194:        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
verbiste-0.1.47/src/Makefile.in-195-      else \
verbiste-0.1.47/src/Makefile.in:196:        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
verbiste-0.1.47/src/Makefile.in-197-        if test "$$first2" = "$$first"; then \
verbiste-0.1.47/src/Makefile.in:198:          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
verbiste-0.1.47/src/Makefile.in-199-        else \
##############################################
verbiste-0.1.47/src/Makefile.in-204-    fi; \
verbiste-0.1.47/src/Makefile.in:205:    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
verbiste-0.1.47/src/Makefile.in-206-  done; \
##############################################
verbiste-0.1.47/src/Makefile.in-448-	dot_seen=no; \
verbiste-0.1.47/src/Makefile.in:449:	target=`echo $@ | sed s/-recursive//`; \
verbiste-0.1.47/src/Makefile.in-450-	case "$@" in \
##############################################
verbiste-0.1.47/src/Makefile.in-511-GTAGS:
verbiste-0.1.47/src/Makefile.in:512:	here=`$(am__cd) $(top_builddir) && pwd` \
verbiste-0.1.47/src/Makefile.in-513-	  && $(am__cd) $(top_srcdir) \
##############################################
verbiste-0.1.47/src/Makefile.in-534-distdir: $(DISTFILES)
verbiste-0.1.47/src/Makefile.in:535:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
verbiste-0.1.47/src/Makefile.in:536:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
verbiste-0.1.47/src/Makefile.in-537-	list='$(DISTFILES)'; \
##############################################
verbiste-0.1.47/src/Makefile.in-548-	  if test -d $$d/$$file; then \
verbiste-0.1.47/src/Makefile.in:549:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
verbiste-0.1.47/src/Makefile.in-550-	    if test -d "$(distdir)/$$file"; then \
##############################################
verbiste-0.1.47/src/gnome/Makefile.am-52-	@echo "Testing that --version returns right version number:"
verbiste-0.1.47/src/gnome/Makefile.am:53:	test "`env DISPLAY= ./$(PACKAGE) --version | sed 's/gnome/GNOME/i'`" = "GNOME $(PACKAGE) $(VERSION)"
verbiste-0.1.47/src/gnome/Makefile.am-54-
##############################################
verbiste-0.1.47/src/gnome/Makefile.am-59-	@echo "Testing GNU gettext user interface translations:"
verbiste-0.1.47/src/gnome/Makefile.am:60:	test "`env DISPLAY= VERBISTE_TEST_GETTEXT=1 LANG=en_US ./$(PACKAGE)`" = "_Spelling: tolerant"
verbiste-0.1.47/src/gnome/Makefile.am:61:	test "`env DISPLAY= VERBISTE_TEST_GETTEXT=1 LANG=fr_CA ./$(PACKAGE)`" = "_Orthographe: tolérante"  # UTF-8 line
verbiste-0.1.47/src/gnome/Makefile.am:62:	test "`env DISPLAY= VERBISTE_TEST_GETTEXT=1 LANG=de_DE ./$(PACKAGE)`" = "_Orthographie: Tolerant"
verbiste-0.1.47/src/gnome/Makefile.am:63:	test "`env DISPLAY= VERBISTE_TEST_GETTEXT=1 LANG=el_GR ./$(PACKAGE)`" = "_Ορθογραφία: χαλαρή"  # UTF-8 line
verbiste-0.1.47/src/gnome/Makefile.am:64:	test "`env DISPLAY= VERBISTE_TEST_GETTEXT=1 LANG=da_DK ./$(PACKAGE)`" = "_Stavekontrol: Tolerant"
verbiste-0.1.47/src/gnome/Makefile.am-65-
##############################################
verbiste-0.1.47/src/gnome/Makefile.in-43-  { \
verbiste-0.1.47/src/gnome/Makefile.in:44:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
verbiste-0.1.47/src/gnome/Makefile.in-45-  }; \
##############################################
verbiste-0.1.47/src/gnome/Makefile.in-208-  esac
verbiste-0.1.47/src/gnome/Makefile.in:209:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
verbiste-0.1.47/src/gnome/Makefile.in-210-am__vpath_adj = case $$p in \
verbiste-0.1.47/src/gnome/Makefile.in:211:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
verbiste-0.1.47/src/gnome/Makefile.in-212-    *) f=$$p;; \
verbiste-0.1.47/src/gnome/Makefile.in-213-  esac;
verbiste-0.1.47/src/gnome/Makefile.in:214:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
verbiste-0.1.47/src/gnome/Makefile.in-215-am__install_max = 40
verbiste-0.1.47/src/gnome/Makefile.in-216-am__nobase_strip_setup = \
verbiste-0.1.47/src/gnome/Makefile.in:217:  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
verbiste-0.1.47/src/gnome/Makefile.in-218-am__nobase_strip = \
##############################################
verbiste-0.1.47/src/gnome/Makefile.in-586-	test -n "$(EXEEXT)" || exit 0; \
verbiste-0.1.47/src/gnome/Makefile.in:587:	list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
verbiste-0.1.47/src/gnome/Makefile.in-588-	echo " rm -f" $$list; \
##############################################
verbiste-0.1.47/src/gnome/Makefile.in-635-	test -n "$(EXEEXT)" || exit 0; \
verbiste-0.1.47/src/gnome/Makefile.in:636:	list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
verbiste-0.1.47/src/gnome/Makefile.in-637-	echo " rm -f" $$list; \
##############################################
verbiste-0.1.47/src/gnome/Makefile.in-666-.cpp.obj:
verbiste-0.1.47/src/gnome/Makefile.in:667:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
verbiste-0.1.47/src/gnome/Makefile.in-668-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
##############################################
verbiste-0.1.47/src/gnome/Makefile.in-670-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
verbiste-0.1.47/src/gnome/Makefile.in:671:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
verbiste-0.1.47/src/gnome/Makefile.in-672-
##############################################
verbiste-0.1.47/src/gnome/Makefile.in-680-verbiste-gnome-app.o: gnome-app.cpp
verbiste-0.1.47/src/gnome/Makefile.in:681:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(verbiste_CXXFLAGS) $(CXXFLAGS) -MT verbiste-gnome-app.o -MD -MP -MF $(DEPDIR)/verbiste-gnome-app.Tpo -c -o verbiste-gnome-app.o `test -f 'gnome-app.cpp' || echo '$(srcdir)/'`gnome-app.cpp
verbiste-0.1.47/src/gnome/Makefile.in-682-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/verbiste-gnome-app.Tpo $(DEPDIR)/verbiste-gnome-app.Po
##############################################
verbiste-0.1.47/src/gnome/Makefile.in-684-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
verbiste-0.1.47/src/gnome/Makefile.in:685:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(verbiste_CXXFLAGS) $(CXXFLAGS) -c -o verbiste-gnome-app.o `test -f 'gnome-app.cpp' || echo '$(srcdir)/'`gnome-app.cpp
verbiste-0.1.47/src/gnome/Makefile.in-686-
verbiste-0.1.47/src/gnome/Makefile.in-687-verbiste-gnome-app.obj: gnome-app.cpp
verbiste-0.1.47/src/gnome/Makefile.in:688:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(verbiste_CXXFLAGS) $(CXXFLAGS) -MT verbiste-gnome-app.obj -MD -MP -MF $(DEPDIR)/verbiste-gnome-app.Tpo -c -o verbiste-gnome-app.obj `if test -f 'gnome-app.cpp'; then $(CYGPATH_W) 'gnome-app.cpp'; else $(CYGPATH_W) '$(srcdir)/gnome-app.cpp'; fi`
verbiste-0.1.47/src/gnome/Makefile.in-689-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/verbiste-gnome-app.Tpo $(DEPDIR)/verbiste-gnome-app.Po
##############################################
verbiste-0.1.47/src/gnome/Makefile.in-691-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
verbiste-0.1.47/src/gnome/Makefile.in:692:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(verbiste_CXXFLAGS) $(CXXFLAGS) -c -o verbiste-gnome-app.obj `if test -f 'gnome-app.cpp'; then $(CYGPATH_W) 'gnome-app.cpp'; else $(CYGPATH_W) '$(srcdir)/gnome-app.cpp'; fi`
verbiste-0.1.47/src/gnome/Makefile.in-693-
verbiste-0.1.47/src/gnome/Makefile.in-694-verbiste-config.o: config.cpp
verbiste-0.1.47/src/gnome/Makefile.in:695:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(verbiste_CXXFLAGS) $(CXXFLAGS) -MT verbiste-config.o -MD -MP -MF $(DEPDIR)/verbiste-config.Tpo -c -o verbiste-config.o `test -f 'config.cpp' || echo '$(srcdir)/'`config.cpp
verbiste-0.1.47/src/gnome/Makefile.in-696-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/verbiste-config.Tpo $(DEPDIR)/verbiste-config.Po
##############################################
verbiste-0.1.47/src/gnome/Makefile.in-698-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
verbiste-0.1.47/src/gnome/Makefile.in:699:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(verbiste_CXXFLAGS) $(CXXFLAGS) -c -o verbiste-config.o `test -f 'config.cpp' || echo '$(srcdir)/'`config.cpp
verbiste-0.1.47/src/gnome/Makefile.in-700-
verbiste-0.1.47/src/gnome/Makefile.in-701-verbiste-config.obj: config.cpp
verbiste-0.1.47/src/gnome/Makefile.in:702:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(verbiste_CXXFLAGS) $(CXXFLAGS) -MT verbiste-config.obj -MD -MP -MF $(DEPDIR)/verbiste-config.Tpo -c -o verbiste-config.obj `if test -f 'config.cpp'; then $(CYGPATH_W) 'config.cpp'; else $(CYGPATH_W) '$(srcdir)/config.cpp'; fi`
verbiste-0.1.47/src/gnome/Makefile.in-703-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/verbiste-config.Tpo $(DEPDIR)/verbiste-config.Po
##############################################
verbiste-0.1.47/src/gnome/Makefile.in-705-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
verbiste-0.1.47/src/gnome/Makefile.in:706:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(verbiste_CXXFLAGS) $(CXXFLAGS) -c -o verbiste-config.obj `if test -f 'config.cpp'; then $(CYGPATH_W) 'config.cpp'; else $(CYGPATH_W) '$(srcdir)/config.cpp'; fi`
verbiste-0.1.47/src/gnome/Makefile.in-707-
verbiste-0.1.47/src/gnome/Makefile.in-708-verbiste_applet-panel-applet.o: panel-applet.cpp
verbiste-0.1.47/src/gnome/Makefile.in:709:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(verbiste_applet_CXXFLAGS) $(CXXFLAGS) -MT verbiste_applet-panel-applet.o -MD -MP -MF $(DEPDIR)/verbiste_applet-panel-applet.Tpo -c -o verbiste_applet-panel-applet.o `test -f 'panel-applet.cpp' || echo '$(srcdir)/'`panel-applet.cpp
verbiste-0.1.47/src/gnome/Makefile.in-710-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/verbiste_applet-panel-applet.Tpo $(DEPDIR)/verbiste_applet-panel-applet.Po
##############################################
verbiste-0.1.47/src/gnome/Makefile.in-712-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
verbiste-0.1.47/src/gnome/Makefile.in:713:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(verbiste_applet_CXXFLAGS) $(CXXFLAGS) -c -o verbiste_applet-panel-applet.o `test -f 'panel-applet.cpp' || echo '$(srcdir)/'`panel-applet.cpp
verbiste-0.1.47/src/gnome/Makefile.in-714-
verbiste-0.1.47/src/gnome/Makefile.in-715-verbiste_applet-panel-applet.obj: panel-applet.cpp
verbiste-0.1.47/src/gnome/Makefile.in:716:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(verbiste_applet_CXXFLAGS) $(CXXFLAGS) -MT verbiste_applet-panel-applet.obj -MD -MP -MF $(DEPDIR)/verbiste_applet-panel-applet.Tpo -c -o verbiste_applet-panel-applet.obj `if test -f 'panel-applet.cpp'; then $(CYGPATH_W) 'panel-applet.cpp'; else $(CYGPATH_W) '$(srcdir)/panel-applet.cpp'; fi`
verbiste-0.1.47/src/gnome/Makefile.in-717-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/verbiste_applet-panel-applet.Tpo $(DEPDIR)/verbiste_applet-panel-applet.Po
##############################################
verbiste-0.1.47/src/gnome/Makefile.in-719-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
verbiste-0.1.47/src/gnome/Makefile.in:720:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(verbiste_applet_CXXFLAGS) $(CXXFLAGS) -c -o verbiste_applet-panel-applet.obj `if test -f 'panel-applet.cpp'; then $(CYGPATH_W) 'panel-applet.cpp'; else $(CYGPATH_W) '$(srcdir)/panel-applet.cpp'; fi`
verbiste-0.1.47/src/gnome/Makefile.in-721-
verbiste-0.1.47/src/gnome/Makefile.in-722-verbiste_applet-config.o: config.cpp
verbiste-0.1.47/src/gnome/Makefile.in:723:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(verbiste_applet_CXXFLAGS) $(CXXFLAGS) -MT verbiste_applet-config.o -MD -MP -MF $(DEPDIR)/verbiste_applet-config.Tpo -c -o verbiste_applet-config.o `test -f 'config.cpp' || echo '$(srcdir)/'`config.cpp
verbiste-0.1.47/src/gnome/Makefile.in-724-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/verbiste_applet-config.Tpo $(DEPDIR)/verbiste_applet-config.Po
##############################################
verbiste-0.1.47/src/gnome/Makefile.in-726-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
verbiste-0.1.47/src/gnome/Makefile.in:727:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(verbiste_applet_CXXFLAGS) $(CXXFLAGS) -c -o verbiste_applet-config.o `test -f 'config.cpp' || echo '$(srcdir)/'`config.cpp
verbiste-0.1.47/src/gnome/Makefile.in-728-
verbiste-0.1.47/src/gnome/Makefile.in-729-verbiste_applet-config.obj: config.cpp
verbiste-0.1.47/src/gnome/Makefile.in:730:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(verbiste_applet_CXXFLAGS) $(CXXFLAGS) -MT verbiste_applet-config.obj -MD -MP -MF $(DEPDIR)/verbiste_applet-config.Tpo -c -o verbiste_applet-config.obj `if test -f 'config.cpp'; then $(CYGPATH_W) 'config.cpp'; else $(CYGPATH_W) '$(srcdir)/config.cpp'; fi`
verbiste-0.1.47/src/gnome/Makefile.in-731-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/verbiste_applet-config.Tpo $(DEPDIR)/verbiste_applet-config.Po
##############################################
verbiste-0.1.47/src/gnome/Makefile.in-733-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
verbiste-0.1.47/src/gnome/Makefile.in:734:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(verbiste_applet_CXXFLAGS) $(CXXFLAGS) -c -o verbiste_applet-config.obj `if test -f 'config.cpp'; then $(CYGPATH_W) 'config.cpp'; else $(CYGPATH_W) '$(srcdir)/config.cpp'; fi`
verbiste-0.1.47/src/gnome/Makefile.in-735-
##############################################
verbiste-0.1.47/src/gnome/Makefile.in-759-	@list='$(bonoboserver_DATA)'; test -n "$(bonoboserverdir)" || list=; \
verbiste-0.1.47/src/gnome/Makefile.in:760:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
verbiste-0.1.47/src/gnome/Makefile.in-761-	dir='$(DESTDIR)$(bonoboserverdir)'; $(am__uninstall_files_from_dir)
##############################################
verbiste-0.1.47/src/gnome/Makefile.in-780-	@list='$(desktop_DATA)'; test -n "$(desktopdir)" || list=; \
verbiste-0.1.47/src/gnome/Makefile.in:781:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
verbiste-0.1.47/src/gnome/Makefile.in-782-	dir='$(DESTDIR)$(desktopdir)'; $(am__uninstall_files_from_dir)
##############################################
verbiste-0.1.47/src/gnome/Makefile.in-813-GTAGS:
verbiste-0.1.47/src/gnome/Makefile.in:814:	here=`$(am__cd) $(top_builddir) && pwd` \
verbiste-0.1.47/src/gnome/Makefile.in-815-	  && $(am__cd) $(top_srcdir) \
##############################################
verbiste-0.1.47/src/gnome/Makefile.in-836-distdir: $(DISTFILES)
verbiste-0.1.47/src/gnome/Makefile.in:837:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
verbiste-0.1.47/src/gnome/Makefile.in:838:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
verbiste-0.1.47/src/gnome/Makefile.in-839-	list='$(DISTFILES)'; \
##############################################
verbiste-0.1.47/src/gnome/Makefile.in-850-	  if test -d $$d/$$file; then \
verbiste-0.1.47/src/gnome/Makefile.in:851:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
verbiste-0.1.47/src/gnome/Makefile.in-852-	    if test -d "$(distdir)/$$file"; then \
##############################################
verbiste-0.1.47/src/gnome/Makefile.in-1006-@BUILD_GNOME_APP_TRUE@	@echo "Testing that --version returns right version number:"
verbiste-0.1.47/src/gnome/Makefile.in:1007:@BUILD_GNOME_APP_TRUE@	test "`env DISPLAY= ./$(PACKAGE) --version | sed 's/gnome/GNOME/i'`" = "GNOME $(PACKAGE) $(VERSION)"
verbiste-0.1.47/src/gnome/Makefile.in-1008-
##############################################
verbiste-0.1.47/src/gnome/Makefile.in-1013-@BUILD_GNOME_APP_TRUE@	@echo "Testing GNU gettext user interface translations:"
verbiste-0.1.47/src/gnome/Makefile.in:1014:@BUILD_GNOME_APP_TRUE@	test "`env DISPLAY= VERBISTE_TEST_GETTEXT=1 LANG=en_US ./$(PACKAGE)`" = "_Spelling: tolerant"
verbiste-0.1.47/src/gnome/Makefile.in:1015:@BUILD_GNOME_APP_TRUE@	test "`env DISPLAY= VERBISTE_TEST_GETTEXT=1 LANG=fr_CA ./$(PACKAGE)`" = "_Orthographe: tolérante"  # UTF-8 line
verbiste-0.1.47/src/gnome/Makefile.in:1016:@BUILD_GNOME_APP_TRUE@	test "`env DISPLAY= VERBISTE_TEST_GETTEXT=1 LANG=de_DE ./$(PACKAGE)`" = "_Orthographie: Tolerant"
verbiste-0.1.47/src/gnome/Makefile.in:1017:@BUILD_GNOME_APP_TRUE@	test "`env DISPLAY= VERBISTE_TEST_GETTEXT=1 LANG=el_GR ./$(PACKAGE)`" = "_Ορθογραφία: χαλαρή"  # UTF-8 line
verbiste-0.1.47/src/gnome/Makefile.in:1018:@BUILD_GNOME_APP_TRUE@	test "`env DISPLAY= VERBISTE_TEST_GETTEXT=1 LANG=da_DK ./$(PACKAGE)`" = "_Stavekontrol: Tolerant"
verbiste-0.1.47/src/gnome/Makefile.in-1019-
##############################################
verbiste-0.1.47/src/verbiste/Makefile.in-43-  { \
verbiste-0.1.47/src/verbiste/Makefile.in:44:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
verbiste-0.1.47/src/verbiste/Makefile.in-45-  }; \
##############################################
verbiste-0.1.47/src/verbiste/Makefile.in-126-CONFIG_CLEAN_VPATH_FILES =
verbiste-0.1.47/src/verbiste/Makefile.in:127:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
verbiste-0.1.47/src/verbiste/Makefile.in-128-am__vpath_adj = case $$p in \
verbiste-0.1.47/src/verbiste/Makefile.in:129:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
verbiste-0.1.47/src/verbiste/Makefile.in-130-    *) f=$$p;; \
verbiste-0.1.47/src/verbiste/Makefile.in-131-  esac;
verbiste-0.1.47/src/verbiste/Makefile.in:132:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
verbiste-0.1.47/src/verbiste/Makefile.in-133-am__install_max = 40
verbiste-0.1.47/src/verbiste/Makefile.in-134-am__nobase_strip_setup = \
verbiste-0.1.47/src/verbiste/Makefile.in:135:  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
verbiste-0.1.47/src/verbiste/Makefile.in-136-am__nobase_strip = \
##############################################
verbiste-0.1.47/src/verbiste/Makefile.in-377-case "$@" in						\
verbiste-0.1.47/src/verbiste/Makefile.in:378:  */*) am__odir=`echo "./$@" | sed 's|/[^/]*$$||'`;;	\
verbiste-0.1.47/src/verbiste/Makefile.in-379-    *) am__odir=.;; 					\
##############################################
verbiste-0.1.47/src/verbiste/Makefile.in-407-  bases='$(TEST_LOGS)'; \
verbiste-0.1.47/src/verbiste/Makefile.in:408:  bases=`for i in $$bases; do echo $$i; done | sed 's/\.log$$//'`; \
verbiste-0.1.47/src/verbiste/Makefile.in:409:  bases=`echo $$bases`
verbiste-0.1.47/src/verbiste/Makefile.in-410-RECHECK_LOGS = $(TEST_LOGS)
##############################################
verbiste-0.1.47/src/verbiste/Makefile.in-420-        */*) b='$*';; \
verbiste-0.1.47/src/verbiste/Makefile.in:421:          *) b=`echo '$@' | sed 's/\.log$$//'`; \
verbiste-0.1.47/src/verbiste/Makefile.in-422-       esac;; \
##############################################
verbiste-0.1.47/src/verbiste/Makefile.in-730-	test -n "$(EXEEXT)" || exit 0; \
verbiste-0.1.47/src/verbiste/Makefile.in:731:	list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
verbiste-0.1.47/src/verbiste/Makefile.in-732-	echo " rm -f" $$list; \
##############################################
verbiste-0.1.47/src/verbiste/Makefile.in-757-.cpp.obj:
verbiste-0.1.47/src/verbiste/Makefile.in:758:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
verbiste-0.1.47/src/verbiste/Makefile.in-759-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
##############################################
verbiste-0.1.47/src/verbiste/Makefile.in-761-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
verbiste-0.1.47/src/verbiste/Makefile.in:762:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
verbiste-0.1.47/src/verbiste/Makefile.in-763-
##############################################
verbiste-0.1.47/src/verbiste/Makefile.in-771-libverbiste_0_1_la-FrenchVerbDictionary.lo: FrenchVerbDictionary.cpp
verbiste-0.1.47/src/verbiste/Makefile.in:772:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libverbiste_0_1_la_CXXFLAGS) $(CXXFLAGS) -MT libverbiste_0_1_la-FrenchVerbDictionary.lo -MD -MP -MF $(DEPDIR)/libverbiste_0_1_la-FrenchVerbDictionary.Tpo -c -o libverbiste_0_1_la-FrenchVerbDictionary.lo `test -f 'FrenchVerbDictionary.cpp' || echo '$(srcdir)/'`FrenchVerbDictionary.cpp
verbiste-0.1.47/src/verbiste/Makefile.in-773-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libverbiste_0_1_la-FrenchVerbDictionary.Tpo $(DEPDIR)/libverbiste_0_1_la-FrenchVerbDictionary.Plo
##############################################
verbiste-0.1.47/src/verbiste/Makefile.in-775-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
verbiste-0.1.47/src/verbiste/Makefile.in:776:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libverbiste_0_1_la_CXXFLAGS) $(CXXFLAGS) -c -o libverbiste_0_1_la-FrenchVerbDictionary.lo `test -f 'FrenchVerbDictionary.cpp' || echo '$(srcdir)/'`FrenchVerbDictionary.cpp
verbiste-0.1.47/src/verbiste/Makefile.in-777-
verbiste-0.1.47/src/verbiste/Makefile.in-778-libverbiste_0_1_la-misc-types.lo: misc-types.cpp
verbiste-0.1.47/src/verbiste/Makefile.in:779:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libverbiste_0_1_la_CXXFLAGS) $(CXXFLAGS) -MT libverbiste_0_1_la-misc-types.lo -MD -MP -MF $(DEPDIR)/libverbiste_0_1_la-misc-types.Tpo -c -o libverbiste_0_1_la-misc-types.lo `test -f 'misc-types.cpp' || echo '$(srcdir)/'`misc-types.cpp
verbiste-0.1.47/src/verbiste/Makefile.in-780-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libverbiste_0_1_la-misc-types.Tpo $(DEPDIR)/libverbiste_0_1_la-misc-types.Plo
##############################################
verbiste-0.1.47/src/verbiste/Makefile.in-782-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
verbiste-0.1.47/src/verbiste/Makefile.in:783:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libverbiste_0_1_la_CXXFLAGS) $(CXXFLAGS) -c -o libverbiste_0_1_la-misc-types.lo `test -f 'misc-types.cpp' || echo '$(srcdir)/'`misc-types.cpp
verbiste-0.1.47/src/verbiste/Makefile.in-784-
verbiste-0.1.47/src/verbiste/Makefile.in-785-libverbiste_0_1_la-c-api.lo: c-api.cpp
verbiste-0.1.47/src/verbiste/Makefile.in:786:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libverbiste_0_1_la_CXXFLAGS) $(CXXFLAGS) -MT libverbiste_0_1_la-c-api.lo -MD -MP -MF $(DEPDIR)/libverbiste_0_1_la-c-api.Tpo -c -o libverbiste_0_1_la-c-api.lo `test -f 'c-api.cpp' || echo '$(srcdir)/'`c-api.cpp
verbiste-0.1.47/src/verbiste/Makefile.in-787-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libverbiste_0_1_la-c-api.Tpo $(DEPDIR)/libverbiste_0_1_la-c-api.Plo
##############################################
verbiste-0.1.47/src/verbiste/Makefile.in-789-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
verbiste-0.1.47/src/verbiste/Makefile.in:790:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libverbiste_0_1_la_CXXFLAGS) $(CXXFLAGS) -c -o libverbiste_0_1_la-c-api.lo `test -f 'c-api.cpp' || echo '$(srcdir)/'`c-api.cpp
verbiste-0.1.47/src/verbiste/Makefile.in-791-
verbiste-0.1.47/src/verbiste/Makefile.in-792-checkxml-checkxml.o: checkxml.cpp
verbiste-0.1.47/src/verbiste/Makefile.in:793:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(checkxml_CXXFLAGS) $(CXXFLAGS) -MT checkxml-checkxml.o -MD -MP -MF $(DEPDIR)/checkxml-checkxml.Tpo -c -o checkxml-checkxml.o `test -f 'checkxml.cpp' || echo '$(srcdir)/'`checkxml.cpp
verbiste-0.1.47/src/verbiste/Makefile.in-794-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/checkxml-checkxml.Tpo $(DEPDIR)/checkxml-checkxml.Po
##############################################
verbiste-0.1.47/src/verbiste/Makefile.in-796-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
verbiste-0.1.47/src/verbiste/Makefile.in:797:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(checkxml_CXXFLAGS) $(CXXFLAGS) -c -o checkxml-checkxml.o `test -f 'checkxml.cpp' || echo '$(srcdir)/'`checkxml.cpp
verbiste-0.1.47/src/verbiste/Makefile.in-798-
verbiste-0.1.47/src/verbiste/Makefile.in-799-checkxml-checkxml.obj: checkxml.cpp
verbiste-0.1.47/src/verbiste/Makefile.in:800:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(checkxml_CXXFLAGS) $(CXXFLAGS) -MT checkxml-checkxml.obj -MD -MP -MF $(DEPDIR)/checkxml-checkxml.Tpo -c -o checkxml-checkxml.obj `if test -f 'checkxml.cpp'; then $(CYGPATH_W) 'checkxml.cpp'; else $(CYGPATH_W) '$(srcdir)/checkxml.cpp'; fi`
verbiste-0.1.47/src/verbiste/Makefile.in-801-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/checkxml-checkxml.Tpo $(DEPDIR)/checkxml-checkxml.Po
##############################################
verbiste-0.1.47/src/verbiste/Makefile.in-803-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
verbiste-0.1.47/src/verbiste/Makefile.in:804:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(checkxml_CXXFLAGS) $(CXXFLAGS) -c -o checkxml-checkxml.obj `if test -f 'checkxml.cpp'; then $(CYGPATH_W) 'checkxml.cpp'; else $(CYGPATH_W) '$(srcdir)/checkxml.cpp'; fi`
verbiste-0.1.47/src/verbiste/Makefile.in-805-
##############################################
verbiste-0.1.47/src/verbiste/Makefile.in-829-	@list='$(pkginclude_HEADERS)'; test -n "$(pkgincludedir)" || list=; \
verbiste-0.1.47/src/verbiste/Makefile.in:830:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
verbiste-0.1.47/src/verbiste/Makefile.in-831-	dir='$(DESTDIR)$(pkgincludedir)'; $(am__uninstall_files_from_dir)
##############################################
verbiste-0.1.47/src/verbiste/Makefile.in-862-GTAGS:
verbiste-0.1.47/src/verbiste/Makefile.in:863:	here=`$(am__cd) $(top_builddir) && pwd` \
verbiste-0.1.47/src/verbiste/Makefile.in-864-	  && $(am__cd) $(top_srcdir) \
##############################################
verbiste-0.1.47/src/verbiste/Makefile.in-905-	if test -n "$$redo_bases"; then \
verbiste-0.1.47/src/verbiste/Makefile.in:906:	  redo_logs=`for i in $$redo_bases; do echo $$i.log; done`; \
verbiste-0.1.47/src/verbiste/Makefile.in:907:	  redo_results=`for i in $$redo_bases; do echo $$i.trs; done`; \
verbiste-0.1.47/src/verbiste/Makefile.in-908-	  if $(am__make_dryrun); then :; else \
##############################################
verbiste-0.1.47/src/verbiste/Makefile.in-930-	ws='[ 	]'; \
verbiste-0.1.47/src/verbiste/Makefile.in:931:	results=`for b in $$bases; do echo $$b.trs; done`; \
verbiste-0.1.47/src/verbiste/Makefile.in-932-	test -n "$$results" || results=/dev/null; \
verbiste-0.1.47/src/verbiste/Makefile.in:933:	all=`  grep "^$$ws*:test-result:"           $$results | wc -l`; \
verbiste-0.1.47/src/verbiste/Makefile.in:934:	pass=` grep "^$$ws*:test-result:$$ws*PASS"  $$results | wc -l`; \
verbiste-0.1.47/src/verbiste/Makefile.in:935:	fail=` grep "^$$ws*:test-result:$$ws*FAIL"  $$results | wc -l`; \
verbiste-0.1.47/src/verbiste/Makefile.in:936:	skip=` grep "^$$ws*:test-result:$$ws*SKIP"  $$results | wc -l`; \
verbiste-0.1.47/src/verbiste/Makefile.in:937:	xfail=`grep "^$$ws*:test-result:$$ws*XFAIL" $$results | wc -l`; \
verbiste-0.1.47/src/verbiste/Makefile.in:938:	xpass=`grep "^$$ws*:test-result:$$ws*XPASS" $$results | wc -l`; \
verbiste-0.1.47/src/verbiste/Makefile.in:939:	error=`grep "^$$ws*:test-result:$$ws*ERROR" $$results | wc -l`; \
verbiste-0.1.47/src/verbiste/Makefile.in:940:	if test `expr $$fail + $$xpass + $$error` -eq 0; then \
verbiste-0.1.47/src/verbiste/Makefile.in-941-	  success=true; \
##############################################
verbiste-0.1.47/src/verbiste/Makefile.in-1009-	@set +e; $(am__set_TESTS_bases); \
verbiste-0.1.47/src/verbiste/Makefile.in:1010:	log_list=`for i in $$bases; do echo $$i.log; done`; \
verbiste-0.1.47/src/verbiste/Makefile.in:1011:	trs_list=`for i in $$bases; do echo $$i.trs; done`; \
verbiste-0.1.47/src/verbiste/Makefile.in:1012:	log_list=`echo $$log_list`; trs_list=`echo $$trs_list`; \
verbiste-0.1.47/src/verbiste/Makefile.in-1013-	$(MAKE) $(AM_MAKEFLAGS) $(TEST_SUITE_LOG) TEST_LOGS="$$log_list"; \
##############################################
verbiste-0.1.47/src/verbiste/Makefile.in-1019-	         | $(am__list_recheck_tests)` || exit 1; \
verbiste-0.1.47/src/verbiste/Makefile.in:1020:	log_list=`for i in $$bases; do echo $$i.log; done`; \
verbiste-0.1.47/src/verbiste/Makefile.in:1021:	log_list=`echo $$log_list`; \
verbiste-0.1.47/src/verbiste/Makefile.in-1022-	$(MAKE) $(AM_MAKEFLAGS) $(TEST_SUITE_LOG) \
##############################################
verbiste-0.1.47/src/verbiste/Makefile.in-1048-distdir: $(DISTFILES)
verbiste-0.1.47/src/verbiste/Makefile.in:1049:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
verbiste-0.1.47/src/verbiste/Makefile.in:1050:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
verbiste-0.1.47/src/verbiste/Makefile.in-1051-	list='$(DISTFILES)'; \
##############################################
verbiste-0.1.47/src/verbiste/Makefile.in-1062-	  if test -d $$d/$$file; then \
verbiste-0.1.47/src/verbiste/Makefile.in:1063:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
verbiste-0.1.47/src/verbiste/Makefile.in-1064-	    if test -d "$(distdir)/$$file"; then \
##############################################
verbiste-0.1.47/Makefile.in-42-  { \
verbiste-0.1.47/Makefile.in:43:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
verbiste-0.1.47/Makefile.in-44-  }; \
##############################################
verbiste-0.1.47/Makefile.in-167-  esac
verbiste-0.1.47/Makefile.in:168:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
verbiste-0.1.47/Makefile.in-169-am__vpath_adj = case $$p in \
verbiste-0.1.47/Makefile.in:170:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
verbiste-0.1.47/Makefile.in-171-    *) f=$$p;; \
verbiste-0.1.47/Makefile.in-172-  esac;
verbiste-0.1.47/Makefile.in:173:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
verbiste-0.1.47/Makefile.in-174-am__install_max = 40
verbiste-0.1.47/Makefile.in-175-am__nobase_strip_setup = \
verbiste-0.1.47/Makefile.in:176:  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
verbiste-0.1.47/Makefile.in-177-am__nobase_strip = \
##############################################
verbiste-0.1.47/Makefile.in-250-  while test -n "$$dir1"; do \
verbiste-0.1.47/Makefile.in:251:    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
verbiste-0.1.47/Makefile.in-252-    if test "$$first" != "."; then \
verbiste-0.1.47/Makefile.in-253-      if test "$$first" = ".."; then \
verbiste-0.1.47/Makefile.in:254:        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
verbiste-0.1.47/Makefile.in:255:        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
verbiste-0.1.47/Makefile.in-256-      else \
verbiste-0.1.47/Makefile.in:257:        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
verbiste-0.1.47/Makefile.in-258-        if test "$$first2" = "$$first"; then \
verbiste-0.1.47/Makefile.in:259:          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
verbiste-0.1.47/Makefile.in-260-        else \
##############################################
verbiste-0.1.47/Makefile.in-265-    fi; \
verbiste-0.1.47/Makefile.in:266:    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
verbiste-0.1.47/Makefile.in-267-  done; \
##############################################
verbiste-0.1.47/Makefile.in-594-	test -n "$(man1dir)" \
verbiste-0.1.47/Makefile.in:595:	  && test -n "`echo $$list1$$list2`" \
verbiste-0.1.47/Makefile.in-596-	  || exit 0; \
##############################################
verbiste-0.1.47/Makefile.in-637-	test -n "$(man3dir)" \
verbiste-0.1.47/Makefile.in:638:	  && test -n "`echo $$list1$$list2`" \
verbiste-0.1.47/Makefile.in-639-	  || exit 0; \
##############################################
verbiste-0.1.47/Makefile.in-694-	@list='$(doc_DATA)'; test -n "$(docdir)" || list=; \
verbiste-0.1.47/Makefile.in:695:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
verbiste-0.1.47/Makefile.in-696-	dir='$(DESTDIR)$(docdir)'; $(am__uninstall_files_from_dir)
##############################################
verbiste-0.1.47/Makefile.in-715-	@list='$(frman1_DATA)'; test -n "$(frman1dir)" || list=; \
verbiste-0.1.47/Makefile.in:716:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
verbiste-0.1.47/Makefile.in-717-	dir='$(DESTDIR)$(frman1dir)'; $(am__uninstall_files_from_dir)
##############################################
verbiste-0.1.47/Makefile.in-736-	@list='$(frman3_DATA)'; test -n "$(frman3dir)" || list=; \
verbiste-0.1.47/Makefile.in:737:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
verbiste-0.1.47/Makefile.in-738-	dir='$(DESTDIR)$(frman3dir)'; $(am__uninstall_files_from_dir)
##############################################
verbiste-0.1.47/Makefile.in-757-	@list='$(libdata_DATA)'; test -n "$(libdatadir)" || list=; \
verbiste-0.1.47/Makefile.in:758:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
verbiste-0.1.47/Makefile.in-759-	dir='$(DESTDIR)$(libdatadir)'; $(am__uninstall_files_from_dir)
##############################################
verbiste-0.1.47/Makefile.in-778-	@list='$(pkgconfig_DATA)'; test -n "$(pkgconfigdir)" || list=; \
verbiste-0.1.47/Makefile.in:779:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
verbiste-0.1.47/Makefile.in-780-	dir='$(DESTDIR)$(pkgconfigdir)'; $(am__uninstall_files_from_dir)
##############################################
verbiste-0.1.47/Makefile.in-795-	dot_seen=no; \
verbiste-0.1.47/Makefile.in:796:	target=`echo $@ | sed s/-recursive//`; \
verbiste-0.1.47/Makefile.in-797-	case "$@" in \
##############################################
verbiste-0.1.47/Makefile.in-858-GTAGS:
verbiste-0.1.47/Makefile.in:859:	here=`$(am__cd) $(top_builddir) && pwd` \
verbiste-0.1.47/Makefile.in-860-	  && $(am__cd) $(top_srcdir) \
##############################################
verbiste-0.1.47/Makefile.in-890-	test -d "$(distdir)" || mkdir "$(distdir)"
verbiste-0.1.47/Makefile.in:891:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
verbiste-0.1.47/Makefile.in:892:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
verbiste-0.1.47/Makefile.in-893-	list='$(DISTFILES)'; \
##############################################
verbiste-0.1.47/Makefile.in-904-	  if test -d $$d/$$file; then \
verbiste-0.1.47/Makefile.in:905:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
verbiste-0.1.47/Makefile.in-906-	    if test -d "$(distdir)/$$file"; then \
##############################################
verbiste-0.1.47/Makefile.in-1015-	test -d $(distdir)/_build || exit 0; \
verbiste-0.1.47/Makefile.in:1016:	dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
verbiste-0.1.47/Makefile.in-1017-	  && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
##############################################
verbiste-0.1.47/Makefile.in-1060-	}; \
verbiste-0.1.47/Makefile.in:1061:	test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \
verbiste-0.1.47/Makefile.in-1062-	   || { echo "ERROR: files left after uninstall:" ; \
##############################################
verbiste-0.1.47/Makefile.in-1072-	fi
verbiste-0.1.47/Makefile.in:1073:	@test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
verbiste-0.1.47/Makefile.in-1074-	  || { echo "ERROR: files left in build directory after distclean:" ; \
##############################################
verbiste-0.1.47/depcomp-67-  sed 's|[^\\/]*$|'${DEPDIR-.deps}'/&|;s|\.\([^.]*\)$|.P\1|;s|Pobj$|Po|'`}
verbiste-0.1.47/depcomp:68:tmpdepfile=${tmpdepfile-`echo "$depfile" | sed 's/\.\([^.]*\)$/.T\1/'`}
verbiste-0.1.47/depcomp-69-
##############################################
verbiste-0.1.47/depcomp-234-  # Version 6 uses the directory in both cases.
verbiste-0.1.47/depcomp:235:  dir=`echo "$object" | sed -e 's|/[^/]*$|/|'`
verbiste-0.1.47/depcomp-236-  test "x$dir" = "x$object" && dir=
verbiste-0.1.47/depcomp:237:  base=`echo "$object" | sed -e 's|^.*/||' -e 's/\.o$//' -e 's/\.lo$//'`
verbiste-0.1.47/depcomp-238-  if test "$libtool" = yes; then
##############################################
verbiste-0.1.47/depcomp-263-    # Do two passes, one to just change these to
verbiste-0.1.47/depcomp:264:    # `$object: dependent.h' and one to simply `dependent.h:'.
verbiste-0.1.47/depcomp-265-    sed -e "s,^.*\.[a-z]*:,$object:," < "$tmpdepfile" > "$depfile"
##############################################
verbiste-0.1.47/depcomp-305-  # Do two passes, one to just change these to
verbiste-0.1.47/depcomp:306:  # `$object: dependent.h' and one to simply `dependent.h:'.
verbiste-0.1.47/depcomp-307-  sed "s,^[^:]*:,$object :," < "$tmpdepfile" > "$depfile"
##############################################
verbiste-0.1.47/depcomp-321-  # Much of this is similar to the tru64 case; see comments there.
verbiste-0.1.47/depcomp:322:  dir=`echo "$object" | sed -e 's|/[^/]*$|/|'`
verbiste-0.1.47/depcomp-323-  test "x$dir" = "x$object" && dir=
verbiste-0.1.47/depcomp:324:  base=`echo "$object" | sed -e 's|^.*/||' -e 's/\.o$//' -e 's/\.lo$//'`
verbiste-0.1.47/depcomp-325-  if test "$libtool" = yes; then
##############################################
verbiste-0.1.47/depcomp-365-   # Subdirectories are respected.
verbiste-0.1.47/depcomp:366:   dir=`echo "$object" | sed -e 's|/[^/]*$|/|'`
verbiste-0.1.47/depcomp-367-   test "x$dir" = "x$object" && dir=
verbiste-0.1.47/depcomp:368:   base=`echo "$object" | sed -e 's|^.*/||' -e 's/\.o$//' -e 's/\.lo$//'`
verbiste-0.1.47/depcomp-369-
##############################################
verbiste-0.1.47/depcomp-557-  done
verbiste-0.1.47/depcomp:558:  obj_suffix=`echo "$object" | sed 's/^.*\././'`
verbiste-0.1.47/depcomp-559-  touch "$tmpdepfile"
##############################################
verbiste-0.1.47/macros/ltsugar.m4-67-m4_define([lt_combine],
verbiste-0.1.47/macros/ltsugar.m4:68:[m4_if(m4_eval([$# > 3]), [1],
verbiste-0.1.47/macros/ltsugar.m4-69-       [m4_pushdef([_Lt_sep], [m4_define([_Lt_sep], m4_defn([lt_car]))])]]dnl
##############################################
verbiste-0.1.47/macros/Makefile.in-39-  { \
verbiste-0.1.47/macros/Makefile.in:40:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
verbiste-0.1.47/macros/Makefile.in-41-  }; \
##############################################
verbiste-0.1.47/macros/Makefile.in-394-distdir: $(DISTFILES)
verbiste-0.1.47/macros/Makefile.in:395:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
verbiste-0.1.47/macros/Makefile.in:396:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
verbiste-0.1.47/macros/Makefile.in-397-	list='$(DISTFILES)'; \
##############################################
verbiste-0.1.47/macros/Makefile.in-408-	  if test -d $$d/$$file; then \
verbiste-0.1.47/macros/Makefile.in:409:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
verbiste-0.1.47/macros/Makefile.in-410-	    if test -d "$(distdir)/$$file"; then \
##############################################
verbiste-0.1.47/macros/iconv.m4-94-      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);"])
verbiste-0.1.47/macros/iconv.m4:95:    am_cv_proto_iconv=`echo "[$]am_cv_proto_iconv" | tr -s ' ' | sed -e 's/( /(/'`
verbiste-0.1.47/macros/iconv.m4-96-    AC_MSG_RESULT([$]{ac_t:-
##############################################
verbiste-0.1.47/macros/lib-link.m4-178-        dnl or AC_LIB_HAVE_LINKFLAGS call.
verbiste-0.1.47/macros/lib-link.m4:179:        uppername=`echo "$name" | sed -e 'y|abcdefghijklmnopqrstuvwxyz./-|ABCDEFGHIJKLMNOPQRSTUVWXYZ___|'`
verbiste-0.1.47/macros/lib-link.m4-180-        eval value=\"\$HAVE_LIB$uppername\"
##############################################
verbiste-0.1.47/macros/lib-link.m4-220-                -L*)
verbiste-0.1.47/macros/lib-link.m4:221:                  dir=`echo "X$x" | sed -e 's/^X-L//'`
verbiste-0.1.47/macros/lib-link.m4-222-                  if test -n "$shlibext" && test -f "$dir/lib$name.$shlibext"; then
##############################################
verbiste-0.1.47/macros/lib-link.m4-337-              */lib | */lib/)
verbiste-0.1.47/macros/lib-link.m4:338:                basedir=`echo "X$found_dir" | sed -e 's,^X,,' -e 's,/lib/*$,,'`
verbiste-0.1.47/macros/lib-link.m4-339-                additional_includedir="$basedir/include"
##############################################
verbiste-0.1.47/macros/lib-link.m4-390-                  -L*)
verbiste-0.1.47/macros/lib-link.m4:391:                    additional_libdir=`echo "X$dep" | sed -e 's/^X-L//'`
verbiste-0.1.47/macros/lib-link.m4-392-                    dnl Potentially add $additional_libdir to $LIBNAME and $LTLIBNAME.
##############################################
verbiste-0.1.47/macros/lib-link.m4-440-                  -R*)
verbiste-0.1.47/macros/lib-link.m4:441:                    dir=`echo "X$dep" | sed -e 's/^X-R//'`
verbiste-0.1.47/macros/lib-link.m4-442-                    if test "$enable_rpath" != no; then
##############################################
verbiste-0.1.47/macros/lib-link.m4-470-                    dnl Handle this in the next round.
verbiste-0.1.47/macros/lib-link.m4:471:                    names_next_round="$names_next_round "`echo "X$dep" | sed -e 's/^X-l//'`
verbiste-0.1.47/macros/lib-link.m4-472-                    ;;
##############################################
verbiste-0.1.47/macros/lib-link.m4-476-                    dnl option.
verbiste-0.1.47/macros/lib-link.m4:477:                    names_next_round="$names_next_round "`echo "X$dep" | sed -e 's,^X.*/,,' -e 's,^lib,,' -e 's,\.la$,,'`
verbiste-0.1.47/macros/lib-link.m4-478-                    ;;
##############################################
verbiste-0.1.47/macros/lib-ld.m4-14-[# I'd rather use --version here, but apparently some GNU ld's only accept -v.
verbiste-0.1.47/macros/lib-ld.m4:15:case `$LD -v 2>&1 </dev/null` in
verbiste-0.1.47/macros/lib-ld.m4-16-*GNU* | *'with BFD'*)
##############################################
verbiste-0.1.47/macros/lib-ld.m4-50-    # gcc leaves a trailing carriage return which upsets mingw
verbiste-0.1.47/macros/lib-ld.m4:51:    ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
verbiste-0.1.47/macros/lib-ld.m4-52-  *)
verbiste-0.1.47/macros/lib-ld.m4:53:    ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
verbiste-0.1.47/macros/lib-ld.m4-54-  esac
##############################################
verbiste-0.1.47/macros/lib-ld.m4-59-      # Canonicalize the path of ld
verbiste-0.1.47/macros/lib-ld.m4:60:      ac_prog=`echo $ac_prog| sed 's%\\\\%/%g'`
verbiste-0.1.47/macros/lib-ld.m4-61-      while echo $ac_prog | grep "$re_direlt" > /dev/null 2>&1; do
verbiste-0.1.47/macros/lib-ld.m4:62:	ac_prog=`echo $ac_prog| sed "s%$re_direlt%/%"`
verbiste-0.1.47/macros/lib-ld.m4-63-      done
##############################################
verbiste-0.1.47/macros/lib-ld.m4-89-      # Break only if it was the GNU/non-GNU ld that we prefer.
verbiste-0.1.47/macros/lib-ld.m4:90:      case `"$acl_cv_path_LD" -v 2>&1 < /dev/null` in
verbiste-0.1.47/macros/lib-ld.m4-91-      *GNU* | *'with BFD'*)
##############################################
verbiste-0.1.47/macros/libtool.m4-125-done
verbiste-0.1.47/macros/libtool.m4:126:cc_basename=`$ECHO "$cc_temp" | $SED "s%.*/%%; s%^$host_alias-%%"`
verbiste-0.1.47/macros/libtool.m4-127-])
##############################################
verbiste-0.1.47/macros/libtool.m4-427-m4_define([_LT_CONFIG_STATUS_DECLARE],
verbiste-0.1.47/macros/libtool.m4:428:[$1='`$ECHO "$][$1" | $SED "$delay_single_quote_subst"`'])
verbiste-0.1.47/macros/libtool.m4-429-
##############################################
verbiste-0.1.47/macros/libtool.m4-437-#
verbiste-0.1.47/macros/libtool.m4:438:#    <var>='`$ECHO "$<var>" | $SED "$delay_single_quote_subst"`'
verbiste-0.1.47/macros/libtool.m4-439-m4_defun([_LT_CONFIG_STATUS_DECLARATIONS],
##############################################
verbiste-0.1.47/macros/libtool.m4-547-]], lt_decl_quote_varnames); do
verbiste-0.1.47/macros/libtool.m4:548:    case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
verbiste-0.1.47/macros/libtool.m4-549-    *[[\\\\\\\`\\"\\\$]]*)
verbiste-0.1.47/macros/libtool.m4:550:      eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED \\"\\\$sed_quote_subst\\"\\\`\\\\\\""
verbiste-0.1.47/macros/libtool.m4-551-      ;;
##############################################
verbiste-0.1.47/macros/libtool.m4-560-]], lt_decl_dquote_varnames); do
verbiste-0.1.47/macros/libtool.m4:561:    case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
verbiste-0.1.47/macros/libtool.m4-562-    *[[\\\\\\\`\\"\\\$]]*)
verbiste-0.1.47/macros/libtool.m4:563:      eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED -e \\"\\\$double_quote_subst\\" -e \\"\\\$sed_quote_subst\\" -e \\"\\\$delay_variable_subst\\"\\\`\\\\\\""
verbiste-0.1.47/macros/libtool.m4-564-      ;;
##############################################
verbiste-0.1.47/macros/libtool.m4-720-
verbiste-0.1.47/macros/libtool.m4:721:# `$ECHO "$ofile" | sed 's%^.*/%%'` - Provide generalized library-building support services.
verbiste-0.1.47/macros/libtool.m4-722-# Generated automatically by $as_me ($PACKAGE$TIMESTAMP) $VERSION
##############################################
verbiste-0.1.47/macros/libtool.m4-1090-  if test "$lt_cv_ld_force_load" = "yes"; then
verbiste-0.1.47/macros/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\"`'
verbiste-0.1.47/macros/libtool.m4-1092-    m4_case([$1], [F77], [_LT_TAGVAR(compiler_needs_object, $1)=yes],
##############################################
verbiste-0.1.47/macros/libtool.m4-1143-      }]'
verbiste-0.1.47/macros/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"`
verbiste-0.1.47/macros/libtool.m4-1145-  # Check for a 64-bit object if we didn't find anything.
verbiste-0.1.47/macros/libtool.m4-1146-  if test -z "$_LT_TAGVAR([lt_cv_aix_libpath_], [$1])"; then
verbiste-0.1.47/macros/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"`
verbiste-0.1.47/macros/libtool.m4-1148-  fi],[])
##############################################
verbiste-0.1.47/macros/libtool.m4-1179-if test "X`( print -r -- -n ) 2>/dev/null`" = X-n && \
verbiste-0.1.47/macros/libtool.m4:1180:   test "X`print -r -- $ECHO 2>/dev/null`" = "X$ECHO"; then
verbiste-0.1.47/macros/libtool.m4-1181-  ECHO='print -r --'
verbiste-0.1.47/macros/libtool.m4:1182:elif test "X`printf %s $ECHO 2>/dev/null`" = "X$ECHO"; then
verbiste-0.1.47/macros/libtool.m4-1183-  ECHO='printf %s\n'
##############################################
verbiste-0.1.47/macros/libtool.m4-1214-    PATH=/empty FPATH=/empty; export PATH FPATH
verbiste-0.1.47/macros/libtool.m4:1215:    test "X`printf %s $ECHO`" = "X$ECHO" \
verbiste-0.1.47/macros/libtool.m4:1216:      || test "X`print -r -- $ECHO`" = "X$ECHO" )])])
verbiste-0.1.47/macros/libtool.m4-1217-
##############################################
verbiste-0.1.47/macros/libtool.m4-1237-   if test "$GCC" = yes; then
verbiste-0.1.47/macros/libtool.m4:1238:     lt_sysroot=`$CC --print-sysroot 2>/dev/null`
verbiste-0.1.47/macros/libtool.m4-1239-   fi
##############################################
verbiste-0.1.47/macros/libtool.m4-1241- /*)
verbiste-0.1.47/macros/libtool.m4:1242:   lt_sysroot=`echo "$with_sysroot" | sed -e "$sed_quote_subst"`
verbiste-0.1.47/macros/libtool.m4-1243-   ;; #(
##############################################
verbiste-0.1.47/macros/libtool.m4-1270-  if AC_TRY_EVAL(ac_compile); then
verbiste-0.1.47/macros/libtool.m4:1271:    case `/usr/bin/file conftest.$ac_objext` in
verbiste-0.1.47/macros/libtool.m4-1272-      *ELF-32*)
##############################################
verbiste-0.1.47/macros/libtool.m4-1286-    if test "$lt_cv_prog_gnu_ld" = yes; then
verbiste-0.1.47/macros/libtool.m4:1287:      case `/usr/bin/file conftest.$ac_objext` in
verbiste-0.1.47/macros/libtool.m4-1288-	*32-bit*)
##############################################
verbiste-0.1.47/macros/libtool.m4-1298-    else
verbiste-0.1.47/macros/libtool.m4:1299:      case `/usr/bin/file conftest.$ac_objext` in
verbiste-0.1.47/macros/libtool.m4-1300-	*32-bit*)
##############################################
verbiste-0.1.47/macros/libtool.m4-1663-    # And add a safety zone
verbiste-0.1.47/macros/libtool.m4:1664:    lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
verbiste-0.1.47/macros/libtool.m4:1665:    lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
verbiste-0.1.47/macros/libtool.m4-1666-    ;;
##############################################
verbiste-0.1.47/macros/libtool.m4-1696-    if test -n "$kargmax"; then
verbiste-0.1.47/macros/libtool.m4:1697:      lt_cv_sys_max_cmd_len=`echo $kargmax | sed 's/.*[[	 ]]//'`
verbiste-0.1.47/macros/libtool.m4-1698-    else
##############################################
verbiste-0.1.47/macros/libtool.m4-1705-	test undefined != "$lt_cv_sys_max_cmd_len"; then
verbiste-0.1.47/macros/libtool.m4:1706:      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
verbiste-0.1.47/macros/libtool.m4:1707:      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
verbiste-0.1.47/macros/libtool.m4-1708-    else
##############################################
verbiste-0.1.47/macros/libtool.m4-1717-      # we can't tell.
verbiste-0.1.47/macros/libtool.m4:1718:      while { test "X"`env echo "$teststring$teststring" 2>/dev/null` \
verbiste-0.1.47/macros/libtool.m4-1719-	         = "X$teststring$teststring"; } >/dev/null 2>&1 &&
##############################################
verbiste-0.1.47/macros/libtool.m4-1721-      do
verbiste-0.1.47/macros/libtool.m4:1722:        i=`expr $i + 1`
verbiste-0.1.47/macros/libtool.m4-1723-        teststring=$teststring$teststring
##############################################
verbiste-0.1.47/macros/libtool.m4-1725-      # Only check the string length outside the loop.
verbiste-0.1.47/macros/libtool.m4:1726:      lt_cv_sys_max_cmd_len=`expr "X$teststring" : ".*" 2>&1`
verbiste-0.1.47/macros/libtool.m4-1727-      teststring=
##############################################
verbiste-0.1.47/macros/libtool.m4-1730-      # linker.  It appears as though 1/2 is a usable value.
verbiste-0.1.47/macros/libtool.m4:1731:      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 2`
verbiste-0.1.47/macros/libtool.m4-1732-    fi
##############################################
verbiste-0.1.47/macros/libtool.m4-2055-  if test "$hard_links" = no; then
verbiste-0.1.47/macros/libtool.m4:2056:    AC_MSG_WARN([`$CC' does not support `-c -o', so `make -j' may be unsafe])
verbiste-0.1.47/macros/libtool.m4-2057-    need_locks=warn
##############################################
verbiste-0.1.47/macros/libtool.m4-2186-  esac
verbiste-0.1.47/macros/libtool.m4:2187:  lt_search_path_spec=`$CC -print-search-dirs | awk $lt_awk_arg | $SED -e "s/^libraries://" -e $lt_sed_strip_eq`
verbiste-0.1.47/macros/libtool.m4-2188-  case $lt_search_path_spec in
##############################################
verbiste-0.1.47/macros/libtool.m4-2193-    # okay in the real world where ";" in dirpaths is itself problematic.
verbiste-0.1.47/macros/libtool.m4:2194:    lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED 's/;/ /g'`
verbiste-0.1.47/macros/libtool.m4-2195-    ;;
verbiste-0.1.47/macros/libtool.m4-2196-  *)
verbiste-0.1.47/macros/libtool.m4:2197:    lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED "s/$PATH_SEPARATOR/ /g"`
verbiste-0.1.47/macros/libtool.m4-2198-    ;;
##############################################
verbiste-0.1.47/macros/libtool.m4-2202-  lt_tmp_lt_search_path_spec=
verbiste-0.1.47/macros/libtool.m4:2203:  lt_multi_os_dir=`$CC $CPPFLAGS $CFLAGS $LDFLAGS -print-multi-os-directory 2>/dev/null`
verbiste-0.1.47/macros/libtool.m4-2204-  for lt_sys_path in $lt_search_path_spec; do
##############################################
verbiste-0.1.47/macros/libtool.m4-2237-  esac
verbiste-0.1.47/macros/libtool.m4:2238:  sys_lib_search_path_spec=`$ECHO "$lt_search_path_spec" | $lt_NL2SP`
verbiste-0.1.47/macros/libtool.m4-2239-else
##############################################
verbiste-0.1.47/macros/libtool.m4-2325-    # Create ${libname}_ixlibrary.a entries in /sys/libs.
verbiste-0.1.47/macros/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'
verbiste-0.1.47/macros/libtool.m4-2327-    ;;
##############################################
verbiste-0.1.47/macros/libtool.m4-2361-    # DLL is installed to $(libdir)/../bin by postinstall_cmds
verbiste-0.1.47/macros/libtool.m4:2362:    postinstall_cmds='base_file=`basename \${file}`~
verbiste-0.1.47/macros/libtool.m4:2363:      dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i; echo \$dlname'\''`~
verbiste-0.1.47/macros/libtool.m4:2364:      dldir=$destdir/`dirname \$dlpath`~
verbiste-0.1.47/macros/libtool.m4-2365-      test -d \$dldir || mkdir -p \$dldir~
##############################################
verbiste-0.1.47/macros/libtool.m4-2370-      fi'
verbiste-0.1.47/macros/libtool.m4:2371:    postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
verbiste-0.1.47/macros/libtool.m4-2372-      dlpath=$dir/\$dldll~
##############################################
verbiste-0.1.47/macros/libtool.m4-2378-      # Cygwin DLLs use 'cyg' prefix rather than 'lib'
verbiste-0.1.47/macros/libtool.m4:2379:      soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[[.]]/-/g'`${versuffix}${shared_ext}'
verbiste-0.1.47/macros/libtool.m4-2380-m4_if([$1], [],[
##############################################
verbiste-0.1.47/macros/libtool.m4-2384-      # MinGW DLLs use traditional 'lib' prefix
verbiste-0.1.47/macros/libtool.m4:2385:      soname_spec='${libname}`echo ${release} | $SED -e 's/[[.]]/-/g'`${versuffix}${shared_ext}'
verbiste-0.1.47/macros/libtool.m4-2386-      ;;
##############################################
verbiste-0.1.47/macros/libtool.m4-2388-      # pw32 DLLs use 'pw' prefix rather than 'lib'
verbiste-0.1.47/macros/libtool.m4:2389:      library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[[.]]/-/g'`${versuffix}${shared_ext}'
verbiste-0.1.47/macros/libtool.m4-2390-      ;;
##############################################
verbiste-0.1.47/macros/libtool.m4-2397-    libname_spec='$name'
verbiste-0.1.47/macros/libtool.m4:2398:    soname_spec='${libname}`echo ${release} | $SED -e 's/[[.]]/-/g'`${versuffix}${shared_ext}'
verbiste-0.1.47/macros/libtool.m4-2399-    library_names_spec='${libname}.dll.lib'
##############################################
verbiste-0.1.47/macros/libtool.m4-2409-        # Let DOS variable expansion print the short 8.3 style file name.
verbiste-0.1.47/macros/libtool.m4:2410:        lt_path=`cd "$lt_path" 2>/dev/null && cmd //C "for %i in (".") do @echo %~si"`
verbiste-0.1.47/macros/libtool.m4-2411-        sys_lib_search_path_spec="$sys_lib_search_path_spec $lt_path"
##############################################
verbiste-0.1.47/macros/libtool.m4-2414-      # Convert to MSYS style.
verbiste-0.1.47/macros/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|^ ||'`
verbiste-0.1.47/macros/libtool.m4-2416-      ;;
##############################################
verbiste-0.1.47/macros/libtool.m4-2420-      # like /cygdrive/c/PROGRA~1:/cygdr...
verbiste-0.1.47/macros/libtool.m4:2421:      sys_lib_search_path_spec=`cygpath --path --unix "$LIB"`
verbiste-0.1.47/macros/libtool.m4:2422:      sys_lib_search_path_spec=`cygpath --path --dos "$sys_lib_search_path_spec" 2>/dev/null`
verbiste-0.1.47/macros/libtool.m4:2423:      sys_lib_search_path_spec=`cygpath --path --unix "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"`
verbiste-0.1.47/macros/libtool.m4-2424-      ;;
##############################################
verbiste-0.1.47/macros/libtool.m4-2428-        # It is most probably a Windows format PATH.
verbiste-0.1.47/macros/libtool.m4:2429:        sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'`
verbiste-0.1.47/macros/libtool.m4-2430-      else
verbiste-0.1.47/macros/libtool.m4:2431:        sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"`
verbiste-0.1.47/macros/libtool.m4-2432-      fi
##############################################
verbiste-0.1.47/macros/libtool.m4-2438-    # DLL is installed to $(libdir)/../bin by postinstall_cmds
verbiste-0.1.47/macros/libtool.m4:2439:    postinstall_cmds='base_file=`basename \${file}`~
verbiste-0.1.47/macros/libtool.m4:2440:      dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i; echo \$dlname'\''`~
verbiste-0.1.47/macros/libtool.m4:2441:      dldir=$destdir/`dirname \$dlpath`~
verbiste-0.1.47/macros/libtool.m4-2442-      test -d \$dldir || mkdir -p \$dldir~
verbiste-0.1.47/macros/libtool.m4-2443-      $install_prog $dir/$dlname \$dldir/$dlname'
verbiste-0.1.47/macros/libtool.m4:2444:    postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
verbiste-0.1.47/macros/libtool.m4-2445-      dlpath=$dir/\$dldll~
##############################################
verbiste-0.1.47/macros/libtool.m4-2452-    # Assume MSVC wrapper
verbiste-0.1.47/macros/libtool.m4:2453:    library_names_spec='${libname}`echo ${release} | $SED -e 's/[[.]]/-/g'`${versuffix}${shared_ext} $libname.lib'
verbiste-0.1.47/macros/libtool.m4-2454-    dynamic_linker='Win32 ld.exe'
##############################################
verbiste-0.1.47/macros/libtool.m4-2469-  shlibpath_var=DYLD_LIBRARY_PATH
verbiste-0.1.47/macros/libtool.m4:2470:  shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`'
verbiste-0.1.47/macros/libtool.m4-2471-m4_if([$1], [],[
##############################################
verbiste-0.1.47/macros/libtool.m4-2676-  if test -f /etc/ld.so.conf; then
verbiste-0.1.47/macros/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' ' '`
verbiste-0.1.47/macros/libtool.m4-2678-    sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra"
##############################################
verbiste-0.1.47/macros/libtool.m4-2750-  shlibpath_var=LD_LIBRARY_PATH
verbiste-0.1.47/macros/libtool.m4:2751:  if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
verbiste-0.1.47/macros/libtool.m4-2752-    case $host_os in
##############################################
verbiste-0.1.47/macros/libtool.m4-2967-	"file_magic "*)
verbiste-0.1.47/macros/libtool.m4:2968:	  file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
verbiste-0.1.47/macros/libtool.m4-2969-	  MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
##############################################
verbiste-0.1.47/macros/libtool.m4-3050-    # gcc leaves a trailing carriage return which upsets mingw
verbiste-0.1.47/macros/libtool.m4:3051:    ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
verbiste-0.1.47/macros/libtool.m4-3052-  *)
verbiste-0.1.47/macros/libtool.m4:3053:    ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
verbiste-0.1.47/macros/libtool.m4-3054-  esac
##############################################
verbiste-0.1.47/macros/libtool.m4-3059-      # Canonicalize the pathname of ld
verbiste-0.1.47/macros/libtool.m4:3060:      ac_prog=`$ECHO "$ac_prog"| $SED 's%\\\\%/%g'`
verbiste-0.1.47/macros/libtool.m4-3061-      while $ECHO "$ac_prog" | $GREP "$re_direlt" > /dev/null 2>&1; do
verbiste-0.1.47/macros/libtool.m4:3062:	ac_prog=`$ECHO $ac_prog| $SED "s%$re_direlt%/%"`
verbiste-0.1.47/macros/libtool.m4-3063-      done
##############################################
verbiste-0.1.47/macros/libtool.m4-3090-      # Break only if it was the GNU/non-GNU ld that we prefer.
verbiste-0.1.47/macros/libtool.m4:3091:      case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in
verbiste-0.1.47/macros/libtool.m4-3092-      *GNU* | *'with BFD'*)
##############################################
verbiste-0.1.47/macros/libtool.m4-3130-[# I'd rather use --version here, but apparently some GNU lds only accept -v.
verbiste-0.1.47/macros/libtool.m4:3131:case `$LD -v 2>&1 </dev/null` in
verbiste-0.1.47/macros/libtool.m4-3132-*GNU* | *'with BFD'*)
##############################################
verbiste-0.1.47/macros/libtool.m4-3321-openbsd*)
verbiste-0.1.47/macros/libtool.m4:3322:  if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
verbiste-0.1.47/macros/libtool.m4-3323-    lt_cv_deplibs_check_method='match_pattern /lib[[^/]]+(\.so\.[[0-9]]+\.[[0-9]]+|\.so|_pic\.a)$'
##############################################
verbiste-0.1.47/macros/libtool.m4-3385-    else
verbiste-0.1.47/macros/libtool.m4:3386:      file_magic_glob=`echo aAbBcCdDeEfFgGhHiIjJkKlLmMnNoOpPqQrRsStTuUvVwWxXyYzZ | $SED -e "s/\(..\)/s\/[[\1]]\/[[\1]]\/g;/g"`
verbiste-0.1.47/macros/libtool.m4-3387-    fi
##############################################
verbiste-0.1.47/macros/libtool.m4-3431-	# Tru64's nm complains that /dev/null is an invalid object file
verbiste-0.1.47/macros/libtool.m4:3432:	case `"$tmp_nm" -B /dev/null 2>&1 | sed '1q'` in
verbiste-0.1.47/macros/libtool.m4-3433-	*/dev/null* | *'Invalid file or object type'*)
##############################################
verbiste-0.1.47/macros/libtool.m4-3437-	*)
verbiste-0.1.47/macros/libtool.m4:3438:	  case `"$tmp_nm" -p /dev/null 2>&1 | sed '1q'` in
verbiste-0.1.47/macros/libtool.m4-3439-	  */dev/null*)
##############################################
verbiste-0.1.47/macros/libtool.m4-3463-    AC_CHECK_TOOLS(DUMPBIN, [dumpbin "link -dump"], :)
verbiste-0.1.47/macros/libtool.m4:3464:    case `$DUMPBIN -symbols /dev/null 2>&1 | sed '1q'` in
verbiste-0.1.47/macros/libtool.m4-3465-    *COFF*)
##############################################
verbiste-0.1.47/macros/libtool.m4-3522-  # decide which to use based on capabilities of $DLLTOOL
verbiste-0.1.47/macros/libtool.m4:3523:  case `$DLLTOOL --help 2>&1` in
verbiste-0.1.47/macros/libtool.m4-3524-  *--identify-strict*)
##############################################
verbiste-0.1.47/macros/libtool.m4-3681-# If we're using GNU nm, then use its standard symbol codes.
verbiste-0.1.47/macros/libtool.m4:3682:case `$NM -V 2>&1` in
verbiste-0.1.47/macros/libtool.m4-3683-*GNU* | *'with BFD'*)
##############################################
verbiste-0.1.47/macros/libtool.m4-3699-mingw*)
verbiste-0.1.47/macros/libtool.m4:3700:  opt_cr=`$ECHO 'x\{0,1\}' | tr x '\015'` # option cr in regexp
verbiste-0.1.47/macros/libtool.m4-3701-  ;;
##############################################
verbiste-0.1.47/macros/libtool.m4-3752-    nlist=conftest.nm
verbiste-0.1.47/macros/libtool.m4:3753:    if AC_TRY_EVAL(NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist) && test -s "$nlist"; then
verbiste-0.1.47/macros/libtool.m4-3754-      # Try sorting and uniquifying the output.
##############################################
verbiste-0.1.47/macros/libtool.m4-4090-	  *)
verbiste-0.1.47/macros/libtool.m4:4091:	    case `$CC -V 2>&1 | sed 5q` in
verbiste-0.1.47/macros/libtool.m4-4092-	    *Sun\ C*)
##############################################
verbiste-0.1.47/macros/libtool.m4-4395-      *)
verbiste-0.1.47/macros/libtool.m4:4396:	case `$CC -V 2>&1 | sed 5q` in
verbiste-0.1.47/macros/libtool.m4-4397-	*Sun\ Ceres\ Fortran* | *Sun*Fortran*\ [[1-7]].* | *Sun*Fortran*\ 8.[[0-3]]*)
##############################################
verbiste-0.1.47/macros/libtool.m4-4673-	# shared libraries, regardless of the interface used.
verbiste-0.1.47/macros/libtool.m4:4674:	case `$LD -v 2>&1` in
verbiste-0.1.47/macros/libtool.m4-4675-	  *\ \(GNU\ Binutils\)\ 2.19.5*) ;;
##############################################
verbiste-0.1.47/macros/libtool.m4-4705-    supports_anon_versioning=no
verbiste-0.1.47/macros/libtool.m4:4706:    case `$LD -v 2>&1` in
verbiste-0.1.47/macros/libtool.m4-4707-      *GNU\ gold*) supports_anon_versioning=yes ;;
##############################################
verbiste-0.1.47/macros/libtool.m4-4774-	# is EXPORTS), use it as is; otherwise, prepend...
verbiste-0.1.47/macros/libtool.m4:4775:	_LT_TAGVAR(archive_expsym_cmds, $1)='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
verbiste-0.1.47/macros/libtool.m4-4776-	  cp $export_symbols $output_objdir/$soname.def;
##############################################
verbiste-0.1.47/macros/libtool.m4-4802-      # time.  Moving up from 0x10000000 also allows more sbrk(2) space.
verbiste-0.1.47/macros/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'
verbiste-0.1.47/macros/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'
verbiste-0.1.47/macros/libtool.m4-4805-      ;;
##############################################
verbiste-0.1.47/macros/libtool.m4-4820-        pgcc*)				# Portland Group C compiler
verbiste-0.1.47/macros/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'
verbiste-0.1.47/macros/libtool.m4-4822-	  tmp_addflag=' $pic_flag'
##############################################
verbiste-0.1.47/macros/libtool.m4-4825-					# Portland Group f77 and f90 compilers
verbiste-0.1.47/macros/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'
verbiste-0.1.47/macros/libtool.m4-4827-	  tmp_addflag=' $pic_flag -Mnomain' ;;
##############################################
verbiste-0.1.47/macros/libtool.m4-4840-	nvcc*)	# Cuda Compiler Driver 2.2
verbiste-0.1.47/macros/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'
verbiste-0.1.47/macros/libtool.m4-4842-	  _LT_TAGVAR(compiler_needs_object, $1)=yes
##############################################
verbiste-0.1.47/macros/libtool.m4-4844-	esac
verbiste-0.1.47/macros/libtool.m4:4845:	case `$CC -V 2>&1 | sed 5q` in
verbiste-0.1.47/macros/libtool.m4-4846-	*Sun\ C*)			# Sun C 5.9
verbiste-0.1.47/macros/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'
verbiste-0.1.47/macros/libtool.m4-4848-	  _LT_TAGVAR(compiler_needs_object, $1)=yes
##############################################
verbiste-0.1.47/macros/libtool.m4-4912-    sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*)
verbiste-0.1.47/macros/libtool.m4:4913:      case `$LD -v 2>&1` in
verbiste-0.1.47/macros/libtool.m4-4914-        *\ [[01]].* | *\ 2.[[0-9]].* | *\ 2.1[[0-5]].*)
##############################################
verbiste-0.1.47/macros/libtool.m4-5035-	# below for broken collect2 doesn't work under 4.3+
verbiste-0.1.47/macros/libtool.m4:5036:	  collect2name=`${CC} -print-prog-name=collect2`
verbiste-0.1.47/macros/libtool.m4-5037-	  if test -f "$collect2name" &&
##############################################
verbiste-0.1.47/macros/libtool.m4-5085-        _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-blibpath:$libdir:'"$aix_libpath"
verbiste-0.1.47/macros/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"
verbiste-0.1.47/macros/libtool.m4-5087-      else
##############################################
verbiste-0.1.47/macros/libtool.m4-5151-	_LT_TAGVAR(archive_cmds, $1)='$CC -o $output_objdir/$soname $libobjs $compiler_flags $deplibs -Wl,-dll~linknames='
verbiste-0.1.47/macros/libtool.m4:5152:	_LT_TAGVAR(archive_expsym_cmds, $1)='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
verbiste-0.1.47/macros/libtool.m4-5153-	    sed -n -e 's/\\\\\\\(.*\\\\\\\)/-link\\\ -EXPORT:\\\\\\\1/' -e '1\\\!p' < $export_symbols > $output_objdir/$soname.exp;
##############################################
verbiste-0.1.47/macros/libtool.m4-5188-	# FIXME: Setting linknames here is a bad hack.
verbiste-0.1.47/macros/libtool.m4:5189:	_LT_TAGVAR(archive_cmds, $1)='$CC -o $lib $libobjs $compiler_flags `func_echo_all "$deplibs" | $SED '\''s/ -lc$//'\''` -link -dll~linknames='
verbiste-0.1.47/macros/libtool.m4-5190-	# The linker will automatically build a .lib file if we build a DLL.
##############################################
verbiste-0.1.47/macros/libtool.m4-5326-      if test "$GCC" = yes; then
verbiste-0.1.47/macros/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'
verbiste-0.1.47/macros/libtool.m4-5328-	# Try to use the -exported_symbol ld option, if it does not
##############################################
verbiste-0.1.47/macros/libtool.m4-5349-	if test "$lt_cv_irix_exported_symbol" = yes; then
verbiste-0.1.47/macros/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'
verbiste-0.1.47/macros/libtool.m4-5351-	fi
verbiste-0.1.47/macros/libtool.m4-5352-      else
verbiste-0.1.47/macros/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'
verbiste-0.1.47/macros/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'
verbiste-0.1.47/macros/libtool.m4-5355-      fi
##############################################
verbiste-0.1.47/macros/libtool.m4-5389-	_LT_TAGVAR(hardcode_direct_absolute, $1)=yes
verbiste-0.1.47/macros/libtool.m4:5390:	if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
verbiste-0.1.47/macros/libtool.m4-5391-	  _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
##############################################
verbiste-0.1.47/macros/libtool.m4-5422-	_LT_TAGVAR(allow_undefined_flag, $1)=' ${wl}-expect_unresolved ${wl}\*'
verbiste-0.1.47/macros/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'
verbiste-0.1.47/macros/libtool.m4-5424-      else
verbiste-0.1.47/macros/libtool.m4-5425-	_LT_TAGVAR(allow_undefined_flag, $1)=' -expect_unresolved \*'
verbiste-0.1.47/macros/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'
verbiste-0.1.47/macros/libtool.m4-5427-      fi
##############################################
verbiste-0.1.47/macros/libtool.m4-5435-	_LT_TAGVAR(allow_undefined_flag, $1)=' ${wl}-expect_unresolved ${wl}\*'
verbiste-0.1.47/macros/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'
verbiste-0.1.47/macros/libtool.m4-5437-	_LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir'
##############################################
verbiste-0.1.47/macros/libtool.m4-5439-	_LT_TAGVAR(allow_undefined_flag, $1)=' -expect_unresolved \*'
verbiste-0.1.47/macros/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'
verbiste-0.1.47/macros/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~
verbiste-0.1.47/macros/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'
verbiste-0.1.47/macros/libtool.m4-5443-
##############################################
verbiste-0.1.47/macros/libtool.m4-5458-      else
verbiste-0.1.47/macros/libtool.m4:5459:	case `$CC -V 2>&1` in
verbiste-0.1.47/macros/libtool.m4-5460-	*"Compilers 5.0"*)
##############################################
verbiste-0.1.47/macros/libtool.m4-5651-	  _LT_TAGVAR(allow_undefined_flag, $1)=
verbiste-0.1.47/macros/libtool.m4:5652:	  if AC_TRY_EVAL(_LT_TAGVAR(archive_cmds, $1) 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1)
verbiste-0.1.47/macros/libtool.m4-5653-	  then
##############################################
verbiste-0.1.47/macros/libtool.m4-5951-        # ancient GNU ld didn't support --whole-archive et. al.
verbiste-0.1.47/macros/libtool.m4:5952:        if eval "`$CC -print-prog-name=ld` --help 2>&1" |
verbiste-0.1.47/macros/libtool.m4-5953-	  $GREP 'no-whole-archive' > /dev/null; then
##############################################
verbiste-0.1.47/macros/libtool.m4-6034-          # below for broken collect2 doesn't work under 4.3+
verbiste-0.1.47/macros/libtool.m4:6035:	  collect2name=`${CC} -print-prog-name=collect2`
verbiste-0.1.47/macros/libtool.m4-6036-	  if test -f "$collect2name" &&
##############################################
verbiste-0.1.47/macros/libtool.m4-6084-
verbiste-0.1.47/macros/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"
verbiste-0.1.47/macros/libtool.m4-6086-        else
##############################################
verbiste-0.1.47/macros/libtool.m4-6150-	  _LT_TAGVAR(archive_cmds, $1)='$CC -o $output_objdir/$soname $libobjs $compiler_flags $deplibs -Wl,-dll~linknames='
verbiste-0.1.47/macros/libtool.m4:6151:	  _LT_TAGVAR(archive_expsym_cmds, $1)='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
verbiste-0.1.47/macros/libtool.m4-6152-	      $SED -n -e 's/\\\\\\\(.*\\\\\\\)/-link\\\ -EXPORT:\\\\\\\1/' -e '1\\\!p' < $export_symbols > $output_objdir/$soname.exp;
##############################################
verbiste-0.1.47/macros/libtool.m4-6191-	    # is EXPORTS), use it as is; otherwise, prepend...
verbiste-0.1.47/macros/libtool.m4:6192:	    _LT_TAGVAR(archive_expsym_cmds, $1)='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
verbiste-0.1.47/macros/libtool.m4-6193-	      cp $export_symbols $output_objdir/$soname.def;
##############################################
verbiste-0.1.47/macros/libtool.m4-6271-            # dependencies.
verbiste-0.1.47/macros/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"'
verbiste-0.1.47/macros/libtool.m4-6273-            ;;
##############################################
verbiste-0.1.47/macros/libtool.m4-6336-	    # dependencies.
verbiste-0.1.47/macros/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"'
verbiste-0.1.47/macros/libtool.m4-6338-	    ;;
##############################################
verbiste-0.1.47/macros/libtool.m4-6372-	# time.  Moving up from 0x10000000 also allows more sbrk(2) space.
verbiste-0.1.47/macros/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'
verbiste-0.1.47/macros/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'
verbiste-0.1.47/macros/libtool.m4-6375-	;;
##############################################
verbiste-0.1.47/macros/libtool.m4-6379-	    # SGI C++
verbiste-0.1.47/macros/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'
verbiste-0.1.47/macros/libtool.m4-6381-
##############################################
verbiste-0.1.47/macros/libtool.m4-6390-	      if test "$with_gnu_ld" = no; then
verbiste-0.1.47/macros/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'
verbiste-0.1.47/macros/libtool.m4-6392-	      else
verbiste-0.1.47/macros/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'
verbiste-0.1.47/macros/libtool.m4-6394-	      fi
##############################################
verbiste-0.1.47/macros/libtool.m4-6411-	    # to its proper name (with version) after linking.
verbiste-0.1.47/macros/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'
verbiste-0.1.47/macros/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'
verbiste-0.1.47/macros/libtool.m4-6414-	    # Commands to make compiler produce verbose output that lists
##############################################
verbiste-0.1.47/macros/libtool.m4-6421-	    # dependencies.
verbiste-0.1.47/macros/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"'
verbiste-0.1.47/macros/libtool.m4-6423-
##############################################
verbiste-0.1.47/macros/libtool.m4-6436-	    # earlier do not add the objects themselves.
verbiste-0.1.47/macros/libtool.m4:6437:	    case `$CC -V 2>&1` in
verbiste-0.1.47/macros/libtool.m4-6438-	      *"Version 7."*)
##############################################
verbiste-0.1.47/macros/libtool.m4-6457-            # Portland Group C++ compiler
verbiste-0.1.47/macros/libtool.m4:6458:	    case `$CC -V` in
verbiste-0.1.47/macros/libtool.m4-6459-	    *pgCC\ [[1-5]].* | *pgcpp\ [[1-5]].*)
##############################################
verbiste-0.1.47/macros/libtool.m4-6462-		$CC --prelink_objects --instantiation_dir $tpldir $objs $libobjs $compile_deplibs~
verbiste-0.1.47/macros/libtool.m4:6463:		compile_command="$compile_command `find $tpldir -name \*.o | sort | $NL2SP`"'
verbiste-0.1.47/macros/libtool.m4-6464-	      _LT_TAGVAR(old_archive_cmds, $1)='tpldir=Template.dir~
##############################################
verbiste-0.1.47/macros/libtool.m4-6466-		$CC --prelink_objects --instantiation_dir $tpldir $oldobjs$old_deplibs~
verbiste-0.1.47/macros/libtool.m4:6467:		$AR $AR_FLAGS $oldlib$oldobjs$old_deplibs `find $tpldir -name \*.o | sort | $NL2SP`~
verbiste-0.1.47/macros/libtool.m4-6468-		$RANLIB $oldlib'
##############################################
verbiste-0.1.47/macros/libtool.m4-6471-		$CC --prelink_objects --instantiation_dir $tpldir $predep_objects $libobjs $deplibs $convenience $postdep_objects~
verbiste-0.1.47/macros/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'
verbiste-0.1.47/macros/libtool.m4-6473-	      _LT_TAGVAR(archive_expsym_cmds, $1)='tpldir=Template.dir~
##############################################
verbiste-0.1.47/macros/libtool.m4-6475-		$CC --prelink_objects --instantiation_dir $tpldir $predep_objects $libobjs $deplibs $convenience $postdep_objects~
verbiste-0.1.47/macros/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'
verbiste-0.1.47/macros/libtool.m4-6477-	      ;;
##############################################
verbiste-0.1.47/macros/libtool.m4-6485-	    _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}--export-dynamic'
verbiste-0.1.47/macros/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'
verbiste-0.1.47/macros/libtool.m4-6487-            ;;
##############################################
verbiste-0.1.47/macros/libtool.m4-6504-	    # dependencies.
verbiste-0.1.47/macros/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'
verbiste-0.1.47/macros/libtool.m4-6506-	    ;;
##############################################
verbiste-0.1.47/macros/libtool.m4-6519-	  *)
verbiste-0.1.47/macros/libtool.m4:6520:	    case `$CC -V 2>&1 | sed 5q` in
verbiste-0.1.47/macros/libtool.m4-6521-	    *Sun\ C*)
##############################################
verbiste-0.1.47/macros/libtool.m4-6526-	      _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir'
verbiste-0.1.47/macros/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'
verbiste-0.1.47/macros/libtool.m4-6528-	      _LT_TAGVAR(compiler_needs_object, $1)=yes
##############################################
verbiste-0.1.47/macros/libtool.m4-6596-	  _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath,$libdir'
verbiste-0.1.47/macros/libtool.m4:6597:	  if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
verbiste-0.1.47/macros/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'
##############################################
verbiste-0.1.47/macros/libtool.m4-6615-	    # to its proper name (with version) after linking.
verbiste-0.1.47/macros/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'
verbiste-0.1.47/macros/libtool.m4-6617-
##############################################
verbiste-0.1.47/macros/libtool.m4-6636-	        _LT_TAGVAR(allow_undefined_flag, $1)=' ${wl}-expect_unresolved ${wl}\*'
verbiste-0.1.47/macros/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'
verbiste-0.1.47/macros/libtool.m4-6638-	        _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir'
##############################################
verbiste-0.1.47/macros/libtool.m4-6641-	        _LT_TAGVAR(allow_undefined_flag, $1)=' -expect_unresolved \*'
verbiste-0.1.47/macros/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'
verbiste-0.1.47/macros/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~
verbiste-0.1.47/macros/libtool.m4-6644-	          echo "-hidden">> $lib.exp~
verbiste-0.1.47/macros/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~
verbiste-0.1.47/macros/libtool.m4-6646-	          $RM $lib.exp'
##############################################
verbiste-0.1.47/macros/libtool.m4-6660-	    # dependencies.
verbiste-0.1.47/macros/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"'
verbiste-0.1.47/macros/libtool.m4-6662-	    ;;
##############################################
verbiste-0.1.47/macros/libtool.m4-6667-	        osf3*)
verbiste-0.1.47/macros/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'
verbiste-0.1.47/macros/libtool.m4-6669-		  ;;
verbiste-0.1.47/macros/libtool.m4-6670-	        *)
verbiste-0.1.47/macros/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'
verbiste-0.1.47/macros/libtool.m4-6672-		  ;;
##############################################
verbiste-0.1.47/macros/libtool.m4-6920-  case ${2} in
verbiste-0.1.47/macros/libtool.m4:6921:  .*) func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%\\\\${2}\$%%"`;;
verbiste-0.1.47/macros/libtool.m4:6922:  *)  func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%${2}\$%%"`;;
verbiste-0.1.47/macros/libtool.m4-6923-  esac
##############################################
verbiste-0.1.47/macros/libtool.m4-7008-
verbiste-0.1.47/macros/libtool.m4:7009:  for p in `eval "$output_verbose_link_cmd"`; do
verbiste-0.1.47/macros/libtool.m4-7010-    case ${prev}${p} in
##############################################
verbiste-0.1.47/macros/libtool.m4-7106-linux*)
verbiste-0.1.47/macros/libtool.m4:7107:  case `$CC -V 2>&1 | sed 5q` in
verbiste-0.1.47/macros/libtool.m4-7108-  *Sun\ C*)
##############################################
verbiste-0.1.47/macros/libtool.m4-7157-if test -n "${_LT_TAGVAR(compiler_lib_search_path, $1)}"; then
verbiste-0.1.47/macros/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!^ !!'`
verbiste-0.1.47/macros/libtool.m4-7159-fi
##############################################
verbiste-0.1.47/macros/libtool.m4-7769-    test $lt_ac_count -gt 10 && break
verbiste-0.1.47/macros/libtool.m4:7770:    lt_ac_count=`expr $lt_ac_count + 1`
verbiste-0.1.47/macros/libtool.m4-7771-    if test $lt_ac_count -gt $lt_ac_max; then
##############################################
verbiste-0.1.47/macros/libtool.m4-7840-# ------------------------------------------------------
verbiste-0.1.47/macros/libtool.m4:7841:# In `$cfgfile', look for function FUNCNAME delimited by `^FUNCNAME ()$' and
verbiste-0.1.47/macros/libtool.m4-7842-# '^} FUNCNAME ', and replace its body with REPLACEMENT-BODY.
##############################################
verbiste-0.1.47/macros/gettext.m4-238-        LTLIBINTL="ifelse([$3],[],\${top_builddir}/intl,[$3])/libintl.[]gt_libtool_suffix_prefix[]a $LTLIBICONV"
verbiste-0.1.47/macros/gettext.m4:239:        LIBS=`echo " $LIBS " | sed -e 's/ -lintl / /' -e 's/^ //' -e 's/ $//'`
verbiste-0.1.47/macros/gettext.m4-240-      fi
##############################################
verbiste-0.1.47/macros/gettext.m4-467-changequote(<<,>>)dnl
verbiste-0.1.47/macros/gettext.m4:468:    ac_prog_version=`$INTLBISON --version 2>&1 | sed -n 's/^.*GNU Bison.* \([0-9]*\.[0-9.]*\).*$/\1/p'`
verbiste-0.1.47/macros/gettext.m4-469-    case $ac_prog_version in
##############################################
verbiste-0.1.47/macros/po.m4-64-    else
verbiste-0.1.47/macros/po.m4:65:      GMSGFMT=`echo "$GMSGFMT" | sed -e 's,^.*/,,'`
verbiste-0.1.47/macros/po.m4-66-      AC_MSG_RESULT(
##############################################
verbiste-0.1.47/macros/po.m4-92-      case "$ac_file" in
verbiste-0.1.47/macros/po.m4:93:        *:*) ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;;
verbiste-0.1.47/macros/po.m4-94-      esac
##############################################
verbiste-0.1.47/macros/po.m4-97-        # Adjust a relative srcdir.
verbiste-0.1.47/macros/po.m4:98:        ac_dir=`echo "$ac_file"|sed 's%/[^/][^/]*$%%'`
verbiste-0.1.47/macros/po.m4:99:        ac_dir_suffix="/`echo "$ac_dir"|sed 's%^\./%%'`"
verbiste-0.1.47/macros/po.m4:100:        ac_dots=`echo "$ac_dir_suffix"|sed 's%/[^/]*%../%g'`
verbiste-0.1.47/macros/po.m4-101-        # In autoconf-2.13 it is called $ac_given_srcdir.
##############################################
verbiste-0.1.47/macros/po.m4-104-        case "$ac_given_srcdir" in
verbiste-0.1.47/macros/po.m4:105:          .)  top_srcdir=`echo $ac_dots|sed 's%/$%%'` ;;
verbiste-0.1.47/macros/po.m4-106-          /*) top_srcdir="$ac_given_srcdir" ;;
##############################################
verbiste-0.1.47/macros/po.m4-124-            fi
verbiste-0.1.47/macros/po.m4:125:            ALL_LINGUAS_=`sed -e "/^#/d" -e "s/#.*//" "$ac_given_srcdir/$ac_dir/LINGUAS"`
verbiste-0.1.47/macros/po.m4-126-            # Hide the ALL_LINGUAS assigment from automake.
##############################################
verbiste-0.1.47/macros/po.m4-220-  # Adjust a relative srcdir.
verbiste-0.1.47/macros/po.m4:221:  ac_dir=`echo "$ac_file"|sed 's%/[^/][^/]*$%%'`
verbiste-0.1.47/macros/po.m4:222:  ac_dir_suffix="/`echo "$ac_dir"|sed 's%^\./%%'`"
verbiste-0.1.47/macros/po.m4:223:  ac_dots=`echo "$ac_dir_suffix"|sed 's%/[^/]*%../%g'`
verbiste-0.1.47/macros/po.m4-224-  # In autoconf-2.13 it is called $ac_given_srcdir.
##############################################
verbiste-0.1.47/macros/po.m4-227-  case "$ac_given_srcdir" in
verbiste-0.1.47/macros/po.m4:228:    .)  top_srcdir=`echo $ac_dots|sed 's%/$%%'` ;;
verbiste-0.1.47/macros/po.m4-229-    /*) top_srcdir="$ac_given_srcdir" ;;
##############################################
verbiste-0.1.47/macros/po.m4-288-  # Set POTFILES to the value of the Makefile variable POTFILES.
verbiste-0.1.47/macros/po.m4:289:  sed_x_POTFILES="`$gt_echo \"$sed_x_variable\" | sed -e '/^ *#/d' -e 's/VARIABLE/POTFILES/g'`"
verbiste-0.1.47/macros/po.m4:290:  POTFILES=`sed -n -e "$sed_x_POTFILES" < "$ac_file"`
verbiste-0.1.47/macros/po.m4-291-  # Compute POTFILES_DEPS as
##############################################
verbiste-0.1.47/macros/po.m4-303-    # The LINGUAS file contains the set of available languages.
verbiste-0.1.47/macros/po.m4:304:    ALL_LINGUAS_=`sed -e "/^#/d" -e "s/#.*//" "$ac_given_srcdir/$ac_dir/LINGUAS"`
verbiste-0.1.47/macros/po.m4-305-    POMAKEFILEDEPS="$POMAKEFILEDEPS LINGUAS"
##############################################
verbiste-0.1.47/macros/po.m4-307-    # Set ALL_LINGUAS to the value of the Makefile variable LINGUAS.
verbiste-0.1.47/macros/po.m4:308:    sed_x_LINGUAS="`$gt_echo \"$sed_x_variable\" | sed -e '/^ *#/d' -e 's/VARIABLE/LINGUAS/g'`"
verbiste-0.1.47/macros/po.m4:309:    ALL_LINGUAS_=`sed -n -e "$sed_x_LINGUAS" < "$ac_file"`
verbiste-0.1.47/macros/po.m4-310-  fi
##############################################
verbiste-0.1.47/macros/po.m4-351-    QMFILES="$QMFILES $srcdirpre$lang.qm"
verbiste-0.1.47/macros/po.m4:352:    frobbedlang=`echo $lang | sed -e 's/\..*$//' -e 'y/ABCDEFGHIJKLMNOPQRSTUVWXYZ/abcdefghijklmnopqrstuvwxyz/'`
verbiste-0.1.47/macros/po.m4-353-    MSGFILES="$MSGFILES $srcdirpre$frobbedlang.msg"
verbiste-0.1.47/macros/po.m4:354:    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/'`
verbiste-0.1.47/macros/po.m4-355-    RESOURCESDLLFILES="$RESOURCESDLLFILES $srcdirpre$frobbedlang/\$(DOMAIN).resources.dll"
##############################################
verbiste-0.1.47/macros/po.m4-392-      QTCATALOGS="$QTCATALOGS $lang.qm"
verbiste-0.1.47/macros/po.m4:393:      frobbedlang=`echo $lang | sed -e 's/\..*$//' -e 'y/ABCDEFGHIJKLMNOPQRSTUVWXYZ/abcdefghijklmnopqrstuvwxyz/'`
verbiste-0.1.47/macros/po.m4-394-      TCLCATALOGS="$TCLCATALOGS $frobbedlang.msg"
verbiste-0.1.47/macros/po.m4:395:      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/'`
verbiste-0.1.47/macros/po.m4-396-      CSHARPCATALOGS="$CSHARPCATALOGS $frobbedlang/\$(DOMAIN).resources.dll"
##############################################
verbiste-0.1.47/macros/po.m4-403-    for lang in $ALL_LINGUAS; do
verbiste-0.1.47/macros/po.m4:404:      frobbedlang=`echo $lang | sed -e 's/\..*$//' -e 'y/ABCDEFGHIJKLMNOPQRSTUVWXYZ/abcdefghijklmnopqrstuvwxyz/'`
verbiste-0.1.47/macros/po.m4-405-      cat >> "$ac_file.tmp" <<EOF
##############################################
verbiste-0.1.47/macros/po.m4-414-    for lang in $ALL_LINGUAS; do
verbiste-0.1.47/macros/po.m4:415:      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/'`
verbiste-0.1.47/macros/po.m4-416-      cat >> "$ac_file.tmp" <<EOF
##############################################
verbiste-0.1.47/config.rpath-33-host="$1"
verbiste-0.1.47/config.rpath:34:host_cpu=`echo "$host" | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
verbiste-0.1.47/config.rpath:35:host_vendor=`echo "$host" | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
verbiste-0.1.47/config.rpath:36:host_os=`echo "$host" | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
verbiste-0.1.47/config.rpath-37-
verbiste-0.1.47/config.rpath:38:cc_basename=`echo "$CC" | sed -e 's%^.*/%%'`
verbiste-0.1.47/config.rpath-39-
##############################################
verbiste-0.1.47/config.rpath-233-        case $host_os in aix4.[012]|aix4.[012].*)
verbiste-0.1.47/config.rpath:234:          collect2name=`${CC} -print-prog-name=collect2`
verbiste-0.1.47/config.rpath-235-          if test -f "$collect2name" && \
##############################################
verbiste-0.1.47/config.rpath-369-      hardcode_direct=yes
verbiste-0.1.47/config.rpath:370:      if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
verbiste-0.1.47/config.rpath-371-        hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
##############################################
verbiste-0.1.47/config.rpath-540-sed_quote_subst='s/\(["`$\\]\)/\\\1/g'
verbiste-0.1.47/config.rpath:541:escaped_wl=`echo "X$wl" | sed -e 's/^X//' -e "$sed_quote_subst"`
verbiste-0.1.47/config.rpath:542:shlibext=`echo "$shrext" | sed -e 's,^\.,,'`
verbiste-0.1.47/config.rpath:543:escaped_hardcode_libdir_flag_spec=`echo "X$hardcode_libdir_flag_spec" | sed -e 's/^X//' -e "$sed_quote_subst"`
verbiste-0.1.47/config.rpath-544-
##############################################
verbiste-0.1.47/mkinstalldirs-105-do
verbiste-0.1.47/mkinstalldirs:106:  set fnord `echo ":$file" | sed -ne 's/^:\//#/;s/^://;s/\// /g;s/^#/\//;p'`
verbiste-0.1.47/mkinstalldirs-107-  shift
##############################################
verbiste-0.1.47/examples/Makefile.am-36-check: all
verbiste-0.1.47/examples/Makefile.am:37:	test "`$(LU) ./deconjugator aimerions`" = "aimer, conditional, present, 1, plural"
verbiste-0.1.47/examples/Makefile.am:38:	test "`$(LU) ./deconjugator était`" = "être, indicative, imperfect, 3, singular"
verbiste-0.1.47/examples/Makefile.am:39:	test "`$(LU) ./deconjugator x`" = ""
verbiste-0.1.47/examples/Makefile.am:40:	test "`$(LU) ./conjugator avoir | grep ayant`" = "ayant"
verbiste-0.1.47/examples/Makefile.am:41:	test "`$(LU) ./conjugator asseoir | grep asseyerai,`" = "assiérai, asseyerai, assoirai"
verbiste-0.1.47/examples/Makefile.am:42:	test "`$(LU) ./conjugator x`" = "Unknown infinitive."
verbiste-0.1.47/examples/Makefile.am:43:	test "`echo '- imperative present:' | $(srcdir)/trans-tenses.pl`" = "- impératif présent:"  # this line in UTF-8
verbiste-0.1.47/examples/Makefile.am-44-	@echo "Success."
##############################################
verbiste-0.1.47/examples/Makefile.in-42-  { \
verbiste-0.1.47/examples/Makefile.in:43:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
verbiste-0.1.47/examples/Makefile.in-44-  }; \
##############################################
verbiste-0.1.47/examples/Makefile.in-464-	test -n "$(EXEEXT)" || exit 0; \
verbiste-0.1.47/examples/Makefile.in:465:	list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
verbiste-0.1.47/examples/Makefile.in-466-	echo " rm -f" $$list; \
##############################################
verbiste-0.1.47/examples/Makefile.in-493-.c.obj:
verbiste-0.1.47/examples/Makefile.in:494:@am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
verbiste-0.1.47/examples/Makefile.in-495-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
##############################################
verbiste-0.1.47/examples/Makefile.in-497-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
verbiste-0.1.47/examples/Makefile.in:498:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
verbiste-0.1.47/examples/Makefile.in-499-
##############################################
verbiste-0.1.47/examples/Makefile.in-507-conjugator-conjugator.o: conjugator.c
verbiste-0.1.47/examples/Makefile.in:508:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(conjugator_CFLAGS) $(CFLAGS) -MT conjugator-conjugator.o -MD -MP -MF $(DEPDIR)/conjugator-conjugator.Tpo -c -o conjugator-conjugator.o `test -f 'conjugator.c' || echo '$(srcdir)/'`conjugator.c
verbiste-0.1.47/examples/Makefile.in-509-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/conjugator-conjugator.Tpo $(DEPDIR)/conjugator-conjugator.Po
##############################################
verbiste-0.1.47/examples/Makefile.in-511-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
verbiste-0.1.47/examples/Makefile.in:512:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(conjugator_CFLAGS) $(CFLAGS) -c -o conjugator-conjugator.o `test -f 'conjugator.c' || echo '$(srcdir)/'`conjugator.c
verbiste-0.1.47/examples/Makefile.in-513-
verbiste-0.1.47/examples/Makefile.in-514-conjugator-conjugator.obj: conjugator.c
verbiste-0.1.47/examples/Makefile.in:515:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(conjugator_CFLAGS) $(CFLAGS) -MT conjugator-conjugator.obj -MD -MP -MF $(DEPDIR)/conjugator-conjugator.Tpo -c -o conjugator-conjugator.obj `if test -f 'conjugator.c'; then $(CYGPATH_W) 'conjugator.c'; else $(CYGPATH_W) '$(srcdir)/conjugator.c'; fi`
verbiste-0.1.47/examples/Makefile.in-516-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/conjugator-conjugator.Tpo $(DEPDIR)/conjugator-conjugator.Po
##############################################
verbiste-0.1.47/examples/Makefile.in-518-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
verbiste-0.1.47/examples/Makefile.in:519:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(conjugator_CFLAGS) $(CFLAGS) -c -o conjugator-conjugator.obj `if test -f 'conjugator.c'; then $(CYGPATH_W) 'conjugator.c'; else $(CYGPATH_W) '$(srcdir)/conjugator.c'; fi`
verbiste-0.1.47/examples/Makefile.in-520-
verbiste-0.1.47/examples/Makefile.in-521-deconjugator-deconjugator.o: deconjugator.c
verbiste-0.1.47/examples/Makefile.in:522:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(deconjugator_CFLAGS) $(CFLAGS) -MT deconjugator-deconjugator.o -MD -MP -MF $(DEPDIR)/deconjugator-deconjugator.Tpo -c -o deconjugator-deconjugator.o `test -f 'deconjugator.c' || echo '$(srcdir)/'`deconjugator.c
verbiste-0.1.47/examples/Makefile.in-523-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/deconjugator-deconjugator.Tpo $(DEPDIR)/deconjugator-deconjugator.Po
##############################################
verbiste-0.1.47/examples/Makefile.in-525-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
verbiste-0.1.47/examples/Makefile.in:526:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(deconjugator_CFLAGS) $(CFLAGS) -c -o deconjugator-deconjugator.o `test -f 'deconjugator.c' || echo '$(srcdir)/'`deconjugator.c
verbiste-0.1.47/examples/Makefile.in-527-
verbiste-0.1.47/examples/Makefile.in-528-deconjugator-deconjugator.obj: deconjugator.c
verbiste-0.1.47/examples/Makefile.in:529:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(deconjugator_CFLAGS) $(CFLAGS) -MT deconjugator-deconjugator.obj -MD -MP -MF $(DEPDIR)/deconjugator-deconjugator.Tpo -c -o deconjugator-deconjugator.obj `if test -f 'deconjugator.c'; then $(CYGPATH_W) 'deconjugator.c'; else $(CYGPATH_W) '$(srcdir)/deconjugator.c'; fi`
verbiste-0.1.47/examples/Makefile.in-530-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/deconjugator-deconjugator.Tpo $(DEPDIR)/deconjugator-deconjugator.Po
##############################################
verbiste-0.1.47/examples/Makefile.in-532-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
verbiste-0.1.47/examples/Makefile.in:533:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(deconjugator_CFLAGS) $(CFLAGS) -c -o deconjugator-deconjugator.obj `if test -f 'deconjugator.c'; then $(CYGPATH_W) 'deconjugator.c'; else $(CYGPATH_W) '$(srcdir)/deconjugator.c'; fi`
verbiste-0.1.47/examples/Makefile.in-534-
##############################################
verbiste-0.1.47/examples/Makefile.in-570-GTAGS:
verbiste-0.1.47/examples/Makefile.in:571:	here=`$(am__cd) $(top_builddir) && pwd` \
verbiste-0.1.47/examples/Makefile.in-572-	  && $(am__cd) $(top_srcdir) \
##############################################
verbiste-0.1.47/examples/Makefile.in-593-distdir: $(DISTFILES)
verbiste-0.1.47/examples/Makefile.in:594:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
verbiste-0.1.47/examples/Makefile.in:595:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
verbiste-0.1.47/examples/Makefile.in-596-	list='$(DISTFILES)'; \
##############################################
verbiste-0.1.47/examples/Makefile.in-607-	  if test -d $$d/$$file; then \
verbiste-0.1.47/examples/Makefile.in:608:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
verbiste-0.1.47/examples/Makefile.in-609-	    if test -d "$(distdir)/$$file"; then \
##############################################
verbiste-0.1.47/examples/Makefile.in-747-check: all
verbiste-0.1.47/examples/Makefile.in:748:	test "`$(LU) ./deconjugator aimerions`" = "aimer, conditional, present, 1, plural"
verbiste-0.1.47/examples/Makefile.in:749:	test "`$(LU) ./deconjugator était`" = "être, indicative, imperfect, 3, singular"
verbiste-0.1.47/examples/Makefile.in:750:	test "`$(LU) ./deconjugator x`" = ""
verbiste-0.1.47/examples/Makefile.in:751:	test "`$(LU) ./conjugator avoir | grep ayant`" = "ayant"
verbiste-0.1.47/examples/Makefile.in:752:	test "`$(LU) ./conjugator asseoir | grep asseyerai,`" = "assiérai, asseyerai, assoirai"
verbiste-0.1.47/examples/Makefile.in:753:	test "`$(LU) ./conjugator x`" = "Unknown infinitive."
verbiste-0.1.47/examples/Makefile.in:754:	test "`echo '- imperative present:' | $(srcdir)/trans-tenses.pl`" = "- impératif présent:"  # this line in UTF-8
verbiste-0.1.47/examples/Makefile.in-755-	@echo "Success."
##############################################
verbiste-0.1.47/configure.ac-8-
verbiste-0.1.47/configure.ac:9:API=`echo $VERSION | cut -d . -f -2`; AC_SUBST(API)
verbiste-0.1.47/configure.ac:10:RELEASE=`echo $VERSION | cut -d . -f 3`; AC_SUBST(RELEASE)
verbiste-0.1.47/configure.ac-11-
##############################################
verbiste-0.1.47/aclocal.m4-97-    PKG_CHECK_EXISTS([$3],
verbiste-0.1.47/aclocal.m4:98:                     [pkg_cv_[]$1=`$PKG_CONFIG --[]$2 "$3" 2>/dev/null`
verbiste-0.1.47/aclocal.m4-99-		      test "x$?" != "x0" && pkg_failed=yes ],
##############################################
verbiste-0.1.47/aclocal.m4-146-        if test $_pkg_short_errors_supported = yes; then
verbiste-0.1.47/aclocal.m4:147:	        $1[]_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "$2" 2>&1`
verbiste-0.1.47/aclocal.m4-148-        else 
verbiste-0.1.47/aclocal.m4:149:	        $1[]_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "$2" 2>&1`
verbiste-0.1.47/aclocal.m4-150-        fi
##############################################
verbiste-0.1.47/aclocal.m4-252-# iff we strip the leading $srcdir from $ac_aux_dir.  That would be:
verbiste-0.1.47/aclocal.m4:253:#   am_aux_dir='\$(top_srcdir)/'`expr "$ac_aux_dir" : "$srcdir//*\(.*\)"`
verbiste-0.1.47/aclocal.m4-254-# and then we would define $MISSING as
##############################################
verbiste-0.1.47/aclocal.m4-268-# expand $ac_aux_dir to an absolute path
verbiste-0.1.47/aclocal.m4:269:am_aux_dir=`cd $ac_aux_dir && pwd`
verbiste-0.1.47/aclocal.m4-270-])
##############################################
verbiste-0.1.47/aclocal.m4-366-  if test "$am_compiler_list" = ""; then
verbiste-0.1.47/aclocal.m4:367:     am_compiler_list=`sed -n ['s/^#*\([a-zA-Z0-9]*\))$/\1/p'] < ./depcomp`
verbiste-0.1.47/aclocal.m4-368-  fi
##############################################
verbiste-0.1.47/aclocal.m4-517-    # Strip MF so we end up with the name of the file.
verbiste-0.1.47/aclocal.m4:518:    mf=`echo "$mf" | sed -e 's/:.*$//'`
verbiste-0.1.47/aclocal.m4-519-    # Check whether this is an Automake generated Makefile or not.
##############################################
verbiste-0.1.47/aclocal.m4-526-    if sed -n 's,^#.*generated by automake.*,X,p' "$mf" | grep X >/dev/null 2>&1; then
verbiste-0.1.47/aclocal.m4:527:      dirpart=`AS_DIRNAME("$mf")`
verbiste-0.1.47/aclocal.m4-528-    else
##############################################
verbiste-0.1.47/aclocal.m4-532-    # from the Makefile without running 'make'.
verbiste-0.1.47/aclocal.m4:533:    DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
verbiste-0.1.47/aclocal.m4-534-    test -z "$DEPDIR" && continue
verbiste-0.1.47/aclocal.m4:535:    am__include=`sed -n 's/^am__include = //p' < "$mf"`
verbiste-0.1.47/aclocal.m4-536-    test -z "$am__include" && continue
verbiste-0.1.47/aclocal.m4:537:    am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
verbiste-0.1.47/aclocal.m4-538-    # Find all dependency output files, they are included files with
##############################################
verbiste-0.1.47/aclocal.m4-546-      test -f "$dirpart/$file" && continue
verbiste-0.1.47/aclocal.m4:547:      fdir=`AS_DIRNAME(["$file"])`
verbiste-0.1.47/aclocal.m4-548-      AS_MKDIR_P([$dirpart/$fdir])
##############################################
verbiste-0.1.47/aclocal.m4-604-AC_REQUIRE([AC_PROG_INSTALL])dnl
verbiste-0.1.47/aclocal.m4:605:if test "`cd $srcdir && pwd`" != "`pwd`"; then
verbiste-0.1.47/aclocal.m4-606-  # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
##############################################
verbiste-0.1.47/aclocal.m4-759-    * )
verbiste-0.1.47/aclocal.m4:760:      _am_stamp_count=`expr $_am_stamp_count + 1` ;;
verbiste-0.1.47/aclocal.m4-761-  esac
verbiste-0.1.47/aclocal.m4-762-done
verbiste-0.1.47/aclocal.m4:763:echo "timestamp for $_am_arg" >`AS_DIRNAME(["$_am_arg"])`/stamp-h[]$_am_stamp_count])
verbiste-0.1.47/aclocal.m4-764-
##############################################
verbiste-0.1.47/aclocal.m4-830-# Ignore all kinds of additional output from 'make'.
verbiste-0.1.47/aclocal.m4:831:case `$am_make -s -f confmf 2> /dev/null` in #(
verbiste-0.1.47/aclocal.m4-832-*the\ am__doit\ target*)
##############################################
verbiste-0.1.47/aclocal.m4-840-   echo '.include "confinc"' > confmf
verbiste-0.1.47/aclocal.m4:841:   case `$am_make -s -f confmf 2> /dev/null` in #(
verbiste-0.1.47/aclocal.m4-842-   *the\ am__doit\ target*)
##############################################
verbiste-0.1.47/aclocal.m4-1022-     echo "timestamp, slept: $am_has_slept" > conftest.file
verbiste-0.1.47/aclocal.m4:1023:     set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
verbiste-0.1.47/aclocal.m4-1024-     if test "$[*]" = "X"; then
verbiste-0.1.47/aclocal.m4-1025-	# -L didn't work.
verbiste-0.1.47/aclocal.m4:1026:	set X `ls -t "$srcdir/configure" conftest.file`
verbiste-0.1.47/aclocal.m4-1027-     fi
##############################################
verbiste-0.1.47/config.guess-34-
verbiste-0.1.47/config.guess:35:me=`echo "$0" | sed -e 's,.*/,,'`
verbiste-0.1.47/config.guess-36-
##############################################
verbiste-0.1.47/config.guess-102-: ${TMPDIR=/tmp} ;
verbiste-0.1.47/config.guess:103: { tmp=`(umask 077 && mktemp -d "$TMPDIR/cgXXXXXX") 2>/dev/null` && test -n "$tmp" && test -d "$tmp" ; } ||
verbiste-0.1.47/config.guess-104- { test -n "$RANDOM" && tmp=$TMPDIR/cg$$-$RANDOM && (umask 077 && mkdir $tmp) ; } ||
##############################################
verbiste-0.1.47/config.guess-151-	EOF
verbiste-0.1.47/config.guess:152:	eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep '^LIBC' | sed 's, ,,g'`
verbiste-0.1.47/config.guess-153-	;;
##############################################
verbiste-0.1.47/config.guess-181-	    earmv*)
verbiste-0.1.47/config.guess:182:		arch=`echo ${UNAME_MACHINE_ARCH} | sed -e 's,^e\(armv[0-9]\).*$,\1,'`
verbiste-0.1.47/config.guess:183:		endian=`echo ${UNAME_MACHINE_ARCH} | sed -ne 's,^.*\(eb\)$,\1,p'`
verbiste-0.1.47/config.guess-184-		machine=${arch}${endian}-unknown
##############################################
verbiste-0.1.47/config.guess-210-		expr='s/^earmv[0-9]/-eabi/;s/eb$//'
verbiste-0.1.47/config.guess:211:		abi=`echo ${UNAME_MACHINE_ARCH} | sed -e "$expr"`
verbiste-0.1.47/config.guess-212-		;;
##############################################
verbiste-0.1.47/config.guess-223-	    *)
verbiste-0.1.47/config.guess:224:		release=`echo ${UNAME_RELEASE} | sed -e 's/[-_].*//' | cut -d. -f1,2`
verbiste-0.1.47/config.guess-225-		;;
##############################################
verbiste-0.1.47/config.guess-257-	*4.0)
verbiste-0.1.47/config.guess:258:		UNAME_RELEASE=`/usr/sbin/sizer -v | awk '{print $3}'`
verbiste-0.1.47/config.guess-259-		;;
verbiste-0.1.47/config.guess-260-	*5.*)
verbiste-0.1.47/config.guess:261:		UNAME_RELEASE=`/usr/sbin/sizer -v | awk '{print $4}'`
verbiste-0.1.47/config.guess-262-		;;
##############################################
verbiste-0.1.47/config.guess-267-	# types through head -n 1, so we only detect the type of CPU 0.
verbiste-0.1.47/config.guess:268:	ALPHA_CPU_TYPE=`/usr/sbin/psrinfo -v | sed -n -e 's/^  The alpha \(.*\) processor.*$/\1/p' | head -n 1`
verbiste-0.1.47/config.guess-269-	case "$ALPHA_CPU_TYPE" in
##############################################
verbiste-0.1.47/config.guess-305-	# 1.2 uses "1.2" for uname -r.
verbiste-0.1.47/config.guess:306:	echo ${UNAME_MACHINE}-dec-osf`echo ${UNAME_RELEASE} | sed -e 's/^[PVTX]//' | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz'`
verbiste-0.1.47/config.guess-307-	# Reset EXIT trap before exiting to avoid spurious non-zero exit code.
##############################################
verbiste-0.1.47/config.guess-365-    s390x:SunOS:*:*)
verbiste-0.1.47/config.guess:366:	echo ${UNAME_MACHINE}-ibm-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
verbiste-0.1.47/config.guess-367-	exit ;;
verbiste-0.1.47/config.guess-368-    sun4H:SunOS:5.*:*)
verbiste-0.1.47/config.guess:369:	echo sparc-hal-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
verbiste-0.1.47/config.guess-370-	exit ;;
verbiste-0.1.47/config.guess-371-    sun4*:SunOS:5.*:* | tadpole*:SunOS:5.*:*)
verbiste-0.1.47/config.guess:372:	echo sparc-sun-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
verbiste-0.1.47/config.guess-373-	exit ;;
##############################################
verbiste-0.1.47/config.guess-390-	fi
verbiste-0.1.47/config.guess:391:	echo ${SUN_ARCH}-pc-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
verbiste-0.1.47/config.guess-392-	exit ;;
##############################################
verbiste-0.1.47/config.guess-396-	# it's likely to be more like Solaris than SunOS4.
verbiste-0.1.47/config.guess:397:	echo sparc-sun-solaris3`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
verbiste-0.1.47/config.guess-398-	exit ;;
##############################################
verbiste-0.1.47/config.guess-405-	# Japanese Language versions have a version number like `4.1.3-JL'.
verbiste-0.1.47/config.guess:406:	echo sparc-sun-sunos`echo ${UNAME_RELEASE}|sed -e 's/-/_/'`
verbiste-0.1.47/config.guess-407-	exit ;;
##############################################
verbiste-0.1.47/config.guess-411-    sun*:*:4.2BSD:*)
verbiste-0.1.47/config.guess:412:	UNAME_RELEASE=`(sed 1q /etc/motd | awk '{print substr($5,1,3)}') 2>/dev/null`
verbiste-0.1.47/config.guess-413-	test "x${UNAME_RELEASE}" = "x" && UNAME_RELEASE=3
##############################################
verbiste-0.1.47/config.guess-493-	$CC_FOR_BUILD -o $dummy $dummy.c &&
verbiste-0.1.47/config.guess:494:	  dummyarg=`echo "${UNAME_RELEASE}" | sed -n 's/\([0-9]*\).*/\1/p'` &&
verbiste-0.1.47/config.guess:495:	  SYSTEM_NAME=`$dummy $dummyarg` &&
verbiste-0.1.47/config.guess-496-	    { echo "$SYSTEM_NAME"; exit; }
##############################################
verbiste-0.1.47/config.guess-549-    *:IRIX*:*:*)
verbiste-0.1.47/config.guess:550:	echo mips-sgi-irix`echo ${UNAME_RELEASE}|sed -e 's/-/_/g'`
verbiste-0.1.47/config.guess-551-	exit ;;
##############################################
verbiste-0.1.47/config.guess-579-EOF
verbiste-0.1.47/config.guess:580:		if $CC_FOR_BUILD -o $dummy $dummy.c && SYSTEM_NAME=`$dummy`
verbiste-0.1.47/config.guess-581-		then
##############################################
verbiste-0.1.47/config.guess-592-    *:AIX:*:[4567])
verbiste-0.1.47/config.guess:593:	IBM_CPU_ID=`/usr/sbin/lsdev -C -c processor -S available | sed 1q | awk '{ print $1 }'`
verbiste-0.1.47/config.guess-594-	if /usr/sbin/lsattr -El ${IBM_CPU_ID} | grep ' POWER' >/dev/null 2>&1; then
##############################################
verbiste-0.1.47/config.guess-628-    9000/[34678]??:HP-UX:*:*)
verbiste-0.1.47/config.guess:629:	HPUX_REV=`echo ${UNAME_RELEASE}|sed -e 's/[^.]*.[0B]*//'`
verbiste-0.1.47/config.guess-630-	case "${UNAME_MACHINE}" in
##############################################
verbiste-0.1.47/config.guess-682-EOF
verbiste-0.1.47/config.guess:683:		    (CCOPTS= $CC_FOR_BUILD -o $dummy $dummy.c 2>/dev/null) && HP_ARCH=`$dummy`
verbiste-0.1.47/config.guess-684-		    test -z "$HP_ARCH" && HP_ARCH=hppa
##############################################
verbiste-0.1.47/config.guess-710-    ia64:HP-UX:*:*)
verbiste-0.1.47/config.guess:711:	HPUX_REV=`echo ${UNAME_RELEASE}|sed -e 's/[^.]*.[0B]*//'`
verbiste-0.1.47/config.guess-712-	echo ia64-hp-hpux${HPUX_REV}
##############################################
verbiste-0.1.47/config.guess-740-EOF
verbiste-0.1.47/config.guess:741:	$CC_FOR_BUILD -o $dummy $dummy.c && SYSTEM_NAME=`$dummy` &&
verbiste-0.1.47/config.guess-742-		{ echo "$SYSTEM_NAME"; exit; }
##############################################
verbiste-0.1.47/config.guess-811-	FUJITSU_SYS=`uname -p | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/\///'`
verbiste-0.1.47/config.guess:812:	FUJITSU_REL=`echo ${UNAME_RELEASE} | sed -e 's/ /_/'`
verbiste-0.1.47/config.guess-813-	echo "${FUJITSU_PROC}-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}"
##############################################
verbiste-0.1.47/config.guess-816-	FUJITSU_SYS=`uname -p | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/\///'`
verbiste-0.1.47/config.guess:817:	FUJITSU_REL=`echo ${UNAME_RELEASE} | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/ /_/'`
verbiste-0.1.47/config.guess-818-	echo "sparc-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}"
##############################################
verbiste-0.1.47/config.guess-832-	    amd64)
verbiste-0.1.47/config.guess:833:		echo x86_64-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` ;;
verbiste-0.1.47/config.guess-834-	    *)
verbiste-0.1.47/config.guess:835:		echo ${UNAME_PROCESSOR}-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` ;;
verbiste-0.1.47/config.guess-836-	esac
##############################################
verbiste-0.1.47/config.guess-890-    prep*:SunOS:5.*:*)
verbiste-0.1.47/config.guess:891:	echo powerpcle-unknown-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
verbiste-0.1.47/config.guess-892-	exit ;;
##############################################
verbiste-0.1.47/config.guess-894-	# the GNU system
verbiste-0.1.47/config.guess:895:	echo `echo ${UNAME_MACHINE}|sed -e 's,[-/].*$,,'`-unknown-${LIBC}`echo ${UNAME_RELEASE}|sed -e 's,/.*$,,'`
verbiste-0.1.47/config.guess-896-	exit ;;
##############################################
verbiste-0.1.47/config.guess-898-	# other systems with GNU libc and userland
verbiste-0.1.47/config.guess:899:	echo ${UNAME_MACHINE}-unknown-`echo ${UNAME_SYSTEM} | sed 's,^[^/]*/,,' | tr '[A-Z]' '[a-z]'``echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'`-${LIBC}
verbiste-0.1.47/config.guess-900-	exit ;;
##############################################
verbiste-0.1.47/config.guess-989-EOF
verbiste-0.1.47/config.guess:990:	eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep '^CPU'`
verbiste-0.1.47/config.guess-991-	test x"${CPU}" != x && { echo "${CPU}-unknown-linux-${LIBC}"; exit; }
##############################################
verbiste-0.1.47/config.guess-1083-    i*86:*:4.*:* | i*86:SYSTEM_V:4.*:*)
verbiste-0.1.47/config.guess:1084:	UNAME_REL=`echo ${UNAME_RELEASE} | sed 's/\/MP$//'`
verbiste-0.1.47/config.guess-1085-	if grep Novell /usr/include/link.h >/dev/null 2>/dev/null; then
##############################################
verbiste-0.1.47/config.guess-1283-	fi
verbiste-0.1.47/config.guess:1284:	if test `echo "$UNAME_RELEASE" | sed -e 's/\..*//'` -le 10 ; then
verbiste-0.1.47/config.guess-1285-	    if [ "$CC_FOR_BUILD" != 'no_compiler_found' ]; then
##############################################
verbiste-0.1.47/config.guess-1368-    *:DragonFly:*:*)
verbiste-0.1.47/config.guess:1369:	echo ${UNAME_MACHINE}-unknown-dragonfly`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'`
verbiste-0.1.47/config.guess-1370-	exit ;;
##############################################
verbiste-0.1.47/config.guess-1381-    i*86:skyos:*:*)
verbiste-0.1.47/config.guess:1382:	echo ${UNAME_MACHINE}-pc-skyos`echo ${UNAME_RELEASE}` | sed -e 's/ .*$//'
verbiste-0.1.47/config.guess-1383-	exit ;;
##############################################
verbiste-0.1.47/intl/config.charset-116-host="$1"
verbiste-0.1.47/intl/config.charset:117:os=`echo "$host" | sed -e 's/^[^-]*-[^-]*-\(.*\)$/\1/'`
verbiste-0.1.47/intl/config.charset-118-echo "# This file contains a table of character encoding aliases,"
##############################################
verbiste-0.1.47/intl/Makefile.in-268-	  if test "@RELOCATABLE@" = yes; then \
verbiste-0.1.47/intl/Makefile.in:269:	    dependencies=`sed -n -e 's,^dependency_libs=\(.*\),\1,p' < $(DESTDIR)$(libdir)/libintl.la | sed -e "s,^',," -e "s,'\$$,,"`; \
verbiste-0.1.47/intl/Makefile.in-270-	    if test -n "$$dependencies"; then \
##############################################
verbiste-0.1.47/intl/libgnuintl.h.in-118-extern char *gettext (const char *__msgid)
verbiste-0.1.47/intl/libgnuintl.h.in:119:       _INTL_ASM (libintl_gettext);
verbiste-0.1.47/intl/libgnuintl.h.in-120-#endif
##############################################
verbiste-0.1.47/intl/libgnuintl.h.in-134-extern char *dgettext (const char *__domainname, const char *__msgid)
verbiste-0.1.47/intl/libgnuintl.h.in:135:       _INTL_ASM (libintl_dgettext);
verbiste-0.1.47/intl/libgnuintl.h.in-136-#endif
##############################################
verbiste-0.1.47/intl/libgnuintl.h.in-153-			int __category)
verbiste-0.1.47/intl/libgnuintl.h.in:154:       _INTL_ASM (libintl_dcgettext);
verbiste-0.1.47/intl/libgnuintl.h.in-155-#endif
##############################################
verbiste-0.1.47/intl/libgnuintl.h.in-173-		       unsigned long int __n)
verbiste-0.1.47/intl/libgnuintl.h.in:174:       _INTL_ASM (libintl_ngettext);
verbiste-0.1.47/intl/libgnuintl.h.in-175-#endif
##############################################
verbiste-0.1.47/intl/libgnuintl.h.in-193-			unsigned long int __n)
verbiste-0.1.47/intl/libgnuintl.h.in:194:       _INTL_ASM (libintl_dngettext);
verbiste-0.1.47/intl/libgnuintl.h.in-195-#endif
##############################################
verbiste-0.1.47/intl/libgnuintl.h.in-215-			 unsigned long int __n, int __category)
verbiste-0.1.47/intl/libgnuintl.h.in:216:       _INTL_ASM (libintl_dcngettext);
verbiste-0.1.47/intl/libgnuintl.h.in-217-#endif
##############################################
verbiste-0.1.47/intl/libgnuintl.h.in-233-extern char *textdomain (const char *__domainname)
verbiste-0.1.47/intl/libgnuintl.h.in:234:       _INTL_ASM (libintl_textdomain);
verbiste-0.1.47/intl/libgnuintl.h.in-235-#endif
##############################################
verbiste-0.1.47/intl/libgnuintl.h.in-251-extern char *bindtextdomain (const char *__domainname, const char *__dirname)
verbiste-0.1.47/intl/libgnuintl.h.in:252:       _INTL_ASM (libintl_bindtextdomain);
verbiste-0.1.47/intl/libgnuintl.h.in-253-#endif
##############################################
verbiste-0.1.47/intl/libgnuintl.h.in-270-				      const char *__codeset)
verbiste-0.1.47/intl/libgnuintl.h.in:271:       _INTL_ASM (libintl_bind_textdomain_codeset);
verbiste-0.1.47/intl/libgnuintl.h.in-272-#endif
##############################################
verbiste-0.1.47/configure-43-if test -z "$BASH_VERSION$ZSH_VERSION" \
verbiste-0.1.47/configure:44:    && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
verbiste-0.1.47/configure-45-  as_echo='print -r --'
verbiste-0.1.47/configure-46-  as_echo_n='print -rn --'
verbiste-0.1.47/configure:47:elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
verbiste-0.1.47/configure-48-  as_echo='printf %s\n'
##############################################
verbiste-0.1.47/configure-50-else
verbiste-0.1.47/configure:51:  if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
verbiste-0.1.47/configure-52-    as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
##############################################
verbiste-0.1.47/configure-60-	expr "X$arg" : "X\\(.*\\)$as_nl";
verbiste-0.1.47/configure:61:	arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
verbiste-0.1.47/configure-62-      esac;
##############################################
verbiste-0.1.47/configure-197-  eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" &&
verbiste-0.1.47/configure:198:  test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1
verbiste-0.1.47/configure-199-
##############################################
verbiste-0.1.47/configure-204-    PATH=/empty FPATH=/empty; export PATH FPATH
verbiste-0.1.47/configure:205:    test \"X\`printf %s \$ECHO\`\" = \"X\$ECHO\" \\
verbiste-0.1.47/configure:206:      || test \"X\`print -r -- \$ECHO\`\" = \"X\$ECHO\" ) || exit 1
verbiste-0.1.47/configure-207-test \$(( 1 + 1 )) = 2 || exit 1"
##############################################
verbiste-0.1.47/configure-332-      case $as_dir in #(
verbiste-0.1.47/configure:333:      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
verbiste-0.1.47/configure-334-      *) as_qdir=$as_dir;;
##############################################
verbiste-0.1.47/configure-405-  {
verbiste-0.1.47/configure:406:    as_val=`expr "$@" || test $? -eq 1`
verbiste-0.1.47/configure-407-  }
##############################################
verbiste-0.1.47/configure-412-# ----------------------------------------
verbiste-0.1.47/configure:413:# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
verbiste-0.1.47/configure-414-# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
##############################################
verbiste-0.1.47/configure-475-  eval 'test "x$as_lineno_1'$as_run'" != "x$as_lineno_2'$as_run'" &&
verbiste-0.1.47/configure:476:  test "x`expr $as_lineno_1'$as_run' + 1`" = "x$as_lineno_2'$as_run'"' || {
verbiste-0.1.47/configure-477-  # Blame Lee E. McMahon (1931-1989) for sed's syntax.  :-)
##############################################
verbiste-0.1.47/configure-950-  case $ac_option in
verbiste-0.1.47/configure:951:  *=?*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
verbiste-0.1.47/configure-952-  *=)   ac_optarg= ;;
##############################################
verbiste-0.1.47/configure-994-  -disable-* | --disable-*)
verbiste-0.1.47/configure:995:    ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
verbiste-0.1.47/configure-996-    # Reject names that are not valid shell variable names.
##############################################
verbiste-0.1.47/configure-999-    ac_useropt_orig=$ac_useropt
verbiste-0.1.47/configure:1000:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
verbiste-0.1.47/configure-1001-    case $ac_user_opts in
##############################################
verbiste-0.1.47/configure-1020-  -enable-* | --enable-*)
verbiste-0.1.47/configure:1021:    ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
verbiste-0.1.47/configure-1022-    # Reject names that are not valid shell variable names.
##############################################
verbiste-0.1.47/configure-1025-    ac_useropt_orig=$ac_useropt
verbiste-0.1.47/configure:1026:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
verbiste-0.1.47/configure-1027-    case $ac_user_opts in
##############################################
verbiste-0.1.47/configure-1224-  -with-* | --with-*)
verbiste-0.1.47/configure:1225:    ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
verbiste-0.1.47/configure-1226-    # Reject names that are not valid shell variable names.
##############################################
verbiste-0.1.47/configure-1229-    ac_useropt_orig=$ac_useropt
verbiste-0.1.47/configure:1230:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
verbiste-0.1.47/configure-1231-    case $ac_user_opts in
##############################################
verbiste-0.1.47/configure-1240-  -without-* | --without-*)
verbiste-0.1.47/configure:1241:    ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
verbiste-0.1.47/configure-1242-    # Reject names that are not valid shell variable names.
##############################################
verbiste-0.1.47/configure-1245-    ac_useropt_orig=$ac_useropt
verbiste-0.1.47/configure:1246:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
verbiste-0.1.47/configure-1247-    case $ac_user_opts in
##############################################
verbiste-0.1.47/configure-1278-  *=*)
verbiste-0.1.47/configure:1279:    ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
verbiste-0.1.47/configure-1280-    # Reject names that are not valid shell variable names.
##############################################
verbiste-0.1.47/configure-1299-if test -n "$ac_prev"; then
verbiste-0.1.47/configure:1300:  ac_option=--`echo $ac_prev | sed 's/_/-/g'`
verbiste-0.1.47/configure-1301-  as_fn_error $? "missing argument to $ac_option"
##############################################
verbiste-0.1.47/configure-1321-    */ )
verbiste-0.1.47/configure:1322:      ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
verbiste-0.1.47/configure-1323-      eval $ac_var=\$ac_val;;
##############################################
verbiste-0.1.47/configure-1356-ac_ls_di=`ls -di .` &&
verbiste-0.1.47/configure:1357:ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
verbiste-0.1.47/configure-1358-  as_fn_error $? "working directory cannot be determined"
##############################################
verbiste-0.1.47/configure-1412-case $srcdir in
verbiste-0.1.47/configure:1413:*/) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
verbiste-0.1.47/configure-1414-esac
##############################################
verbiste-0.1.47/configure-1455-By default, \`make install' will install all the files in
verbiste-0.1.47/configure:1456:\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc.  You can specify
verbiste-0.1.47/configure:1457:an installation prefix other than \`$ac_default_prefix' using \`--prefix',
verbiste-0.1.47/configure-1458-for instance \`--prefix=\$HOME'.
##############################################
verbiste-0.1.47/configure-1596-*)
verbiste-0.1.47/configure:1597:  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
verbiste-0.1.47/configure-1598-  # A ".." for each directory in $ac_dir_suffix.
verbiste-0.1.47/configure:1599:  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
verbiste-0.1.47/configure-1600-  case $ac_top_builddir_sub in
##############################################
verbiste-0.1.47/configure-2578-    *\'*)
verbiste-0.1.47/configure:2579:      ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
verbiste-0.1.47/configure-2580-    esac
##############################################
verbiste-0.1.47/configure-2661-      case $ac_val in
verbiste-0.1.47/configure:2662:      *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
verbiste-0.1.47/configure-2663-      esac
##############################################
verbiste-0.1.47/configure-2676-	case $ac_val in
verbiste-0.1.47/configure:2677:	*\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
verbiste-0.1.47/configure-2678-	esac
##############################################
verbiste-0.1.47/configure-2799-    set,)
verbiste-0.1.47/configure:2800:      { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
verbiste-0.1.47/configure:2801:$as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
verbiste-0.1.47/configure-2802-      ac_cache_corrupted=: ;;
##############################################
verbiste-0.1.47/configure-2810-	# differences in whitespace do not lead to failure.
verbiste-0.1.47/configure:2811:	ac_old_val_w=`echo x $ac_old_val`
verbiste-0.1.47/configure:2812:	ac_new_val_w=`echo x $ac_new_val`
verbiste-0.1.47/configure-2813-	if test "$ac_old_val_w" != "$ac_new_val_w"; then
##############################################
verbiste-0.1.47/configure-2830-    case $ac_new_val in
verbiste-0.1.47/configure:2831:    *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
verbiste-0.1.47/configure-2832-    *) ac_arg=$ac_var=$ac_new_val ;;
##############################################
verbiste-0.1.47/configure-3006-     echo "timestamp, slept: $am_has_slept" > conftest.file
verbiste-0.1.47/configure:3007:     set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
verbiste-0.1.47/configure-3008-     if test "$*" = "X"; then
verbiste-0.1.47/configure-3009-	# -L didn't work.
verbiste-0.1.47/configure:3010:	set X `ls -t "$srcdir/configure" conftest.file`
verbiste-0.1.47/configure-3011-     fi
##############################################
verbiste-0.1.47/configure-3057-ac_script='s/[\\$]/&&/g;s/;s,x,x,$//'
verbiste-0.1.47/configure:3058:program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"`
verbiste-0.1.47/configure-3059-
verbiste-0.1.47/configure-3060-# expand $ac_aux_dir to an absolute path
verbiste-0.1.47/configure:3061:am_aux_dir=`cd $ac_aux_dir && pwd`
verbiste-0.1.47/configure-3062-
##############################################
verbiste-0.1.47/configure-3202-	   as_fn_executable_p "$as_dir/$ac_prog$ac_exec_ext" || continue
verbiste-0.1.47/configure:3203:	   case `"$as_dir/$ac_prog$ac_exec_ext" --version 2>&1` in #(
verbiste-0.1.47/configure-3204-	     'mkdir (GNU coreutils) '* | \
##############################################
verbiste-0.1.47/configure-3275-set x ${MAKE-make}
verbiste-0.1.47/configure:3276:ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
verbiste-0.1.47/configure-3277-if eval \${ac_cv_prog_make_${ac_make}_set+:} false; then :
##############################################
verbiste-0.1.47/configure-3285-# GNU make sometimes prints "make[1]: Entering ...", which would confuse us.
verbiste-0.1.47/configure:3286:case `${MAKE-make} -f conftest.make 2>/dev/null` in
verbiste-0.1.47/configure-3287-  *@@@%%%=?*=@@@%%%*)
##############################################
verbiste-0.1.47/configure-3351-
verbiste-0.1.47/configure:3352:if test "`cd $srcdir && pwd`" != "`pwd`"; then
verbiste-0.1.47/configure-3353-  # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
##############################################
verbiste-0.1.47/configure-3466-
verbiste-0.1.47/configure:3467:API=`echo $VERSION | cut -d . -f -2`;
verbiste-0.1.47/configure:3468:RELEASE=`echo $VERSION | cut -d . -f 3`;
verbiste-0.1.47/configure-3469-
##############################################
verbiste-0.1.47/configure-3555-test "x$ac_build_alias" = x &&
verbiste-0.1.47/configure:3556:  ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
verbiste-0.1.47/configure-3557-test "x$ac_build_alias" = x &&
verbiste-0.1.47/configure-3558-  as_fn_error $? "cannot guess build type; you must specify one" "$LINENO" 5
verbiste-0.1.47/configure:3559:ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
verbiste-0.1.47/configure-3560-  as_fn_error $? "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
##############################################
verbiste-0.1.47/configure-3579-IFS=$ac_save_IFS
verbiste-0.1.47/configure:3580:case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
verbiste-0.1.47/configure-3581-
##############################################
verbiste-0.1.47/configure-3590-else
verbiste-0.1.47/configure:3591:  ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
verbiste-0.1.47/configure-3592-    as_fn_error $? "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
##############################################
verbiste-0.1.47/configure-3612-IFS=$ac_save_IFS
verbiste-0.1.47/configure:3613:case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
verbiste-0.1.47/configure-3614-
##############################################
verbiste-0.1.47/configure-3640-if test "X`( print -r -- -n ) 2>/dev/null`" = X-n && \
verbiste-0.1.47/configure:3641:   test "X`print -r -- $ECHO 2>/dev/null`" = "X$ECHO"; then
verbiste-0.1.47/configure-3642-  ECHO='print -r --'
verbiste-0.1.47/configure:3643:elif test "X`printf %s $ECHO 2>/dev/null`" = "X$ECHO"; then
verbiste-0.1.47/configure-3644-  ECHO='printf %s\n'
##############################################
verbiste-0.1.47/configure-3704-# Ignore all kinds of additional output from 'make'.
verbiste-0.1.47/configure:3705:case `$am_make -s -f confmf 2> /dev/null` in #(
verbiste-0.1.47/configure-3706-*the\ am__doit\ target*)
##############################################
verbiste-0.1.47/configure-3714-   echo '.include "confinc"' > confmf
verbiste-0.1.47/configure:3715:   case `$am_make -s -f confmf 2> /dev/null` in #(
verbiste-0.1.47/configure-3716-   *the\ am__doit\ target*)
##############################################
verbiste-0.1.47/configure-4093-$as_echo_n "checking whether the C compiler works... " >&6; }
verbiste-0.1.47/configure:4094:ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
verbiste-0.1.47/configure-4095-
##############################################
verbiste-0.1.47/configure-4137-	then :; else
verbiste-0.1.47/configure:4138:	   ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
verbiste-0.1.47/configure-4139-	fi
##############################################
verbiste-0.1.47/configure-4197-    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
verbiste-0.1.47/configure:4198:    *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
verbiste-0.1.47/configure-4199-	  break;;
##############################################
verbiste-0.1.47/configure-4306-    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
verbiste-0.1.47/configure:4307:    *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
verbiste-0.1.47/configure-4308-       break;;
##############################################
verbiste-0.1.47/configure-4624-  if test "$am_compiler_list" = ""; then
verbiste-0.1.47/configure:4625:     am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
verbiste-0.1.47/configure-4626-  fi
##############################################
verbiste-0.1.47/configure-4748-  # Check for GNU $ac_path_SED
verbiste-0.1.47/configure:4749:case `"$ac_path_SED" --version 2>&1` in
verbiste-0.1.47/configure-4750-*GNU*)
##############################################
verbiste-0.1.47/configure-4824-  # Check for GNU $ac_path_GREP
verbiste-0.1.47/configure:4825:case `"$ac_path_GREP" --version 2>&1` in
verbiste-0.1.47/configure-4826-*GNU*)
##############################################
verbiste-0.1.47/configure-4890-  # Check for GNU $ac_path_EGREP
verbiste-0.1.47/configure:4891:case `"$ac_path_EGREP" --version 2>&1` in
verbiste-0.1.47/configure-4892-*GNU*)
##############################################
verbiste-0.1.47/configure-4957-  # Check for GNU $ac_path_FGREP
verbiste-0.1.47/configure:4958:case `"$ac_path_FGREP" --version 2>&1` in
verbiste-0.1.47/configure-4959-*GNU*)
##############################################
verbiste-0.1.47/configure-5037-    # gcc leaves a trailing carriage return which upsets mingw
verbiste-0.1.47/configure:5038:    ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
verbiste-0.1.47/configure-5039-  *)
verbiste-0.1.47/configure:5040:    ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
verbiste-0.1.47/configure-5041-  esac
##############################################
verbiste-0.1.47/configure-5046-      # Canonicalize the pathname of ld
verbiste-0.1.47/configure:5047:      ac_prog=`$ECHO "$ac_prog"| $SED 's%\\\\%/%g'`
verbiste-0.1.47/configure-5048-      while $ECHO "$ac_prog" | $GREP "$re_direlt" > /dev/null 2>&1; do
verbiste-0.1.47/configure:5049:	ac_prog=`$ECHO $ac_prog| $SED "s%$re_direlt%/%"`
verbiste-0.1.47/configure-5050-      done
##############################################
verbiste-0.1.47/configure-5081-      # Break only if it was the GNU/non-GNU ld that we prefer.
verbiste-0.1.47/configure:5082:      case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in
verbiste-0.1.47/configure-5083-      *GNU* | *'with BFD'*)
##############################################
verbiste-0.1.47/configure-5112-  # I'd rather use --version here, but apparently some GNU lds only accept -v.
verbiste-0.1.47/configure:5113:case `$LD -v 2>&1 </dev/null` in
verbiste-0.1.47/configure-5114-*GNU* | *'with BFD'*)
##############################################
verbiste-0.1.47/configure-5157-	# Tru64's nm complains that /dev/null is an invalid object file
verbiste-0.1.47/configure:5158:	case `"$tmp_nm" -B /dev/null 2>&1 | sed '1q'` in
verbiste-0.1.47/configure-5159-	*/dev/null* | *'Invalid file or object type'*)
##############################################
verbiste-0.1.47/configure-5163-	*)
verbiste-0.1.47/configure:5164:	  case `"$tmp_nm" -p /dev/null 2>&1 | sed '1q'` in
verbiste-0.1.47/configure-5165-	  */dev/null*)
##############################################
verbiste-0.1.47/configure-5291-
verbiste-0.1.47/configure:5292:    case `$DUMPBIN -symbols /dev/null 2>&1 | sed '1q'` in
verbiste-0.1.47/configure-5293-    *COFF*)
##############################################
verbiste-0.1.47/configure-5403-    # And add a safety zone
verbiste-0.1.47/configure:5404:    lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
verbiste-0.1.47/configure:5405:    lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
verbiste-0.1.47/configure-5406-    ;;
##############################################
verbiste-0.1.47/configure-5436-    if test -n "$kargmax"; then
verbiste-0.1.47/configure:5437:      lt_cv_sys_max_cmd_len=`echo $kargmax | sed 's/.*[	 ]//'`
verbiste-0.1.47/configure-5438-    else
##############################################
verbiste-0.1.47/configure-5445-	test undefined != "$lt_cv_sys_max_cmd_len"; then
verbiste-0.1.47/configure:5446:      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
verbiste-0.1.47/configure:5447:      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
verbiste-0.1.47/configure-5448-    else
##############################################
verbiste-0.1.47/configure-5457-      # we can't tell.
verbiste-0.1.47/configure:5458:      while { test "X"`env echo "$teststring$teststring" 2>/dev/null` \
verbiste-0.1.47/configure-5459-	         = "X$teststring$teststring"; } >/dev/null 2>&1 &&
##############################################
verbiste-0.1.47/configure-5461-      do
verbiste-0.1.47/configure:5462:        i=`expr $i + 1`
verbiste-0.1.47/configure-5463-        teststring=$teststring$teststring
##############################################
verbiste-0.1.47/configure-5465-      # Only check the string length outside the loop.
verbiste-0.1.47/configure:5466:      lt_cv_sys_max_cmd_len=`expr "X$teststring" : ".*" 2>&1`
verbiste-0.1.47/configure-5467-      teststring=
##############################################
verbiste-0.1.47/configure-5470-      # linker.  It appears as though 1/2 is a usable value.
verbiste-0.1.47/configure:5471:      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 2`
verbiste-0.1.47/configure-5472-    fi
##############################################
verbiste-0.1.47/configure-5906-openbsd*)
verbiste-0.1.47/configure:5907:  if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
verbiste-0.1.47/configure-5908-    lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|\.so|_pic\.a)$'
##############################################
verbiste-0.1.47/configure-5973-    else
verbiste-0.1.47/configure:5974:      file_magic_glob=`echo aAbBcCdDeEfFgGhHiIjJkKlLmMnNoOpPqQrRsStTuUvVwWxXyYzZ | $SED -e "s/\(..\)/s\/[\1]\/[\1]\/g;/g"`
verbiste-0.1.47/configure-5975-    fi
##############################################
verbiste-0.1.47/configure-6118-  # decide which to use based on capabilities of $DLLTOOL
verbiste-0.1.47/configure:6119:  case `$DLLTOOL --help 2>&1` in
verbiste-0.1.47/configure-6120-  *--identify-strict*)
##############################################
verbiste-0.1.47/configure-6640-# If we're using GNU nm, then use its standard symbol codes.
verbiste-0.1.47/configure:6641:case `$NM -V 2>&1` in
verbiste-0.1.47/configure-6642-*GNU* | *'with BFD'*)
##############################################
verbiste-0.1.47/configure-6658-mingw*)
verbiste-0.1.47/configure:6659:  opt_cr=`$ECHO 'x\{0,1\}' | tr x '\015'` # option cr in regexp
verbiste-0.1.47/configure-6660-  ;;
##############################################
verbiste-0.1.47/configure-6877-   if test "$GCC" = yes; then
verbiste-0.1.47/configure:6878:     lt_sysroot=`$CC --print-sysroot 2>/dev/null`
verbiste-0.1.47/configure-6879-   fi
##############################################
verbiste-0.1.47/configure-6881- /*)
verbiste-0.1.47/configure:6882:   lt_sysroot=`echo "$with_sysroot" | sed -e "$sed_quote_subst"`
verbiste-0.1.47/configure-6883-   ;; #(
##############################################
verbiste-0.1.47/configure-6917-  test $ac_status = 0; }; then
verbiste-0.1.47/configure:6918:    case `/usr/bin/file conftest.$ac_objext` in
verbiste-0.1.47/configure-6919-      *ELF-32*)
##############################################
verbiste-0.1.47/configure-6937-    if test "$lt_cv_prog_gnu_ld" = yes; then
verbiste-0.1.47/configure:6938:      case `/usr/bin/file conftest.$ac_objext` in
verbiste-0.1.47/configure-6939-	*32-bit*)
##############################################
verbiste-0.1.47/configure-6949-    else
verbiste-0.1.47/configure:6950:      case `/usr/bin/file conftest.$ac_objext` in
verbiste-0.1.47/configure-6951-	*32-bit*)
##############################################
verbiste-0.1.47/configure-8116-do :
verbiste-0.1.47/configure:8117:  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
verbiste-0.1.47/configure-8118-ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
##############################################
verbiste-0.1.47/configure-8121-  cat >>confdefs.h <<_ACEOF
verbiste-0.1.47/configure:8122:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
verbiste-0.1.47/configure-8123-_ACEOF
##############################################
verbiste-0.1.47/configure-8377-done
verbiste-0.1.47/configure:8378:cc_basename=`$ECHO "$cc_temp" | $SED "s%.*/%%; s%^$host_alias-%%"`
verbiste-0.1.47/configure-8379-
##############################################
verbiste-0.1.47/configure-8406-	"file_magic "*)
verbiste-0.1.47/configure:8407:	  file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
verbiste-0.1.47/configure-8408-	  MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
##############################################
verbiste-0.1.47/configure-8472-	"file_magic "*)
verbiste-0.1.47/configure:8473:	  file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
verbiste-0.1.47/configure-8474-	  MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
##############################################
verbiste-0.1.47/configure-8839-      *)
verbiste-0.1.47/configure:8840:	case `$CC -V 2>&1 | sed 5q` in
verbiste-0.1.47/configure-8841-	*Sun\ Ceres\ Fortran* | *Sun*Fortran*\ [1-7].* | *Sun*Fortran*\ 8.[0-3]*)
##############################################
verbiste-0.1.47/configure-9199-  if test "$hard_links" = no; then
verbiste-0.1.47/configure:9200:    { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5
verbiste-0.1.47/configure:9201:$as_echo "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2;}
verbiste-0.1.47/configure-9202-    need_locks=warn
##############################################
verbiste-0.1.47/configure-9288-	# shared libraries, regardless of the interface used.
verbiste-0.1.47/configure:9289:	case `$LD -v 2>&1` in
verbiste-0.1.47/configure-9290-	  *\ \(GNU\ Binutils\)\ 2.19.5*) ;;
##############################################
verbiste-0.1.47/configure-9320-    supports_anon_versioning=no
verbiste-0.1.47/configure:9321:    case `$LD -v 2>&1` in
verbiste-0.1.47/configure-9322-      *GNU\ gold*) supports_anon_versioning=yes ;;
##############################################
verbiste-0.1.47/configure-9389-	# is EXPORTS), use it as is; otherwise, prepend...
verbiste-0.1.47/configure:9390:	archive_expsym_cmds='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
verbiste-0.1.47/configure-9391-	  cp $export_symbols $output_objdir/$soname.def;
##############################################
verbiste-0.1.47/configure-9417-      # time.  Moving up from 0x10000000 also allows more sbrk(2) space.
verbiste-0.1.47/configure:9418:      archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
verbiste-0.1.47/configure:9419:      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'
verbiste-0.1.47/configure-9420-      ;;
##############################################
verbiste-0.1.47/configure-9435-        pgcc*)				# Portland Group C compiler
verbiste-0.1.47/configure:9436:	  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'
verbiste-0.1.47/configure-9437-	  tmp_addflag=' $pic_flag'
##############################################
verbiste-0.1.47/configure-9440-					# Portland Group f77 and f90 compilers
verbiste-0.1.47/configure:9441:	  whole_archive_flag_spec='${wl}--whole-archive`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` ${wl}--no-whole-archive'
verbiste-0.1.47/configure-9442-	  tmp_addflag=' $pic_flag -Mnomain' ;;
##############################################
verbiste-0.1.47/configure-9455-	nvcc*)	# Cuda Compiler Driver 2.2
verbiste-0.1.47/configure:9456:	  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'
verbiste-0.1.47/configure-9457-	  compiler_needs_object=yes
##############################################
verbiste-0.1.47/configure-9459-	esac
verbiste-0.1.47/configure:9460:	case `$CC -V 2>&1 | sed 5q` in
verbiste-0.1.47/configure-9461-	*Sun\ C*)			# Sun C 5.9
verbiste-0.1.47/configure:9462:	  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'
verbiste-0.1.47/configure-9463-	  compiler_needs_object=yes
##############################################
verbiste-0.1.47/configure-9527-    sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*)
verbiste-0.1.47/configure:9528:      case `$LD -v 2>&1` in
verbiste-0.1.47/configure-9529-        *\ [01].* | *\ 2.[0-9].* | *\ 2.1[0-5].*)
##############################################
verbiste-0.1.47/configure-9650-	# below for broken collect2 doesn't work under 4.3+
verbiste-0.1.47/configure:9651:	  collect2name=`${CC} -print-prog-name=collect2`
verbiste-0.1.47/configure-9652-	  if test -f "$collect2name" &&
##############################################
verbiste-0.1.47/configure-9724-      }'
verbiste-0.1.47/configure:9725:  lt_cv_aix_libpath_=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
verbiste-0.1.47/configure-9726-  # Check for a 64-bit object if we didn't find anything.
verbiste-0.1.47/configure-9727-  if test -z "$lt_cv_aix_libpath_"; then
verbiste-0.1.47/configure:9728:    lt_cv_aix_libpath_=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
verbiste-0.1.47/configure-9729-  fi
##############################################
verbiste-0.1.47/configure-9742-        hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath"
verbiste-0.1.47/configure:9743:        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"
verbiste-0.1.47/configure-9744-      else
##############################################
verbiste-0.1.47/configure-9777-      }'
verbiste-0.1.47/configure:9778:  lt_cv_aix_libpath_=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
verbiste-0.1.47/configure-9779-  # Check for a 64-bit object if we didn't find anything.
verbiste-0.1.47/configure-9780-  if test -z "$lt_cv_aix_libpath_"; then
verbiste-0.1.47/configure:9781:    lt_cv_aix_libpath_=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
verbiste-0.1.47/configure-9782-  fi
##############################################
verbiste-0.1.47/configure-9850-	archive_cmds='$CC -o $output_objdir/$soname $libobjs $compiler_flags $deplibs -Wl,-dll~linknames='
verbiste-0.1.47/configure:9851:	archive_expsym_cmds='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
verbiste-0.1.47/configure-9852-	    sed -n -e 's/\\\\\\\(.*\\\\\\\)/-link\\\ -EXPORT:\\\\\\\1/' -e '1\\\!p' < $export_symbols > $output_objdir/$soname.exp;
##############################################
verbiste-0.1.47/configure-9887-	# FIXME: Setting linknames here is a bad hack.
verbiste-0.1.47/configure:9888:	archive_cmds='$CC -o $lib $libobjs $compiler_flags `func_echo_all "$deplibs" | $SED '\''s/ -lc$//'\''` -link -dll~linknames='
verbiste-0.1.47/configure-9889-	# The linker will automatically build a .lib file if we build a DLL.
##############################################
verbiste-0.1.47/configure-9905-  if test "$lt_cv_ld_force_load" = "yes"; then
verbiste-0.1.47/configure:9906:    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\"`'
verbiste-0.1.47/configure-9907-
##############################################
verbiste-0.1.47/configure-10085-      if test "$GCC" = yes; then
verbiste-0.1.47/configure:10086:	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'
verbiste-0.1.47/configure-10087-	# Try to use the -exported_symbol ld option, if it does not
##############################################
verbiste-0.1.47/configure-10113-	if test "$lt_cv_irix_exported_symbol" = yes; then
verbiste-0.1.47/configure:10114:          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'
verbiste-0.1.47/configure-10115-	fi
verbiste-0.1.47/configure-10116-      else
verbiste-0.1.47/configure:10117:	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'
verbiste-0.1.47/configure:10118:	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'
verbiste-0.1.47/configure-10119-      fi
##############################################
verbiste-0.1.47/configure-10153-	hardcode_direct_absolute=yes
verbiste-0.1.47/configure:10154:	if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
verbiste-0.1.47/configure-10155-	  archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
##############################################
verbiste-0.1.47/configure-10186-	allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'
verbiste-0.1.47/configure:10187:	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'
verbiste-0.1.47/configure-10188-      else
verbiste-0.1.47/configure-10189-	allow_undefined_flag=' -expect_unresolved \*'
verbiste-0.1.47/configure:10190:	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'
verbiste-0.1.47/configure-10191-      fi
##############################################
verbiste-0.1.47/configure-10199-	allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'
verbiste-0.1.47/configure:10200:	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'
verbiste-0.1.47/configure-10201-	hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
##############################################
verbiste-0.1.47/configure-10203-	allow_undefined_flag=' -expect_unresolved \*'
verbiste-0.1.47/configure:10204:	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'
verbiste-0.1.47/configure:10205:	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~
verbiste-0.1.47/configure:10206:	$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'
verbiste-0.1.47/configure-10207-
##############################################
verbiste-0.1.47/configure-10222-      else
verbiste-0.1.47/configure:10223:	case `$CC -V 2>&1` in
verbiste-0.1.47/configure-10224-	*"Compilers 5.0"*)
##############################################
verbiste-0.1.47/configure-10621-  esac
verbiste-0.1.47/configure:10622:  lt_search_path_spec=`$CC -print-search-dirs | awk $lt_awk_arg | $SED -e "s/^libraries://" -e $lt_sed_strip_eq`
verbiste-0.1.47/configure-10623-  case $lt_search_path_spec in
##############################################
verbiste-0.1.47/configure-10628-    # okay in the real world where ";" in dirpaths is itself problematic.
verbiste-0.1.47/configure:10629:    lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED 's/;/ /g'`
verbiste-0.1.47/configure-10630-    ;;
verbiste-0.1.47/configure-10631-  *)
verbiste-0.1.47/configure:10632:    lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED "s/$PATH_SEPARATOR/ /g"`
verbiste-0.1.47/configure-10633-    ;;
##############################################
verbiste-0.1.47/configure-10637-  lt_tmp_lt_search_path_spec=
verbiste-0.1.47/configure:10638:  lt_multi_os_dir=`$CC $CPPFLAGS $CFLAGS $LDFLAGS -print-multi-os-directory 2>/dev/null`
verbiste-0.1.47/configure-10639-  for lt_sys_path in $lt_search_path_spec; do
##############################################
verbiste-0.1.47/configure-10672-  esac
verbiste-0.1.47/configure:10673:  sys_lib_search_path_spec=`$ECHO "$lt_search_path_spec" | $lt_NL2SP`
verbiste-0.1.47/configure-10674-else
##############################################
verbiste-0.1.47/configure-10760-    # Create ${libname}_ixlibrary.a entries in /sys/libs.
verbiste-0.1.47/configure:10761:    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'
verbiste-0.1.47/configure-10762-    ;;
##############################################
verbiste-0.1.47/configure-10796-    # DLL is installed to $(libdir)/../bin by postinstall_cmds
verbiste-0.1.47/configure:10797:    postinstall_cmds='base_file=`basename \${file}`~
verbiste-0.1.47/configure:10798:      dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i; echo \$dlname'\''`~
verbiste-0.1.47/configure:10799:      dldir=$destdir/`dirname \$dlpath`~
verbiste-0.1.47/configure-10800-      test -d \$dldir || mkdir -p \$dldir~
##############################################
verbiste-0.1.47/configure-10805-      fi'
verbiste-0.1.47/configure:10806:    postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
verbiste-0.1.47/configure-10807-      dlpath=$dir/\$dldll~
##############################################
verbiste-0.1.47/configure-10813-      # Cygwin DLLs use 'cyg' prefix rather than 'lib'
verbiste-0.1.47/configure:10814:      soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
verbiste-0.1.47/configure-10815-
##############################################
verbiste-0.1.47/configure-10819-      # MinGW DLLs use traditional 'lib' prefix
verbiste-0.1.47/configure:10820:      soname_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
verbiste-0.1.47/configure-10821-      ;;
##############################################
verbiste-0.1.47/configure-10823-      # pw32 DLLs use 'pw' prefix rather than 'lib'
verbiste-0.1.47/configure:10824:      library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
verbiste-0.1.47/configure-10825-      ;;
##############################################
verbiste-0.1.47/configure-10832-    libname_spec='$name'
verbiste-0.1.47/configure:10833:    soname_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
verbiste-0.1.47/configure-10834-    library_names_spec='${libname}.dll.lib'
##############################################
verbiste-0.1.47/configure-10844-        # Let DOS variable expansion print the short 8.3 style file name.
verbiste-0.1.47/configure:10845:        lt_path=`cd "$lt_path" 2>/dev/null && cmd //C "for %i in (".") do @echo %~si"`
verbiste-0.1.47/configure-10846-        sys_lib_search_path_spec="$sys_lib_search_path_spec $lt_path"
##############################################
verbiste-0.1.47/configure-10849-      # Convert to MSYS style.
verbiste-0.1.47/configure:10850:      sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | sed -e 's|\\\\|/|g' -e 's| \\([a-zA-Z]\\):| /\\1|g' -e 's|^ ||'`
verbiste-0.1.47/configure-10851-      ;;
##############################################
verbiste-0.1.47/configure-10855-      # like /cygdrive/c/PROGRA~1:/cygdr...
verbiste-0.1.47/configure:10856:      sys_lib_search_path_spec=`cygpath --path --unix "$LIB"`
verbiste-0.1.47/configure:10857:      sys_lib_search_path_spec=`cygpath --path --dos "$sys_lib_search_path_spec" 2>/dev/null`
verbiste-0.1.47/configure:10858:      sys_lib_search_path_spec=`cygpath --path --unix "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"`
verbiste-0.1.47/configure-10859-      ;;
##############################################
verbiste-0.1.47/configure-10863-        # It is most probably a Windows format PATH.
verbiste-0.1.47/configure:10864:        sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'`
verbiste-0.1.47/configure-10865-      else
verbiste-0.1.47/configure:10866:        sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"`
verbiste-0.1.47/configure-10867-      fi
##############################################
verbiste-0.1.47/configure-10873-    # DLL is installed to $(libdir)/../bin by postinstall_cmds
verbiste-0.1.47/configure:10874:    postinstall_cmds='base_file=`basename \${file}`~
verbiste-0.1.47/configure:10875:      dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i; echo \$dlname'\''`~
verbiste-0.1.47/configure:10876:      dldir=$destdir/`dirname \$dlpath`~
verbiste-0.1.47/configure-10877-      test -d \$dldir || mkdir -p \$dldir~
verbiste-0.1.47/configure-10878-      $install_prog $dir/$dlname \$dldir/$dlname'
verbiste-0.1.47/configure:10879:    postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
verbiste-0.1.47/configure-10880-      dlpath=$dir/\$dldll~
##############################################
verbiste-0.1.47/configure-10887-    # Assume MSVC wrapper
verbiste-0.1.47/configure:10888:    library_names_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext} $libname.lib'
verbiste-0.1.47/configure-10889-    dynamic_linker='Win32 ld.exe'
##############################################
verbiste-0.1.47/configure-10904-  shlibpath_var=DYLD_LIBRARY_PATH
verbiste-0.1.47/configure:10905:  shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`'
verbiste-0.1.47/configure-10906-
##############################################
verbiste-0.1.47/configure-11130-  if test -f /etc/ld.so.conf; then
verbiste-0.1.47/configure:11131:    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' ' '`
verbiste-0.1.47/configure-11132-    sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra"
##############################################
verbiste-0.1.47/configure-11204-  shlibpath_var=LD_LIBRARY_PATH
verbiste-0.1.47/configure:11205:  if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
verbiste-0.1.47/configure-11206-    case $host_os in
##############################################
verbiste-0.1.47/configure-12170-    # gcc leaves a trailing carriage return which upsets mingw
verbiste-0.1.47/configure:12171:    ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
verbiste-0.1.47/configure-12172-  *)
verbiste-0.1.47/configure:12173:    ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
verbiste-0.1.47/configure-12174-  esac
##############################################
verbiste-0.1.47/configure-12179-      # Canonicalize the path of ld
verbiste-0.1.47/configure:12180:      ac_prog=`echo $ac_prog| sed 's%\\\\%/%g'`
verbiste-0.1.47/configure-12181-      while echo $ac_prog | grep "$re_direlt" > /dev/null 2>&1; do
verbiste-0.1.47/configure:12182:	ac_prog=`echo $ac_prog| sed "s%$re_direlt%/%"`
verbiste-0.1.47/configure-12183-      done
##############################################
verbiste-0.1.47/configure-12213-      # Break only if it was the GNU/non-GNU ld that we prefer.
verbiste-0.1.47/configure:12214:      case `"$acl_cv_path_LD" -v 2>&1 < /dev/null` in
verbiste-0.1.47/configure-12215-      *GNU* | *'with BFD'*)
##############################################
verbiste-0.1.47/configure-12242-  # I'd rather use --version here, but apparently some GNU ld's only accept -v.
verbiste-0.1.47/configure:12243:case `$LD -v 2>&1 </dev/null` in
verbiste-0.1.47/configure-12244-*GNU* | *'with BFD'*)
##############################################
verbiste-0.1.47/configure-12353-        names_already_handled="$names_already_handled $name"
verbiste-0.1.47/configure:12354:                        uppername=`echo "$name" | sed -e 'y|abcdefghijklmnopqrstuvwxyz./-|ABCDEFGHIJKLMNOPQRSTUVWXYZ___|'`
verbiste-0.1.47/configure-12355-        eval value=\"\$HAVE_LIB$uppername\"
##############################################
verbiste-0.1.47/configure-12399-                -L*)
verbiste-0.1.47/configure:12400:                  dir=`echo "X$x" | sed -e 's/^X-L//'`
verbiste-0.1.47/configure-12401-                  if test -n "$shlibext" && test -f "$dir/lib$name.$shlibext"; then
##############################################
verbiste-0.1.47/configure-12491-              */lib | */lib/)
verbiste-0.1.47/configure:12492:                basedir=`echo "X$found_dir" | sed -e 's,^X,,' -e 's,/lib/*$,,'`
verbiste-0.1.47/configure-12493-                additional_includedir="$basedir/include"
##############################################
verbiste-0.1.47/configure-12539-                  -L*)
verbiste-0.1.47/configure:12540:                    additional_libdir=`echo "X$dep" | sed -e 's/^X-L//'`
verbiste-0.1.47/configure-12541-                                                                                                                                                                if test "X$additional_libdir" != "X/usr/lib"; then
##############################################
verbiste-0.1.47/configure-12596-                  -R*)
verbiste-0.1.47/configure:12597:                    dir=`echo "X$dep" | sed -e 's/^X-R//'`
verbiste-0.1.47/configure-12598-                    if test "$enable_rpath" != no; then
##############################################
verbiste-0.1.47/configure-12621-                  -l*)
verbiste-0.1.47/configure:12622:                                        names_next_round="$names_next_round "`echo "X$dep" | sed -e 's/^X-l//'`
verbiste-0.1.47/configure-12623-                    ;;
verbiste-0.1.47/configure-12624-                  *.la)
verbiste-0.1.47/configure:12625:                                                                                names_next_round="$names_next_round "`echo "X$dep" | sed -e 's,^X.*/,,' -e 's,^lib,,' -e 's,\.la$,,'`
verbiste-0.1.47/configure-12626-                    ;;
##############################################
verbiste-0.1.47/configure-12812-
verbiste-0.1.47/configure:12813:    am_cv_proto_iconv=`echo "$am_cv_proto_iconv" | tr -s ' ' | sed -e 's/( /(/'`
verbiste-0.1.47/configure-12814-    { $as_echo "$as_me:${as_lineno-$LINENO}: result: ${ac_t:-
##############################################
verbiste-0.1.47/configure-12959-  test $ac_status = 0; }; then
verbiste-0.1.47/configure:12960:  pkg_cv_LIBXML2_CFLAGS=`$PKG_CONFIG --cflags "libxml-2.0 >= $LIBXML2_MINVER" 2>/dev/null`
verbiste-0.1.47/configure-12961-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
verbiste-0.1.47/configure-12976-  test $ac_status = 0; }; then
verbiste-0.1.47/configure:12977:  pkg_cv_LIBXML2_LIBS=`$PKG_CONFIG --libs "libxml-2.0 >= $LIBXML2_MINVER" 2>/dev/null`
verbiste-0.1.47/configure-12978-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
verbiste-0.1.47/configure-12997-        if test $_pkg_short_errors_supported = yes; then
verbiste-0.1.47/configure:12998:	        LIBXML2_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "libxml-2.0 >= $LIBXML2_MINVER" 2>&1`
verbiste-0.1.47/configure-12999-        else
verbiste-0.1.47/configure:13000:	        LIBXML2_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "libxml-2.0 >= $LIBXML2_MINVER" 2>&1`
verbiste-0.1.47/configure-13001-        fi
##############################################
verbiste-0.1.47/configure-13367-  if test "$am_compiler_list" = ""; then
verbiste-0.1.47/configure:13368:     am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
verbiste-0.1.47/configure-13369-  fi
##############################################
verbiste-0.1.47/configure-13471-  case ${2} in
verbiste-0.1.47/configure:13472:  .*) func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%\\\\${2}\$%%"`;;
verbiste-0.1.47/configure:13473:  *)  func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%${2}\$%%"`;;
verbiste-0.1.47/configure-13474-  esac
##############################################
verbiste-0.1.47/configure-13726-done
verbiste-0.1.47/configure:13727:cc_basename=`$ECHO "$cc_temp" | $SED "s%.*/%%; s%^$host_alias-%%"`
verbiste-0.1.47/configure-13728-
##############################################
verbiste-0.1.47/configure-13758-    # gcc leaves a trailing carriage return which upsets mingw
verbiste-0.1.47/configure:13759:    ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
verbiste-0.1.47/configure-13760-  *)
verbiste-0.1.47/configure:13761:    ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
verbiste-0.1.47/configure-13762-  esac
##############################################
verbiste-0.1.47/configure-13767-      # Canonicalize the pathname of ld
verbiste-0.1.47/configure:13768:      ac_prog=`$ECHO "$ac_prog"| $SED 's%\\\\%/%g'`
verbiste-0.1.47/configure-13769-      while $ECHO "$ac_prog" | $GREP "$re_direlt" > /dev/null 2>&1; do
verbiste-0.1.47/configure:13770:	ac_prog=`$ECHO $ac_prog| $SED "s%$re_direlt%/%"`
verbiste-0.1.47/configure-13771-      done
##############################################
verbiste-0.1.47/configure-13802-      # Break only if it was the GNU/non-GNU ld that we prefer.
verbiste-0.1.47/configure:13803:      case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in
verbiste-0.1.47/configure-13804-      *GNU* | *'with BFD'*)
##############################################
verbiste-0.1.47/configure-13833-  # I'd rather use --version here, but apparently some GNU lds only accept -v.
verbiste-0.1.47/configure:13834:case `$LD -v 2>&1 </dev/null` in
verbiste-0.1.47/configure-13835-*GNU* | *'with BFD'*)
##############################################
verbiste-0.1.47/configure-13867-        # ancient GNU ld didn't support --whole-archive et. al.
verbiste-0.1.47/configure:13868:        if eval "`$CC -print-prog-name=ld` --help 2>&1" |
verbiste-0.1.47/configure-13869-	  $GREP 'no-whole-archive' > /dev/null; then
##############################################
verbiste-0.1.47/configure-13951-          # below for broken collect2 doesn't work under 4.3+
verbiste-0.1.47/configure:13952:	  collect2name=`${CC} -print-prog-name=collect2`
verbiste-0.1.47/configure-13953-	  if test -f "$collect2name" &&
##############################################
verbiste-0.1.47/configure-14024-      }'
verbiste-0.1.47/configure:14025:  lt_cv_aix_libpath__CXX=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
verbiste-0.1.47/configure-14026-  # Check for a 64-bit object if we didn't find anything.
verbiste-0.1.47/configure-14027-  if test -z "$lt_cv_aix_libpath__CXX"; then
verbiste-0.1.47/configure:14028:    lt_cv_aix_libpath__CXX=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
verbiste-0.1.47/configure-14029-  fi
##############################################
verbiste-0.1.47/configure-14043-
verbiste-0.1.47/configure:14044:          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"
verbiste-0.1.47/configure-14045-        else
##############################################
verbiste-0.1.47/configure-14078-      }'
verbiste-0.1.47/configure:14079:  lt_cv_aix_libpath__CXX=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
verbiste-0.1.47/configure-14080-  # Check for a 64-bit object if we didn't find anything.
verbiste-0.1.47/configure-14081-  if test -z "$lt_cv_aix_libpath__CXX"; then
verbiste-0.1.47/configure:14082:    lt_cv_aix_libpath__CXX=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
verbiste-0.1.47/configure-14083-  fi
##############################################
verbiste-0.1.47/configure-14151-	  archive_cmds_CXX='$CC -o $output_objdir/$soname $libobjs $compiler_flags $deplibs -Wl,-dll~linknames='
verbiste-0.1.47/configure:14152:	  archive_expsym_cmds_CXX='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
verbiste-0.1.47/configure-14153-	      $SED -n -e 's/\\\\\\\(.*\\\\\\\)/-link\\\ -EXPORT:\\\\\\\1/' -e '1\\\!p' < $export_symbols > $output_objdir/$soname.exp;
##############################################
verbiste-0.1.47/configure-14192-	    # is EXPORTS), use it as is; otherwise, prepend...
verbiste-0.1.47/configure:14193:	    archive_expsym_cmds_CXX='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
verbiste-0.1.47/configure-14194-	      cp $export_symbols $output_objdir/$soname.def;
##############################################
verbiste-0.1.47/configure-14213-  if test "$lt_cv_ld_force_load" = "yes"; then
verbiste-0.1.47/configure:14214:    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\"`'
verbiste-0.1.47/configure-14215-
##############################################
verbiste-0.1.47/configure-14304-            # dependencies.
verbiste-0.1.47/configure:14305:            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"'
verbiste-0.1.47/configure-14306-            ;;
##############################################
verbiste-0.1.47/configure-14369-	    # dependencies.
verbiste-0.1.47/configure:14370:	    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"'
verbiste-0.1.47/configure-14371-	    ;;
##############################################
verbiste-0.1.47/configure-14405-	# time.  Moving up from 0x10000000 also allows more sbrk(2) space.
verbiste-0.1.47/configure:14406:	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'
verbiste-0.1.47/configure:14407:	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'
verbiste-0.1.47/configure-14408-	;;
##############################################
verbiste-0.1.47/configure-14412-	    # SGI C++
verbiste-0.1.47/configure:14413:	    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'
verbiste-0.1.47/configure-14414-
##############################################
verbiste-0.1.47/configure-14423-	      if test "$with_gnu_ld" = no; then
verbiste-0.1.47/configure:14424:	        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'
verbiste-0.1.47/configure-14425-	      else
verbiste-0.1.47/configure:14426:	        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'
verbiste-0.1.47/configure-14427-	      fi
##############################################
verbiste-0.1.47/configure-14444-	    # to its proper name (with version) after linking.
verbiste-0.1.47/configure:14445:	    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'
verbiste-0.1.47/configure:14446:	    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'
verbiste-0.1.47/configure-14447-	    # Commands to make compiler produce verbose output that lists
##############################################
verbiste-0.1.47/configure-14454-	    # dependencies.
verbiste-0.1.47/configure:14455:	    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"'
verbiste-0.1.47/configure-14456-
##############################################
verbiste-0.1.47/configure-14469-	    # earlier do not add the objects themselves.
verbiste-0.1.47/configure:14470:	    case `$CC -V 2>&1` in
verbiste-0.1.47/configure-14471-	      *"Version 7."*)
##############################################
verbiste-0.1.47/configure-14490-            # Portland Group C++ compiler
verbiste-0.1.47/configure:14491:	    case `$CC -V` in
verbiste-0.1.47/configure-14492-	    *pgCC\ [1-5].* | *pgcpp\ [1-5].*)
##############################################
verbiste-0.1.47/configure-14495-		$CC --prelink_objects --instantiation_dir $tpldir $objs $libobjs $compile_deplibs~
verbiste-0.1.47/configure:14496:		compile_command="$compile_command `find $tpldir -name \*.o | sort | $NL2SP`"'
verbiste-0.1.47/configure-14497-	      old_archive_cmds_CXX='tpldir=Template.dir~
##############################################
verbiste-0.1.47/configure-14499-		$CC --prelink_objects --instantiation_dir $tpldir $oldobjs$old_deplibs~
verbiste-0.1.47/configure:14500:		$AR $AR_FLAGS $oldlib$oldobjs$old_deplibs `find $tpldir -name \*.o | sort | $NL2SP`~
verbiste-0.1.47/configure-14501-		$RANLIB $oldlib'
##############################################
verbiste-0.1.47/configure-14504-		$CC --prelink_objects --instantiation_dir $tpldir $predep_objects $libobjs $deplibs $convenience $postdep_objects~
verbiste-0.1.47/configure:14505:		$CC -shared $pic_flag $predep_objects $libobjs $deplibs `find $tpldir -name \*.o | sort | $NL2SP` $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname -o $lib'
verbiste-0.1.47/configure-14506-	      archive_expsym_cmds_CXX='tpldir=Template.dir~
##############################################
verbiste-0.1.47/configure-14508-		$CC --prelink_objects --instantiation_dir $tpldir $predep_objects $libobjs $deplibs $convenience $postdep_objects~
verbiste-0.1.47/configure:14509:		$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'
verbiste-0.1.47/configure-14510-	      ;;
##############################################
verbiste-0.1.47/configure-14518-	    export_dynamic_flag_spec_CXX='${wl}--export-dynamic'
verbiste-0.1.47/configure:14519:	    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'
verbiste-0.1.47/configure-14520-            ;;
##############################################
verbiste-0.1.47/configure-14537-	    # dependencies.
verbiste-0.1.47/configure:14538:	    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'
verbiste-0.1.47/configure-14539-	    ;;
##############################################
verbiste-0.1.47/configure-14552-	  *)
verbiste-0.1.47/configure:14553:	    case `$CC -V 2>&1 | sed 5q` in
verbiste-0.1.47/configure-14554-	    *Sun\ C*)
##############################################
verbiste-0.1.47/configure-14559-	      hardcode_libdir_flag_spec_CXX='-R$libdir'
verbiste-0.1.47/configure:14560:	      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'
verbiste-0.1.47/configure-14561-	      compiler_needs_object_CXX=yes
##############################################
verbiste-0.1.47/configure-14629-	  hardcode_libdir_flag_spec_CXX='${wl}-rpath,$libdir'
verbiste-0.1.47/configure:14630:	  if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
verbiste-0.1.47/configure-14631-	    archive_expsym_cmds_CXX='$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-retain-symbols-file,$export_symbols -o $lib'
##############################################
verbiste-0.1.47/configure-14648-	    # to its proper name (with version) after linking.
verbiste-0.1.47/configure:14649:	    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'
verbiste-0.1.47/configure-14650-
##############################################
verbiste-0.1.47/configure-14669-	        allow_undefined_flag_CXX=' ${wl}-expect_unresolved ${wl}\*'
verbiste-0.1.47/configure:14670:	        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'
verbiste-0.1.47/configure-14671-	        hardcode_libdir_flag_spec_CXX='${wl}-rpath ${wl}$libdir'
##############################################
verbiste-0.1.47/configure-14674-	        allow_undefined_flag_CXX=' -expect_unresolved \*'
verbiste-0.1.47/configure:14675:	        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'
verbiste-0.1.47/configure:14676:	        archive_expsym_cmds_CXX='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done~
verbiste-0.1.47/configure-14677-	          echo "-hidden">> $lib.exp~
verbiste-0.1.47/configure:14678:	          $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~
verbiste-0.1.47/configure-14679-	          $RM $lib.exp'
##############################################
verbiste-0.1.47/configure-14693-	    # dependencies.
verbiste-0.1.47/configure:14694:	    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"'
verbiste-0.1.47/configure-14695-	    ;;
##############################################
verbiste-0.1.47/configure-14700-	        osf3*)
verbiste-0.1.47/configure:14701:	          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'
verbiste-0.1.47/configure-14702-		  ;;
verbiste-0.1.47/configure-14703-	        *)
verbiste-0.1.47/configure:14704:	          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'
verbiste-0.1.47/configure-14705-		  ;;
##############################################
verbiste-0.1.47/configure-14947-
verbiste-0.1.47/configure:14948:  for p in `eval "$output_verbose_link_cmd"`; do
verbiste-0.1.47/configure-14949-    case ${prev}${p} in
##############################################
verbiste-0.1.47/configure-15044-linux*)
verbiste-0.1.47/configure:15045:  case `$CC -V 2>&1 | sed 5q` in
verbiste-0.1.47/configure-15046-  *Sun\ C*)
##############################################
verbiste-0.1.47/configure-15095-if test -n "${compiler_lib_search_path_CXX}"; then
verbiste-0.1.47/configure:15096: compiler_lib_search_dirs_CXX=`echo " ${compiler_lib_search_path_CXX}" | ${SED} -e 's! -L! !g' -e 's!^ !!'`
verbiste-0.1.47/configure-15097-fi
##############################################
verbiste-0.1.47/configure-15336-	  *)
verbiste-0.1.47/configure:15337:	    case `$CC -V 2>&1 | sed 5q` in
verbiste-0.1.47/configure-15338-	    *Sun\ C*)
##############################################
verbiste-0.1.47/configure-15690-  if test "$hard_links" = no; then
verbiste-0.1.47/configure:15691:    { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5
verbiste-0.1.47/configure:15692:$as_echo "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2;}
verbiste-0.1.47/configure-15693-    need_locks=warn
##############################################
verbiste-0.1.47/configure-15967-    # Create ${libname}_ixlibrary.a entries in /sys/libs.
verbiste-0.1.47/configure:15968:    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'
verbiste-0.1.47/configure-15969-    ;;
##############################################
verbiste-0.1.47/configure-16003-    # DLL is installed to $(libdir)/../bin by postinstall_cmds
verbiste-0.1.47/configure:16004:    postinstall_cmds='base_file=`basename \${file}`~
verbiste-0.1.47/configure:16005:      dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i; echo \$dlname'\''`~
verbiste-0.1.47/configure:16006:      dldir=$destdir/`dirname \$dlpath`~
verbiste-0.1.47/configure-16007-      test -d \$dldir || mkdir -p \$dldir~
##############################################
verbiste-0.1.47/configure-16012-      fi'
verbiste-0.1.47/configure:16013:    postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
verbiste-0.1.47/configure-16014-      dlpath=$dir/\$dldll~
##############################################
verbiste-0.1.47/configure-16020-      # Cygwin DLLs use 'cyg' prefix rather than 'lib'
verbiste-0.1.47/configure:16021:      soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
verbiste-0.1.47/configure-16022-
##############################################
verbiste-0.1.47/configure-16025-      # MinGW DLLs use traditional 'lib' prefix
verbiste-0.1.47/configure:16026:      soname_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
verbiste-0.1.47/configure-16027-      ;;
##############################################
verbiste-0.1.47/configure-16029-      # pw32 DLLs use 'pw' prefix rather than 'lib'
verbiste-0.1.47/configure:16030:      library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
verbiste-0.1.47/configure-16031-      ;;
##############################################
verbiste-0.1.47/configure-16038-    libname_spec='$name'
verbiste-0.1.47/configure:16039:    soname_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
verbiste-0.1.47/configure-16040-    library_names_spec='${libname}.dll.lib'
##############################################
verbiste-0.1.47/configure-16050-        # Let DOS variable expansion print the short 8.3 style file name.
verbiste-0.1.47/configure:16051:        lt_path=`cd "$lt_path" 2>/dev/null && cmd //C "for %i in (".") do @echo %~si"`
verbiste-0.1.47/configure-16052-        sys_lib_search_path_spec="$sys_lib_search_path_spec $lt_path"
##############################################
verbiste-0.1.47/configure-16055-      # Convert to MSYS style.
verbiste-0.1.47/configure:16056:      sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | sed -e 's|\\\\|/|g' -e 's| \\([a-zA-Z]\\):| /\\1|g' -e 's|^ ||'`
verbiste-0.1.47/configure-16057-      ;;
##############################################
verbiste-0.1.47/configure-16061-      # like /cygdrive/c/PROGRA~1:/cygdr...
verbiste-0.1.47/configure:16062:      sys_lib_search_path_spec=`cygpath --path --unix "$LIB"`
verbiste-0.1.47/configure:16063:      sys_lib_search_path_spec=`cygpath --path --dos "$sys_lib_search_path_spec" 2>/dev/null`
verbiste-0.1.47/configure:16064:      sys_lib_search_path_spec=`cygpath --path --unix "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"`
verbiste-0.1.47/configure-16065-      ;;
##############################################
verbiste-0.1.47/configure-16069-        # It is most probably a Windows format PATH.
verbiste-0.1.47/configure:16070:        sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'`
verbiste-0.1.47/configure-16071-      else
verbiste-0.1.47/configure:16072:        sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"`
verbiste-0.1.47/configure-16073-      fi
##############################################
verbiste-0.1.47/configure-16079-    # DLL is installed to $(libdir)/../bin by postinstall_cmds
verbiste-0.1.47/configure:16080:    postinstall_cmds='base_file=`basename \${file}`~
verbiste-0.1.47/configure:16081:      dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i; echo \$dlname'\''`~
verbiste-0.1.47/configure:16082:      dldir=$destdir/`dirname \$dlpath`~
verbiste-0.1.47/configure-16083-      test -d \$dldir || mkdir -p \$dldir~
verbiste-0.1.47/configure-16084-      $install_prog $dir/$dlname \$dldir/$dlname'
verbiste-0.1.47/configure:16085:    postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
verbiste-0.1.47/configure-16086-      dlpath=$dir/\$dldll~
##############################################
verbiste-0.1.47/configure-16093-    # Assume MSVC wrapper
verbiste-0.1.47/configure:16094:    library_names_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext} $libname.lib'
verbiste-0.1.47/configure-16095-    dynamic_linker='Win32 ld.exe'
##############################################
verbiste-0.1.47/configure-16110-  shlibpath_var=DYLD_LIBRARY_PATH
verbiste-0.1.47/configure:16111:  shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`'
verbiste-0.1.47/configure-16112-
##############################################
verbiste-0.1.47/configure-16335-  if test -f /etc/ld.so.conf; then
verbiste-0.1.47/configure:16336:    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' ' '`
verbiste-0.1.47/configure-16337-    sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra"
##############################################
verbiste-0.1.47/configure-16409-  shlibpath_var=LD_LIBRARY_PATH
verbiste-0.1.47/configure:16410:  if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
verbiste-0.1.47/configure-16411-    case $host_os in
##############################################
verbiste-0.1.47/configure-17025-    else
verbiste-0.1.47/configure:17026:      GMSGFMT=`echo "$GMSGFMT" | sed -e 's,^.*/,,'`
verbiste-0.1.47/configure-17027-      { $as_echo "$as_me:${as_lineno-$LINENO}: result: found $GMSGFMT program is not GNU msgfmt; ignore it" >&5
##############################################
verbiste-0.1.47/configure-17836-  for ac_func in _getb67 GETB67 getb67; do
verbiste-0.1.47/configure:17837:    as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
verbiste-0.1.47/configure-17838-ac_fn_cxx_check_func "$LINENO" "$ac_func" "$as_ac_var"
##############################################
verbiste-0.1.47/configure-17902-do :
verbiste-0.1.47/configure:17903:  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
verbiste-0.1.47/configure-17904-ac_fn_cxx_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
##############################################
verbiste-0.1.47/configure-17907-  cat >>confdefs.h <<_ACEOF
verbiste-0.1.47/configure:17908:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
verbiste-0.1.47/configure-17909-_ACEOF
##############################################
verbiste-0.1.47/configure-18559-do :
verbiste-0.1.47/configure:18560:  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
verbiste-0.1.47/configure-18561-ac_fn_cxx_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
##############################################
verbiste-0.1.47/configure-18563-  cat >>confdefs.h <<_ACEOF
verbiste-0.1.47/configure:18564:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
verbiste-0.1.47/configure-18565-_ACEOF
##############################################
verbiste-0.1.47/configure-18575-do :
verbiste-0.1.47/configure:18576:  as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
verbiste-0.1.47/configure-18577-ac_fn_cxx_check_func "$LINENO" "$ac_func" "$as_ac_var"
##############################################
verbiste-0.1.47/configure-18579-  cat >>confdefs.h <<_ACEOF
verbiste-0.1.47/configure:18580:#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
verbiste-0.1.47/configure-18581-_ACEOF
##############################################
verbiste-0.1.47/configure-18960-
verbiste-0.1.47/configure:18961:    am_cv_proto_iconv=`echo "$am_cv_proto_iconv" | tr -s ' ' | sed -e 's/( /(/'`
verbiste-0.1.47/configure-18962-    { $as_echo "$as_me:${as_lineno-$LINENO}: result: ${ac_t:-
##############################################
verbiste-0.1.47/configure-19093-$as_echo_n "checking version of bison... " >&6; }
verbiste-0.1.47/configure:19094:    ac_prog_version=`$INTLBISON --version 2>&1 | sed -n 's/^.*GNU Bison.* \([0-9]*\.[0-9.]*\).*$/\1/p'`
verbiste-0.1.47/configure-19095-    case $ac_prog_version in
##############################################
verbiste-0.1.47/configure-19345-        names_already_handled="$names_already_handled $name"
verbiste-0.1.47/configure:19346:                        uppername=`echo "$name" | sed -e 'y|abcdefghijklmnopqrstuvwxyz./-|ABCDEFGHIJKLMNOPQRSTUVWXYZ___|'`
verbiste-0.1.47/configure-19347-        eval value=\"\$HAVE_LIB$uppername\"
##############################################
verbiste-0.1.47/configure-19391-                -L*)
verbiste-0.1.47/configure:19392:                  dir=`echo "X$x" | sed -e 's/^X-L//'`
verbiste-0.1.47/configure-19393-                  if test -n "$shlibext" && test -f "$dir/lib$name.$shlibext"; then
##############################################
verbiste-0.1.47/configure-19483-              */lib | */lib/)
verbiste-0.1.47/configure:19484:                basedir=`echo "X$found_dir" | sed -e 's,^X,,' -e 's,/lib/*$,,'`
verbiste-0.1.47/configure-19485-                additional_includedir="$basedir/include"
##############################################
verbiste-0.1.47/configure-19531-                  -L*)
verbiste-0.1.47/configure:19532:                    additional_libdir=`echo "X$dep" | sed -e 's/^X-L//'`
verbiste-0.1.47/configure-19533-                                                                                                                                                                if test "X$additional_libdir" != "X/usr/lib"; then
##############################################
verbiste-0.1.47/configure-19588-                  -R*)
verbiste-0.1.47/configure:19589:                    dir=`echo "X$dep" | sed -e 's/^X-R//'`
verbiste-0.1.47/configure-19590-                    if test "$enable_rpath" != no; then
##############################################
verbiste-0.1.47/configure-19613-                  -l*)
verbiste-0.1.47/configure:19614:                                        names_next_round="$names_next_round "`echo "X$dep" | sed -e 's/^X-l//'`
verbiste-0.1.47/configure-19615-                    ;;
verbiste-0.1.47/configure-19616-                  *.la)
verbiste-0.1.47/configure:19617:                                                                                names_next_round="$names_next_round "`echo "X$dep" | sed -e 's,^X.*/,,' -e 's,^lib,,' -e 's,\.la$,,'`
verbiste-0.1.47/configure-19618-                    ;;
##############################################
verbiste-0.1.47/configure-19752-        LTLIBINTL="\${top_builddir}/intl/libintl.a $LTLIBICONV"
verbiste-0.1.47/configure:19753:        LIBS=`echo " $LIBS " | sed -e 's/ -lintl / /' -e 's/^ //' -e 's/ $//'`
verbiste-0.1.47/configure-19754-      fi
##############################################
verbiste-0.1.47/configure-20148-  test $ac_status = 0; }; then
verbiste-0.1.47/configure:20149:  pkg_cv_LIBGNOMEUI_CFLAGS=`$PKG_CONFIG --cflags "libgnomeui-2.0 >= $LIBGNOMEUI_MINVER" 2>/dev/null`
verbiste-0.1.47/configure-20150-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
verbiste-0.1.47/configure-20165-  test $ac_status = 0; }; then
verbiste-0.1.47/configure:20166:  pkg_cv_LIBGNOMEUI_LIBS=`$PKG_CONFIG --libs "libgnomeui-2.0 >= $LIBGNOMEUI_MINVER" 2>/dev/null`
verbiste-0.1.47/configure-20167-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
verbiste-0.1.47/configure-20186-        if test $_pkg_short_errors_supported = yes; then
verbiste-0.1.47/configure:20187:	        LIBGNOMEUI_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "libgnomeui-2.0 >= $LIBGNOMEUI_MINVER" 2>&1`
verbiste-0.1.47/configure-20188-        else
verbiste-0.1.47/configure:20189:	        LIBGNOMEUI_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "libgnomeui-2.0 >= $LIBGNOMEUI_MINVER" 2>&1`
verbiste-0.1.47/configure-20190-        fi
##############################################
verbiste-0.1.47/configure-20257-  test $ac_status = 0; }; then
verbiste-0.1.47/configure:20258:  pkg_cv_LIBPANELAPPLET_CFLAGS=`$PKG_CONFIG --cflags "libpanelapplet-2.0 >= $LIBPANELAPPLET_MINVER" 2>/dev/null`
verbiste-0.1.47/configure-20259-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
verbiste-0.1.47/configure-20274-  test $ac_status = 0; }; then
verbiste-0.1.47/configure:20275:  pkg_cv_LIBPANELAPPLET_LIBS=`$PKG_CONFIG --libs "libpanelapplet-2.0 >= $LIBPANELAPPLET_MINVER" 2>/dev/null`
verbiste-0.1.47/configure-20276-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
verbiste-0.1.47/configure-20295-        if test $_pkg_short_errors_supported = yes; then
verbiste-0.1.47/configure:20296:	        LIBPANELAPPLET_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "libpanelapplet-2.0 >= $LIBPANELAPPLET_MINVER" 2>&1`
verbiste-0.1.47/configure-20297-        else
verbiste-0.1.47/configure:20298:	        LIBPANELAPPLET_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "libpanelapplet-2.0 >= $LIBPANELAPPLET_MINVER" 2>&1`
verbiste-0.1.47/configure-20299-        fi
##############################################
verbiste-0.1.47/configure-20501-  test $ac_status = 0; }; then
verbiste-0.1.47/configure:20502:  pkg_cv_GTK_CFLAGS=`$PKG_CONFIG --cflags "gtk+-2.0 >= $GTK_MINVER" 2>/dev/null`
verbiste-0.1.47/configure-20503-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
verbiste-0.1.47/configure-20518-  test $ac_status = 0; }; then
verbiste-0.1.47/configure:20519:  pkg_cv_GTK_LIBS=`$PKG_CONFIG --libs "gtk+-2.0 >= $GTK_MINVER" 2>/dev/null`
verbiste-0.1.47/configure-20520-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
verbiste-0.1.47/configure-20539-        if test $_pkg_short_errors_supported = yes; then
verbiste-0.1.47/configure:20540:	        GTK_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "gtk+-2.0 >= $GTK_MINVER" 2>&1`
verbiste-0.1.47/configure-20541-        else
verbiste-0.1.47/configure:20542:	        GTK_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "gtk+-2.0 >= $GTK_MINVER" 2>&1`
verbiste-0.1.47/configure-20543-        fi
##############################################
verbiste-0.1.47/configure-20759-'
verbiste-0.1.47/configure:20760:DEFS=`sed -n "$ac_script" confdefs.h`
verbiste-0.1.47/configure-20761-
##############################################
verbiste-0.1.47/configure-20768-  ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
verbiste-0.1.47/configure:20769:  ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
verbiste-0.1.47/configure-20770-  # 2. Prepend LIBOBJDIR.  When used with automake>=1.10 LIBOBJDIR
##############################################
verbiste-0.1.47/configure-20903-if test -z "$BASH_VERSION$ZSH_VERSION" \
verbiste-0.1.47/configure:20904:    && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
verbiste-0.1.47/configure-20905-  as_echo='print -r --'
verbiste-0.1.47/configure-20906-  as_echo_n='print -rn --'
verbiste-0.1.47/configure:20907:elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
verbiste-0.1.47/configure-20908-  as_echo='printf %s\n'
##############################################
verbiste-0.1.47/configure-20910-else
verbiste-0.1.47/configure:20911:  if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
verbiste-0.1.47/configure-20912-    as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
##############################################
verbiste-0.1.47/configure-20920-	expr "X$arg" : "X\\(.*\\)$as_nl";
verbiste-0.1.47/configure:20921:	arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
verbiste-0.1.47/configure-20922-      esac;
##############################################
verbiste-0.1.47/configure-20997-# ----------------------------------------
verbiste-0.1.47/configure:20998:# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
verbiste-0.1.47/configure-20999-# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
##############################################
verbiste-0.1.47/configure-21069-  {
verbiste-0.1.47/configure:21070:    as_val=`expr "$@" || test $? -eq 1`
verbiste-0.1.47/configure-21071-  }
##############################################
verbiste-0.1.47/configure-21173-      case $as_dir in #(
verbiste-0.1.47/configure:21174:      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
verbiste-0.1.47/configure-21175-      *) as_qdir=$as_dir;;
##############################################
verbiste-0.1.47/configure-21299-cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
verbiste-0.1.47/configure:21300:ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
verbiste-0.1.47/configure-21301-ac_cs_version="\\
##############################################
verbiste-0.1.47/configure-21324-  --*=?*)
verbiste-0.1.47/configure:21325:    ac_option=`expr "X$1" : 'X\([^=]*\)='`
verbiste-0.1.47/configure:21326:    ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
verbiste-0.1.47/configure-21327-    ac_shift=:
##############################################
verbiste-0.1.47/configure-21329-  --*=)
verbiste-0.1.47/configure:21330:    ac_option=`expr "X$1" : 'X\([^=]*\)='`
verbiste-0.1.47/configure-21331-    ac_optarg=
##############################################
verbiste-0.1.47/configure-21353-    case $ac_optarg in
verbiste-0.1.47/configure:21354:    *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
verbiste-0.1.47/configure-21355-    '') as_fn_error $? "missing file argument" ;;
##############################################
verbiste-0.1.47/configure-21419-delay_variable_subst='$delay_variable_subst'
verbiste-0.1.47/configure:21420:enable_static='`$ECHO "$enable_static" | $SED "$delay_single_quote_subst"`'
verbiste-0.1.47/configure:21421:macro_version='`$ECHO "$macro_version" | $SED "$delay_single_quote_subst"`'
verbiste-0.1.47/configure:21422:macro_revision='`$ECHO "$macro_revision" | $SED "$delay_single_quote_subst"`'
verbiste-0.1.47/configure:21423:enable_shared='`$ECHO "$enable_shared" | $SED "$delay_single_quote_subst"`'
verbiste-0.1.47/configure:21424:pic_mode='`$ECHO "$pic_mode" | $SED "$delay_single_quote_subst"`'
verbiste-0.1.47/configure:21425:enable_fast_install='`$ECHO "$enable_fast_install" | $SED "$delay_single_quote_subst"`'
verbiste-0.1.47/configure:21426:SHELL='`$ECHO "$SHELL" | $SED "$delay_single_quote_subst"`'
verbiste-0.1.47/configure:21427:ECHO='`$ECHO "$ECHO" | $SED "$delay_single_quote_subst"`'
verbiste-0.1.47/configure:21428:PATH_SEPARATOR='`$ECHO "$PATH_SEPARATOR" | $SED "$delay_single_quote_subst"`'
verbiste-0.1.47/configure:21429:host_alias='`$ECHO "$host_alias" | $SED "$delay_single_quote_subst"`'
verbiste-0.1.47/configure:21430:host='`$ECHO "$host" | $SED "$delay_single_quote_subst"`'
verbiste-0.1.47/configure:21431:host_os='`$ECHO "$host_os" | $SED "$delay_single_quote_subst"`'
verbiste-0.1.47/configure:21432:build_alias='`$ECHO "$build_alias" | $SED "$delay_single_quote_subst"`'
verbiste-0.1.47/configure:21433:build='`$ECHO "$build" | $SED "$delay_single_quote_subst"`'
verbiste-0.1.47/configure:21434:build_os='`$ECHO "$build_os" | $SED "$delay_single_quote_subst"`'
verbiste-0.1.47/configure:21435:SED='`$ECHO "$SED" | $SED "$delay_single_quote_subst"`'
verbiste-0.1.47/configure:21436:Xsed='`$ECHO "$Xsed" | $SED "$delay_single_quote_subst"`'
verbiste-0.1.47/configure:21437:GREP='`$ECHO "$GREP" | $SED "$delay_single_quote_subst"`'
verbiste-0.1.47/configure:21438:EGREP='`$ECHO "$EGREP" | $SED "$delay_single_quote_subst"`'
verbiste-0.1.47/configure:21439:FGREP='`$ECHO "$FGREP" | $SED "$delay_single_quote_subst"`'
verbiste-0.1.47/configure:21440:LD='`$ECHO "$LD" | $SED "$delay_single_quote_subst"`'
verbiste-0.1.47/configure:21441:NM='`$ECHO "$NM" | $SED "$delay_single_quote_subst"`'
verbiste-0.1.47/configure:21442:LN_S='`$ECHO "$LN_S" | $SED "$delay_single_quote_subst"`'
verbiste-0.1.47/configure:21443:max_cmd_len='`$ECHO "$max_cmd_len" | $SED "$delay_single_quote_subst"`'
verbiste-0.1.47/configure:21444:ac_objext='`$ECHO "$ac_objext" | $SED "$delay_single_quote_subst"`'
verbiste-0.1.47/configure:21445:exeext='`$ECHO "$exeext" | $SED "$delay_single_quote_subst"`'
verbiste-0.1.47/configure:21446:lt_unset='`$ECHO "$lt_unset" | $SED "$delay_single_quote_subst"`'
verbiste-0.1.47/configure:21447:lt_SP2NL='`$ECHO "$lt_SP2NL" | $SED "$delay_single_quote_subst"`'
verbiste-0.1.47/configure:21448:lt_NL2SP='`$ECHO "$lt_NL2SP" | $SED "$delay_single_quote_subst"`'
verbiste-0.1.47/configure:21449:lt_cv_to_host_file_cmd='`$ECHO "$lt_cv_to_host_file_cmd" | $SED "$delay_single_quote_subst"`'
verbiste-0.1.47/configure:21450:lt_cv_to_tool_file_cmd='`$ECHO "$lt_cv_to_tool_file_cmd" | $SED "$delay_single_quote_subst"`'
verbiste-0.1.47/configure:21451:reload_flag='`$ECHO "$reload_flag" | $SED "$delay_single_quote_subst"`'
verbiste-0.1.47/configure:21452:reload_cmds='`$ECHO "$reload_cmds" | $SED "$delay_single_quote_subst"`'
verbiste-0.1.47/configure:21453:OBJDUMP='`$ECHO "$OBJDUMP" | $SED "$delay_single_quote_subst"`'
verbiste-0.1.47/configure:21454:deplibs_check_method='`$ECHO "$deplibs_check_method" | $SED "$delay_single_quote_subst"`'
verbiste-0.1.47/configure:21455:file_magic_cmd='`$ECHO "$file_magic_cmd" | $SED "$delay_single_quote_subst"`'
verbiste-0.1.47/configure:21456:file_magic_glob='`$ECHO "$file_magic_glob" | $SED "$delay_single_quote_subst"`'
verbiste-0.1.47/configure:21457:want_nocaseglob='`$ECHO "$want_nocaseglob" | $SED "$delay_single_quote_subst"`'
verbiste-0.1.47/configure:21458:DLLTOOL='`$ECHO "$DLLTOOL" | $SED "$delay_single_quote_subst"`'
verbiste-0.1.47/configure:21459:sharedlib_from_linklib_cmd='`$ECHO "$sharedlib_from_linklib_cmd" | $SED "$delay_single_quote_subst"`'
verbiste-0.1.47/configure:21460:AR='`$ECHO "$AR" | $SED "$delay_single_quote_subst"`'
verbiste-0.1.47/configure:21461:AR_FLAGS='`$ECHO "$AR_FLAGS" | $SED "$delay_single_quote_subst"`'
verbiste-0.1.47/configure:21462:archiver_list_spec='`$ECHO "$archiver_list_spec" | $SED "$delay_single_quote_subst"`'
verbiste-0.1.47/configure:21463:STRIP='`$ECHO "$STRIP" | $SED "$delay_single_quote_subst"`'
verbiste-0.1.47/configure:21464:RANLIB='`$ECHO "$RANLIB" | $SED "$delay_single_quote_subst"`'
verbiste-0.1.47/configure:21465:old_postinstall_cmds='`$ECHO "$old_postinstall_cmds" | $SED "$delay_single_quote_subst"`'
verbiste-0.1.47/configure:21466:old_postuninstall_cmds='`$ECHO "$old_postuninstall_cmds" | $SED "$delay_single_quote_subst"`'
verbiste-0.1.47/configure:21467:old_archive_cmds='`$ECHO "$old_archive_cmds" | $SED "$delay_single_quote_subst"`'
verbiste-0.1.47/configure:21468:lock_old_archive_extraction='`$ECHO "$lock_old_archive_extraction" | $SED "$delay_single_quote_subst"`'
verbiste-0.1.47/configure:21469:CC='`$ECHO "$CC" | $SED "$delay_single_quote_subst"`'
verbiste-0.1.47/configure:21470:CFLAGS='`$ECHO "$CFLAGS" | $SED "$delay_single_quote_subst"`'
verbiste-0.1.47/configure:21471:compiler='`$ECHO "$compiler" | $SED "$delay_single_quote_subst"`'
verbiste-0.1.47/configure:21472:GCC='`$ECHO "$GCC" | $SED "$delay_single_quote_subst"`'
verbiste-0.1.47/configure:21473:lt_cv_sys_global_symbol_pipe='`$ECHO "$lt_cv_sys_global_symbol_pipe" | $SED "$delay_single_quote_subst"`'
verbiste-0.1.47/configure:21474:lt_cv_sys_global_symbol_to_cdecl='`$ECHO "$lt_cv_sys_global_symbol_to_cdecl" | $SED "$delay_single_quote_subst"`'
verbiste-0.1.47/configure:21475:lt_cv_sys_global_symbol_to_c_name_address='`$ECHO "$lt_cv_sys_global_symbol_to_c_name_address" | $SED "$delay_single_quote_subst"`'
verbiste-0.1.47/configure:21476: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"`'
verbiste-0.1.47/configure:21477:nm_file_list_spec='`$ECHO "$nm_file_list_spec" | $SED "$delay_single_quote_subst"`'
verbiste-0.1.47/configure:21478:lt_sysroot='`$ECHO "$lt_sysroot" | $SED "$delay_single_quote_subst"`'
verbiste-0.1.47/configure:21479:objdir='`$ECHO "$objdir" | $SED "$delay_single_quote_subst"`'
verbiste-0.1.47/configure:21480:MAGIC_CMD='`$ECHO "$MAGIC_CMD" | $SED "$delay_single_quote_subst"`'
verbiste-0.1.47/configure:21481:lt_prog_compiler_no_builtin_flag='`$ECHO "$lt_prog_compiler_no_builtin_flag" | $SED "$delay_single_quote_subst"`'
verbiste-0.1.47/configure:21482:lt_prog_compiler_pic='`$ECHO "$lt_prog_compiler_pic" | $SED "$delay_single_quote_subst"`'
verbiste-0.1.47/configure:21483:lt_prog_compiler_wl='`$ECHO "$lt_prog_compiler_wl" | $SED "$delay_single_quote_subst"`'
verbiste-0.1.47/configure:21484:lt_prog_compiler_static='`$ECHO "$lt_prog_compiler_static" | $SED "$delay_single_quote_subst"`'
verbiste-0.1.47/configure:21485:lt_cv_prog_compiler_c_o='`$ECHO "$lt_cv_prog_compiler_c_o" | $SED "$delay_single_quote_subst"`'
verbiste-0.1.47/configure:21486:need_locks='`$ECHO "$need_locks" | $SED "$delay_single_quote_subst"`'
verbiste-0.1.47/configure:21487:MANIFEST_TOOL='`$ECHO "$MANIFEST_TOOL" | $SED "$delay_single_quote_subst"`'
verbiste-0.1.47/configure:21488:DSYMUTIL='`$ECHO "$DSYMUTIL" | $SED "$delay_single_quote_subst"`'
verbiste-0.1.47/configure:21489:NMEDIT='`$ECHO "$NMEDIT" | $SED "$delay_single_quote_subst"`'
verbiste-0.1.47/configure:21490:LIPO='`$ECHO "$LIPO" | $SED "$delay_single_quote_subst"`'
verbiste-0.1.47/configure:21491:OTOOL='`$ECHO "$OTOOL" | $SED "$delay_single_quote_subst"`'
verbiste-0.1.47/configure:21492:OTOOL64='`$ECHO "$OTOOL64" | $SED "$delay_single_quote_subst"`'
verbiste-0.1.47/configure:21493:libext='`$ECHO "$libext" | $SED "$delay_single_quote_subst"`'
verbiste-0.1.47/configure:21494:shrext_cmds='`$ECHO "$shrext_cmds" | $SED "$delay_single_quote_subst"`'
verbiste-0.1.47/configure:21495:extract_expsyms_cmds='`$ECHO "$extract_expsyms_cmds" | $SED "$delay_single_quote_subst"`'
verbiste-0.1.47/configure:21496:archive_cmds_need_lc='`$ECHO "$archive_cmds_need_lc" | $SED "$delay_single_quote_subst"`'
verbiste-0.1.47/configure:21497:enable_shared_with_static_runtimes='`$ECHO "$enable_shared_with_static_runtimes" | $SED "$delay_single_quote_subst"`'
verbiste-0.1.47/configure:21498:export_dynamic_flag_spec='`$ECHO "$export_dynamic_flag_spec" | $SED "$delay_single_quote_subst"`'
verbiste-0.1.47/configure:21499:whole_archive_flag_spec='`$ECHO "$whole_archive_flag_spec" | $SED "$delay_single_quote_subst"`'
verbiste-0.1.47/configure:21500:compiler_needs_object='`$ECHO "$compiler_needs_object" | $SED "$delay_single_quote_subst"`'
verbiste-0.1.47/configure:21501:old_archive_from_new_cmds='`$ECHO "$old_archive_from_new_cmds" | $SED "$delay_single_quote_subst"`'
verbiste-0.1.47/configure:21502:old_archive_from_expsyms_cmds='`$ECHO "$old_archive_from_expsyms_cmds" | $SED "$delay_single_quote_subst"`'
verbiste-0.1.47/configure:21503:archive_cmds='`$ECHO "$archive_cmds" | $SED "$delay_single_quote_subst"`'
verbiste-0.1.47/configure:21504:archive_expsym_cmds='`$ECHO "$archive_expsym_cmds" | $SED "$delay_single_quote_subst"`'
verbiste-0.1.47/configure:21505:module_cmds='`$ECHO "$module_cmds" | $SED "$delay_single_quote_subst"`'
verbiste-0.1.47/configure:21506:module_expsym_cmds='`$ECHO "$module_expsym_cmds" | $SED "$delay_single_quote_subst"`'
verbiste-0.1.47/configure:21507:with_gnu_ld='`$ECHO "$with_gnu_ld" | $SED "$delay_single_quote_subst"`'
verbiste-0.1.47/configure:21508:allow_undefined_flag='`$ECHO "$allow_undefined_flag" | $SED "$delay_single_quote_subst"`'
verbiste-0.1.47/configure:21509:no_undefined_flag='`$ECHO "$no_undefined_flag" | $SED "$delay_single_quote_subst"`'
verbiste-0.1.47/configure:21510:hardcode_libdir_flag_spec='`$ECHO "$hardcode_libdir_flag_spec" | $SED "$delay_single_quote_subst"`'
verbiste-0.1.47/configure:21511:hardcode_libdir_separator='`$ECHO "$hardcode_libdir_separator" | $SED "$delay_single_quote_subst"`'
verbiste-0.1.47/configure:21512:hardcode_direct='`$ECHO "$hardcode_direct" | $SED "$delay_single_quote_subst"`'
verbiste-0.1.47/configure:21513:hardcode_direct_absolute='`$ECHO "$hardcode_direct_absolute" | $SED "$delay_single_quote_subst"`'
verbiste-0.1.47/configure:21514:hardcode_minus_L='`$ECHO "$hardcode_minus_L" | $SED "$delay_single_quote_subst"`'
verbiste-0.1.47/configure:21515:hardcode_shlibpath_var='`$ECHO "$hardcode_shlibpath_var" | $SED "$delay_single_quote_subst"`'
verbiste-0.1.47/configure:21516:hardcode_automatic='`$ECHO "$hardcode_automatic" | $SED "$delay_single_quote_subst"`'
verbiste-0.1.47/configure:21517:inherit_rpath='`$ECHO "$inherit_rpath" | $SED "$delay_single_quote_subst"`'
verbiste-0.1.47/configure:21518:link_all_deplibs='`$ECHO "$link_all_deplibs" | $SED "$delay_single_quote_subst"`'
verbiste-0.1.47/configure:21519:always_export_symbols='`$ECHO "$always_export_symbols" | $SED "$delay_single_quote_subst"`'
verbiste-0.1.47/configure:21520:export_symbols_cmds='`$ECHO "$export_symbols_cmds" | $SED "$delay_single_quote_subst"`'
verbiste-0.1.47/configure:21521:exclude_expsyms='`$ECHO "$exclude_expsyms" | $SED "$delay_single_quote_subst"`'
verbiste-0.1.47/configure:21522:include_expsyms='`$ECHO "$include_expsyms" | $SED "$delay_single_quote_subst"`'
verbiste-0.1.47/configure:21523:prelink_cmds='`$ECHO "$prelink_cmds" | $SED "$delay_single_quote_subst"`'
verbiste-0.1.47/configure:21524:postlink_cmds='`$ECHO "$postlink_cmds" | $SED "$delay_single_quote_subst"`'
verbiste-0.1.47/configure:21525:file_list_spec='`$ECHO "$file_list_spec" | $SED "$delay_single_quote_subst"`'
verbiste-0.1.47/configure:21526:variables_saved_for_relink='`$ECHO "$variables_saved_for_relink" | $SED "$delay_single_quote_subst"`'
verbiste-0.1.47/configure:21527:need_lib_prefix='`$ECHO "$need_lib_prefix" | $SED "$delay_single_quote_subst"`'
verbiste-0.1.47/configure:21528:need_version='`$ECHO "$need_version" | $SED "$delay_single_quote_subst"`'
verbiste-0.1.47/configure:21529:version_type='`$ECHO "$version_type" | $SED "$delay_single_quote_subst"`'
verbiste-0.1.47/configure:21530:runpath_var='`$ECHO "$runpath_var" | $SED "$delay_single_quote_subst"`'
verbiste-0.1.47/configure:21531:shlibpath_var='`$ECHO "$shlibpath_var" | $SED "$delay_single_quote_subst"`'
verbiste-0.1.47/configure:21532:shlibpath_overrides_runpath='`$ECHO "$shlibpath_overrides_runpath" | $SED "$delay_single_quote_subst"`'
verbiste-0.1.47/configure:21533:libname_spec='`$ECHO "$libname_spec" | $SED "$delay_single_quote_subst"`'
verbiste-0.1.47/configure:21534:library_names_spec='`$ECHO "$library_names_spec" | $SED "$delay_single_quote_subst"`'
verbiste-0.1.47/configure:21535:soname_spec='`$ECHO "$soname_spec" | $SED "$delay_single_quote_subst"`'
verbiste-0.1.47/configure:21536:install_override_mode='`$ECHO "$install_override_mode" | $SED "$delay_single_quote_subst"`'
verbiste-0.1.47/configure:21537:postinstall_cmds='`$ECHO "$postinstall_cmds" | $SED "$delay_single_quote_subst"`'
verbiste-0.1.47/configure:21538:postuninstall_cmds='`$ECHO "$postuninstall_cmds" | $SED "$delay_single_quote_subst"`'
verbiste-0.1.47/configure:21539:finish_cmds='`$ECHO "$finish_cmds" | $SED "$delay_single_quote_subst"`'
verbiste-0.1.47/configure:21540:finish_eval='`$ECHO "$finish_eval" | $SED "$delay_single_quote_subst"`'
verbiste-0.1.47/configure:21541:hardcode_into_libs='`$ECHO "$hardcode_into_libs" | $SED "$delay_single_quote_subst"`'
verbiste-0.1.47/configure:21542:sys_lib_search_path_spec='`$ECHO "$sys_lib_search_path_spec" | $SED "$delay_single_quote_subst"`'
verbiste-0.1.47/configure:21543:sys_lib_dlsearch_path_spec='`$ECHO "$sys_lib_dlsearch_path_spec" | $SED "$delay_single_quote_subst"`'
verbiste-0.1.47/configure:21544:hardcode_action='`$ECHO "$hardcode_action" | $SED "$delay_single_quote_subst"`'
verbiste-0.1.47/configure:21545:enable_dlopen='`$ECHO "$enable_dlopen" | $SED "$delay_single_quote_subst"`'
verbiste-0.1.47/configure:21546:enable_dlopen_self='`$ECHO "$enable_dlopen_self" | $SED "$delay_single_quote_subst"`'
verbiste-0.1.47/configure:21547:enable_dlopen_self_static='`$ECHO "$enable_dlopen_self_static" | $SED "$delay_single_quote_subst"`'
verbiste-0.1.47/configure:21548:old_striplib='`$ECHO "$old_striplib" | $SED "$delay_single_quote_subst"`'
verbiste-0.1.47/configure:21549:striplib='`$ECHO "$striplib" | $SED "$delay_single_quote_subst"`'
verbiste-0.1.47/configure:21550:compiler_lib_search_dirs='`$ECHO "$compiler_lib_search_dirs" | $SED "$delay_single_quote_subst"`'
verbiste-0.1.47/configure:21551:predep_objects='`$ECHO "$predep_objects" | $SED "$delay_single_quote_subst"`'
verbiste-0.1.47/configure:21552:postdep_objects='`$ECHO "$postdep_objects" | $SED "$delay_single_quote_subst"`'
verbiste-0.1.47/configure:21553:predeps='`$ECHO "$predeps" | $SED "$delay_single_quote_subst"`'
verbiste-0.1.47/configure:21554:postdeps='`$ECHO "$postdeps" | $SED "$delay_single_quote_subst"`'
verbiste-0.1.47/configure:21555:compiler_lib_search_path='`$ECHO "$compiler_lib_search_path" | $SED "$delay_single_quote_subst"`'
verbiste-0.1.47/configure:21556:LD_CXX='`$ECHO "$LD_CXX" | $SED "$delay_single_quote_subst"`'
verbiste-0.1.47/configure:21557:reload_flag_CXX='`$ECHO "$reload_flag_CXX" | $SED "$delay_single_quote_subst"`'
verbiste-0.1.47/configure:21558:reload_cmds_CXX='`$ECHO "$reload_cmds_CXX" | $SED "$delay_single_quote_subst"`'
verbiste-0.1.47/configure:21559:old_archive_cmds_CXX='`$ECHO "$old_archive_cmds_CXX" | $SED "$delay_single_quote_subst"`'
verbiste-0.1.47/configure:21560:compiler_CXX='`$ECHO "$compiler_CXX" | $SED "$delay_single_quote_subst"`'
verbiste-0.1.47/configure:21561:GCC_CXX='`$ECHO "$GCC_CXX" | $SED "$delay_single_quote_subst"`'
verbiste-0.1.47/configure:21562:lt_prog_compiler_no_builtin_flag_CXX='`$ECHO "$lt_prog_compiler_no_builtin_flag_CXX" | $SED "$delay_single_quote_subst"`'
verbiste-0.1.47/configure:21563:lt_prog_compiler_pic_CXX='`$ECHO "$lt_prog_compiler_pic_CXX" | $SED "$delay_single_quote_subst"`'
verbiste-0.1.47/configure:21564:lt_prog_compiler_wl_CXX='`$ECHO "$lt_prog_compiler_wl_CXX" | $SED "$delay_single_quote_subst"`'
verbiste-0.1.47/configure:21565:lt_prog_compiler_static_CXX='`$ECHO "$lt_prog_compiler_static_CXX" | $SED "$delay_single_quote_subst"`'
verbiste-0.1.47/configure:21566:lt_cv_prog_compiler_c_o_CXX='`$ECHO "$lt_cv_prog_compiler_c_o_CXX" | $SED "$delay_single_quote_subst"`'
verbiste-0.1.47/configure:21567:archive_cmds_need_lc_CXX='`$ECHO "$archive_cmds_need_lc_CXX" | $SED "$delay_single_quote_subst"`'
verbiste-0.1.47/configure:21568:enable_shared_with_static_runtimes_CXX='`$ECHO "$enable_shared_with_static_runtimes_CXX" | $SED "$delay_single_quote_subst"`'
verbiste-0.1.47/configure:21569:export_dynamic_flag_spec_CXX='`$ECHO "$export_dynamic_flag_spec_CXX" | $SED "$delay_single_quote_subst"`'
verbiste-0.1.47/configure:21570:whole_archive_flag_spec_CXX='`$ECHO "$whole_archive_flag_spec_CXX" | $SED "$delay_single_quote_subst"`'
verbiste-0.1.47/configure:21571:compiler_needs_object_CXX='`$ECHO "$compiler_needs_object_CXX" | $SED "$delay_single_quote_subst"`'
verbiste-0.1.47/configure:21572:old_archive_from_new_cmds_CXX='`$ECHO "$old_archive_from_new_cmds_CXX" | $SED "$delay_single_quote_subst"`'
verbiste-0.1.47/configure:21573:old_archive_from_expsyms_cmds_CXX='`$ECHO "$old_archive_from_expsyms_cmds_CXX" | $SED "$delay_single_quote_subst"`'
verbiste-0.1.47/configure:21574:archive_cmds_CXX='`$ECHO "$archive_cmds_CXX" | $SED "$delay_single_quote_subst"`'
verbiste-0.1.47/configure:21575:archive_expsym_cmds_CXX='`$ECHO "$archive_expsym_cmds_CXX" | $SED "$delay_single_quote_subst"`'
verbiste-0.1.47/configure:21576:module_cmds_CXX='`$ECHO "$module_cmds_CXX" | $SED "$delay_single_quote_subst"`'
verbiste-0.1.47/configure:21577:module_expsym_cmds_CXX='`$ECHO "$module_expsym_cmds_CXX" | $SED "$delay_single_quote_subst"`'
verbiste-0.1.47/configure:21578:with_gnu_ld_CXX='`$ECHO "$with_gnu_ld_CXX" | $SED "$delay_single_quote_subst"`'
verbiste-0.1.47/configure:21579:allow_undefined_flag_CXX='`$ECHO "$allow_undefined_flag_CXX" | $SED "$delay_single_quote_subst"`'
verbiste-0.1.47/configure:21580:no_undefined_flag_CXX='`$ECHO "$no_undefined_flag_CXX" | $SED "$delay_single_quote_subst"`'
verbiste-0.1.47/configure:21581:hardcode_libdir_flag_spec_CXX='`$ECHO "$hardcode_libdir_flag_spec_CXX" | $SED "$delay_single_quote_subst"`'
verbiste-0.1.47/configure:21582:hardcode_libdir_separator_CXX='`$ECHO "$hardcode_libdir_separator_CXX" | $SED "$delay_single_quote_subst"`'
verbiste-0.1.47/configure:21583:hardcode_direct_CXX='`$ECHO "$hardcode_direct_CXX" | $SED "$delay_single_quote_subst"`'
verbiste-0.1.47/configure:21584:hardcode_direct_absolute_CXX='`$ECHO "$hardcode_direct_absolute_CXX" | $SED "$delay_single_quote_subst"`'
verbiste-0.1.47/configure:21585:hardcode_minus_L_CXX='`$ECHO "$hardcode_minus_L_CXX" | $SED "$delay_single_quote_subst"`'
verbiste-0.1.47/configure:21586:hardcode_shlibpath_var_CXX='`$ECHO "$hardcode_shlibpath_var_CXX" | $SED "$delay_single_quote_subst"`'
verbiste-0.1.47/configure:21587:hardcode_automatic_CXX='`$ECHO "$hardcode_automatic_CXX" | $SED "$delay_single_quote_subst"`'
verbiste-0.1.47/configure:21588:inherit_rpath_CXX='`$ECHO "$inherit_rpath_CXX" | $SED "$delay_single_quote_subst"`'
verbiste-0.1.47/configure:21589:link_all_deplibs_CXX='`$ECHO "$link_all_deplibs_CXX" | $SED "$delay_single_quote_subst"`'
verbiste-0.1.47/configure:21590:always_export_symbols_CXX='`$ECHO "$always_export_symbols_CXX" | $SED "$delay_single_quote_subst"`'
verbiste-0.1.47/configure:21591:export_symbols_cmds_CXX='`$ECHO "$export_symbols_cmds_CXX" | $SED "$delay_single_quote_subst"`'
verbiste-0.1.47/configure:21592:exclude_expsyms_CXX='`$ECHO "$exclude_expsyms_CXX" | $SED "$delay_single_quote_subst"`'
verbiste-0.1.47/configure:21593:include_expsyms_CXX='`$ECHO "$include_expsyms_CXX" | $SED "$delay_single_quote_subst"`'
verbiste-0.1.47/configure:21594:prelink_cmds_CXX='`$ECHO "$prelink_cmds_CXX" | $SED "$delay_single_quote_subst"`'
verbiste-0.1.47/configure:21595:postlink_cmds_CXX='`$ECHO "$postlink_cmds_CXX" | $SED "$delay_single_quote_subst"`'
verbiste-0.1.47/configure:21596:file_list_spec_CXX='`$ECHO "$file_list_spec_CXX" | $SED "$delay_single_quote_subst"`'
verbiste-0.1.47/configure:21597:hardcode_action_CXX='`$ECHO "$hardcode_action_CXX" | $SED "$delay_single_quote_subst"`'
verbiste-0.1.47/configure:21598:compiler_lib_search_dirs_CXX='`$ECHO "$compiler_lib_search_dirs_CXX" | $SED "$delay_single_quote_subst"`'
verbiste-0.1.47/configure:21599:predep_objects_CXX='`$ECHO "$predep_objects_CXX" | $SED "$delay_single_quote_subst"`'
verbiste-0.1.47/configure:21600:postdep_objects_CXX='`$ECHO "$postdep_objects_CXX" | $SED "$delay_single_quote_subst"`'
verbiste-0.1.47/configure:21601:predeps_CXX='`$ECHO "$predeps_CXX" | $SED "$delay_single_quote_subst"`'
verbiste-0.1.47/configure:21602:postdeps_CXX='`$ECHO "$postdeps_CXX" | $SED "$delay_single_quote_subst"`'
verbiste-0.1.47/configure:21603:compiler_lib_search_path_CXX='`$ECHO "$compiler_lib_search_path_CXX" | $SED "$delay_single_quote_subst"`'
verbiste-0.1.47/configure-21604-
##############################################
verbiste-0.1.47/configure-21713-compiler_lib_search_path_CXX; do
verbiste-0.1.47/configure:21714:    case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
verbiste-0.1.47/configure-21715-    *[\\\\\\\`\\"\\\$]*)
verbiste-0.1.47/configure:21716:      eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED \\"\\\$sed_quote_subst\\"\\\`\\\\\\""
verbiste-0.1.47/configure-21717-      ;;
##############################################
verbiste-0.1.47/configure-21754-postlink_cmds_CXX; do
verbiste-0.1.47/configure:21755:    case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
verbiste-0.1.47/configure-21756-    *[\\\\\\\`\\"\\\$]*)
verbiste-0.1.47/configure:21757:      eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED -e \\"\\\$double_quote_subst\\" -e \\"\\\$sed_quote_subst\\" -e \\"\\\$delay_variable_subst\\"\\\`\\\\\\""
verbiste-0.1.47/configure-21758-      ;;
##############################################
verbiste-0.1.47/configure-21880-fi
verbiste-0.1.47/configure:21881:ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
verbiste-0.1.47/configure-21882-if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
##############################################
verbiste-0.1.47/configure-21897-  as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
verbiste-0.1.47/configure:21898:ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'`
verbiste-0.1.47/configure-21899-ac_delim='%!_!# '
##############################################
verbiste-0.1.47/configure-21903-
verbiste-0.1.47/configure:21904:  ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
verbiste-0.1.47/configure-21905-  if test $ac_delim_n = $ac_delim_num; then
##############################################
verbiste-0.1.47/configure-22065-      esac
verbiste-0.1.47/configure:22066:      case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
verbiste-0.1.47/configure-22067-      as_fn_append ac_file_inputs " '$ac_f'"
##############################################
verbiste-0.1.47/configure-22124-*)
verbiste-0.1.47/configure:22125:  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
verbiste-0.1.47/configure-22126-  # A ".." for each directory in $ac_dir_suffix.
verbiste-0.1.47/configure:22127:  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
verbiste-0.1.47/configure-22128-  case $ac_top_builddir_sub in
##############################################
verbiste-0.1.47/configure-22185-/@mandir@/p'
verbiste-0.1.47/configure:22186:case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
verbiste-0.1.47/configure-22187-*datarootdir*) ac_datarootdir_seen=yes;;
##############################################
verbiste-0.1.47/configure-22202-
verbiste-0.1.47/configure:22203:# Neutralize VPATH when `$srcdir' = `.'.
verbiste-0.1.47/configure-22204-# Shell code in configure.ac might set extrasub.
##############################################
verbiste-0.1.47/configure-22230-test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
verbiste-0.1.47/configure:22231:  { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } &&
verbiste-0.1.47/configure-22232-  { ac_out=`sed -n '/^[	 ]*datarootdir[	 ]*:*=/p' \
##############################################
verbiste-0.1.47/configure-22266-    # Strip MF so we end up with the name of the file.
verbiste-0.1.47/configure:22267:    mf=`echo "$mf" | sed -e 's/:.*$//'`
verbiste-0.1.47/configure-22268-    # Check whether this is an Automake generated Makefile or not.
##############################################
verbiste-0.1.47/configure-22303-    # from the Makefile without running 'make'.
verbiste-0.1.47/configure:22304:    DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
verbiste-0.1.47/configure-22305-    test -z "$DEPDIR" && continue
verbiste-0.1.47/configure:22306:    am__include=`sed -n 's/^am__include = //p' < "$mf"`
verbiste-0.1.47/configure-22307-    test -z "$am__include" && continue
verbiste-0.1.47/configure:22308:    am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
verbiste-0.1.47/configure-22309-    # Find all dependency output files, they are included files with
##############################################
verbiste-0.1.47/configure-22362-
verbiste-0.1.47/configure:22363:# `$ECHO "$ofile" | sed 's%^.*/%%'` - Provide generalized library-building support services.
verbiste-0.1.47/configure-22364-# Generated automatically by $as_me ($PACKAGE$TIMESTAMP) $VERSION
##############################################
verbiste-0.1.47/configure-23148-      case "$ac_file" in
verbiste-0.1.47/configure:23149:        *:*) ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;;
verbiste-0.1.47/configure-23150-      esac
##############################################
verbiste-0.1.47/configure-23153-        # Adjust a relative srcdir.
verbiste-0.1.47/configure:23154:        ac_dir=`echo "$ac_file"|sed 's%/[^/][^/]*$%%'`
verbiste-0.1.47/configure:23155:        ac_dir_suffix="/`echo "$ac_dir"|sed 's%^\./%%'`"
verbiste-0.1.47/configure:23156:        ac_dots=`echo "$ac_dir_suffix"|sed 's%/[^/]*%../%g'`
verbiste-0.1.47/configure-23157-        # In autoconf-2.13 it is called $ac_given_srcdir.
##############################################
verbiste-0.1.47/configure-23160-        case "$ac_given_srcdir" in
verbiste-0.1.47/configure:23161:          .)  top_srcdir=`echo $ac_dots|sed 's%/$%%'` ;;
verbiste-0.1.47/configure-23162-          /*) top_srcdir="$ac_given_srcdir" ;;
##############################################
verbiste-0.1.47/configure-23180-            fi
verbiste-0.1.47/configure:23181:            ALL_LINGUAS_=`sed -e "/^#/d" -e "s/#.*//" "$ac_given_srcdir/$ac_dir/LINGUAS"`
verbiste-0.1.47/configure-23182-            # Hide the ALL_LINGUAS assigment from automake.
##############################################
verbiste-0.1.47/missing-129-       # Could not run --version or --help.  This is probably someone
verbiste-0.1.47/missing:130:       # running `$TOOL --version' or `$TOOL --help' to check whether
verbiste-0.1.47/missing-131-       # $TOOL exists and not knowing $TOOL uses missing.
##############################################
verbiste-0.1.47/missing-163-         from any GNU archive site."
verbiste-0.1.47/missing:164:    files=`sed -n 's/^[ ]*A[CM]_CONFIG_HEADER(\([^)]*\)).*/\1/p' ${configure_ac}`
verbiste-0.1.47/missing-165-    test -z "$files" && files="config.h"
##############################################
verbiste-0.1.47/missing-192-         proper tools for further handling them.
verbiste-0.1.47/missing:193:         You can get \`$1' as part of \`Autoconf' from any GNU
verbiste-0.1.47/missing-194-         archive site."
verbiste-0.1.47/missing-195-
verbiste-0.1.47/missing:196:    file=`echo "$*" | sed -n "$sed_output"`
verbiste-0.1.47/missing:197:    test -z "$file" && file=`echo "$*" | sed -n "$sed_minuso"`
verbiste-0.1.47/missing-198-    if test -f "$file"; then
##############################################
verbiste-0.1.47/missing-221-	*.y)
verbiste-0.1.47/missing:222:	    SRCFILE=`echo "$LASTARG" | sed 's/y$/c/'`
verbiste-0.1.47/missing-223-	    if test -f "$SRCFILE"; then
##############################################
verbiste-0.1.47/missing-225-	    fi
verbiste-0.1.47/missing:226:	    SRCFILE=`echo "$LASTARG" | sed 's/y$/h/'`
verbiste-0.1.47/missing-227-	    if test -f "$SRCFILE"; then
##############################################
verbiste-0.1.47/missing-251-	*.l)
verbiste-0.1.47/missing:252:	    SRCFILE=`echo "$LASTARG" | sed 's/l$/c/'`
verbiste-0.1.47/missing-253-	    if test -f "$SRCFILE"; then
##############################################
verbiste-0.1.47/missing-270-
verbiste-0.1.47/missing:271:    file=`echo "$*" | sed -n "$sed_output"`
verbiste-0.1.47/missing:272:    test -z "$file" && file=`echo "$*" | sed -n "$sed_minuso"`
verbiste-0.1.47/missing-273-    if test -f "$file"; then
##############################################
verbiste-0.1.47/missing-290-    # The file to touch is that specified with -o ...
verbiste-0.1.47/missing:291:    file=`echo "$*" | sed -n "$sed_output"`
verbiste-0.1.47/missing:292:    test -z "$file" && file=`echo "$*" | sed -n "$sed_minuso"`
verbiste-0.1.47/missing-293-    if test -z "$file"; then
verbiste-0.1.47/missing-294-      # ... or it is the one specified with @setfilename ...
verbiste-0.1.47/missing:295:      infile=`echo "$*" | sed 's/.* \([^ ]*\) *$/\1/'`
verbiste-0.1.47/missing-296-      file=`sed -n '
##############################################
verbiste-0.1.47/missing-302-      # ... or it is derived from the source name (dir/f.texi becomes f.info)
verbiste-0.1.47/missing:303:      test -z "$file" && file=`echo "$infile" | sed 's,.*/,,;s,.[^.]*$,,'`.info
verbiste-0.1.47/missing-304-    fi