===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
freecontact-1.0.21/m4/ax_boost_base.m4-75-    boost_lib_version_req=ifelse([$1], ,1.20.0,$1)
freecontact-1.0.21/m4/ax_boost_base.m4:76:    boost_lib_version_req_shorten=`expr $boost_lib_version_req : '\([[0-9]]*\.[[0-9]]*\)'`
freecontact-1.0.21/m4/ax_boost_base.m4:77:    boost_lib_version_req_major=`expr $boost_lib_version_req : '\([[0-9]]*\)'`
freecontact-1.0.21/m4/ax_boost_base.m4:78:    boost_lib_version_req_minor=`expr $boost_lib_version_req : '[[0-9]]*\.\([[0-9]]*\)'`
freecontact-1.0.21/m4/ax_boost_base.m4:79:    boost_lib_version_req_sub_minor=`expr $boost_lib_version_req : '[[0-9]]*\.[[0-9]]*\.\([[0-9]]*\)'`
freecontact-1.0.21/m4/ax_boost_base.m4-80-    if test "x$boost_lib_version_req_sub_minor" = "x" ; then
##############################################
freecontact-1.0.21/m4/ax_boost_base.m4-82-        fi
freecontact-1.0.21/m4/ax_boost_base.m4:83:    WANT_BOOST_VERSION=`expr $boost_lib_version_req_major \* 100000 \+  $boost_lib_version_req_minor \* 100 \+ $boost_lib_version_req_sub_minor`
freecontact-1.0.21/m4/ax_boost_base.m4-84-    AC_MSG_CHECKING(for boostlib >= $boost_lib_version_req)
##############################################
freecontact-1.0.21/m4/ax_boost_base.m4-161-            if test -d "$ac_boost_path" && test -r "$ac_boost_path"; then
freecontact-1.0.21/m4/ax_boost_base.m4:162:                for i in `ls -d $ac_boost_path/include/boost-* 2>/dev/null`; do
freecontact-1.0.21/m4/ax_boost_base.m4:163:                    _version_tmp=`echo $i | sed "s#$ac_boost_path##" | sed 's/\/include\/boost-//' | sed 's/_/./'`
freecontact-1.0.21/m4/ax_boost_base.m4:164:                    V_CHECK=`expr $_version_tmp \> $_version`
freecontact-1.0.21/m4/ax_boost_base.m4-165-                    if test "$V_CHECK" = "1" ; then
##############################################
freecontact-1.0.21/m4/ax_boost_base.m4-167-                    fi
freecontact-1.0.21/m4/ax_boost_base.m4:168:                    VERSION_UNDERSCORE=`echo $_version | sed 's/\./_/'`
freecontact-1.0.21/m4/ax_boost_base.m4-169-                    BOOST_CPPFLAGS="-I$ac_boost_path/include/boost-$VERSION_UNDERSCORE"
##############################################
freecontact-1.0.21/m4/ax_boost_base.m4-175-                    if test -d "$ac_boost_path" && test -r "$ac_boost_path"; then
freecontact-1.0.21/m4/ax_boost_base.m4:176:                        for i in `ls -d $ac_boost_path/include/boost-* 2>/dev/null`; do
freecontact-1.0.21/m4/ax_boost_base.m4:177:                            _version_tmp=`echo $i | sed "s#$ac_boost_path##" | sed 's/\/include\/boost-//' | sed 's/_/./'`
freecontact-1.0.21/m4/ax_boost_base.m4:178:                            V_CHECK=`expr $_version_tmp \> $_version`
freecontact-1.0.21/m4/ax_boost_base.m4-179-                            if test "$V_CHECK" = "1" ; then
##############################################
freecontact-1.0.21/m4/ax_boost_base.m4-186-
freecontact-1.0.21/m4/ax_boost_base.m4:187:                VERSION_UNDERSCORE=`echo $_version | sed 's/\./_/'`
freecontact-1.0.21/m4/ax_boost_base.m4-188-                BOOST_CPPFLAGS="-I$best_path/include/boost-$VERSION_UNDERSCORE"
##############################################
freecontact-1.0.21/m4/ax_boost_base.m4-201-                if test -d "$BOOST_ROOT" && test -r "$BOOST_ROOT" && test -d "$BOOST_ROOT/stage/$libsubdir" && test -r "$BOOST_ROOT/stage/$libsubdir"; then
freecontact-1.0.21/m4/ax_boost_base.m4:202:                    version_dir=`expr //$BOOST_ROOT : '.*/\(.*\)'`
freecontact-1.0.21/m4/ax_boost_base.m4:203:                    stage_version=`echo $version_dir | sed 's/boost_//' | sed 's/_/./g'`
freecontact-1.0.21/m4/ax_boost_base.m4:204:                        stage_version_shorten=`expr $stage_version : '\([[0-9]]*\.[[0-9]]*\)'`
freecontact-1.0.21/m4/ax_boost_base.m4:205:                    V_CHECK=`expr $stage_version_shorten \>\= $_version`
freecontact-1.0.21/m4/ax_boost_base.m4-206-                    if test "$V_CHECK" = "1" -a "$ac_boost_lib_path" = "" ; then
##############################################
freecontact-1.0.21/m4/ax_boost_program_options.m4-74-				AC_DEFINE(HAVE_BOOST_PROGRAM_OPTIONS,,[define if the Boost::PROGRAM_OPTIONS library is available])
freecontact-1.0.21/m4/ax_boost_program_options.m4:75:                  BOOSTLIBDIR=`echo $BOOST_LDFLAGS | sed -e 's/@<:@^\/@:>@*//'`
freecontact-1.0.21/m4/ax_boost_program_options.m4-76-                if test "x$ax_boost_user_program_options_lib" = "x"; then
freecontact-1.0.21/m4/ax_boost_program_options.m4:77:                for libextension in `ls $BOOSTLIBDIR/libboost_program_options*.so* 2>/dev/null | sed 's,.*/,,' | sed -e 's;^lib\(boost_program_options.*\)\.so.*$;\1;'` `ls $BOOSTLIBDIR/libboost_program_options*.dylib* 2>/dev/null | sed 's,.*/,,' | sed -e 's;^lib\(boost_program_options.*\)\.dylib.*$;\1;'` `ls $BOOSTLIBDIR/libboost_program_options*.a* 2>/dev/null | sed 's,.*/,,' | sed -e 's;^lib\(boost_program_options.*\)\.a.*$;\1;'` ; do
freecontact-1.0.21/m4/ax_boost_program_options.m4-78-                     ax_lib=${libextension}
##############################################
freecontact-1.0.21/m4/ax_boost_program_options.m4-83-                if test "x$link_program_options" != "xyes"; then
freecontact-1.0.21/m4/ax_boost_program_options.m4:84:                for libextension in `ls $BOOSTLIBDIR/boost_program_options*.dll* 2>/dev/null | sed 's,.*/,,' | sed -e 's;^\(boost_program_options.*\)\.dll.*$;\1;'` `ls $BOOSTLIBDIR/boost_program_options*.a* 2>/dev/null | sed 's,.*/,,' | sed -e 's;^\(boost_program_options.*\)\.a.*$;\1;'` ; do
freecontact-1.0.21/m4/ax_boost_program_options.m4-85-                     ax_lib=${libextension}
##############################################
freecontact-1.0.21/m4/ax_ext.m4-61-      AX_GCC_X86_CPUID(0x00000001)
freecontact-1.0.21/m4/ax_ext.m4:62:      ecx=`echo $ax_cv_gcc_x86_cpuid_0x00000001 | cut -d ":" -f 3`
freecontact-1.0.21/m4/ax_ext.m4:63:      edx=`echo $ax_cv_gcc_x86_cpuid_0x00000001 | cut -d ":" -f 4`
freecontact-1.0.21/m4/ax_ext.m4-64-
##############################################
freecontact-1.0.21/m4/ax_lib_xerces.m4-250-                    dnl Decompose required version string and calculate numerical representation
freecontact-1.0.21/m4/ax_lib_xerces.m4:251:                    xerces_version_req_major=`expr $xerces_version_req : '\([[0-9]]*\)'`
freecontact-1.0.21/m4/ax_lib_xerces.m4:252:                    xerces_version_req_minor=`expr $xerces_version_req : '[[0-9]]*\.\([[0-9]]*\)'`
freecontact-1.0.21/m4/ax_lib_xerces.m4:253:                    xerces_version_req_revision=`expr $xerces_version_req : '[[0-9]]*\.[[0-9]]*\.\([[0-9]]*\)'`
freecontact-1.0.21/m4/ax_lib_xerces.m4-254-                    if test "x$xerces_version_req_revision" = "x"; then
##############################################
freecontact-1.0.21/m4/ax_lib_xerces.m4-266-
freecontact-1.0.21/m4/ax_lib_xerces.m4:267:                    xerces_version_check=`expr $xerces_version_number \>\= $xerces_version_req_number`
freecontact-1.0.21/m4/ax_lib_xerces.m4-268-                    if test "$xerces_version_check" = "1"; then
##############################################
freecontact-1.0.21/m4/ax_prog_doxygen.m4-173-#             $(DX_LATEX) refman.tex; \
freecontact-1.0.21/m4/ax_prog_doxygen.m4:174:#             countdown=`expr $$countdown - 1`; \
freecontact-1.0.21/m4/ax_prog_doxygen.m4-175-#         done; \
##############################################
freecontact-1.0.21/m4/ax_prog_doxygen.m4-202-#             $(DX_PDFLATEX) refman.tex; \
freecontact-1.0.21/m4/ax_prog_doxygen.m4:203:#             countdown=`expr $$countdown - 1`; \
freecontact-1.0.21/m4/ax_prog_doxygen.m4-204-#         done; \
##############################################
freecontact-1.0.21/m4/ax_prog_doxygen.m4-425-            [DX_ENV_APPEND(HAVE_DOT, YES)
freecontact-1.0.21/m4/ax_prog_doxygen.m4:426:             DX_ENV_APPEND(DOT_PATH, [`DX_DIRNAME_EXPR($DX_DOT)`])],
freecontact-1.0.21/m4/ax_prog_doxygen.m4-427-            [DX_ENV_APPEND(HAVE_DOT, NO)])
##############################################
freecontact-1.0.21/m4/libtool.m4-125-done
freecontact-1.0.21/m4/libtool.m4:126:cc_basename=`$ECHO "$cc_temp" | $SED "s%.*/%%; s%^$host_alias-%%"`
freecontact-1.0.21/m4/libtool.m4-127-])
##############################################
freecontact-1.0.21/m4/libtool.m4-427-m4_define([_LT_CONFIG_STATUS_DECLARE],
freecontact-1.0.21/m4/libtool.m4:428:[$1='`$ECHO "$][$1" | $SED "$delay_single_quote_subst"`'])
freecontact-1.0.21/m4/libtool.m4-429-
##############################################
freecontact-1.0.21/m4/libtool.m4-437-#
freecontact-1.0.21/m4/libtool.m4:438:#    <var>='`$ECHO "$<var>" | $SED "$delay_single_quote_subst"`'
freecontact-1.0.21/m4/libtool.m4-439-m4_defun([_LT_CONFIG_STATUS_DECLARATIONS],
##############################################
freecontact-1.0.21/m4/libtool.m4-547-]], lt_decl_quote_varnames); do
freecontact-1.0.21/m4/libtool.m4:548:    case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
freecontact-1.0.21/m4/libtool.m4-549-    *[[\\\\\\\`\\"\\\$]]*)
freecontact-1.0.21/m4/libtool.m4:550:      eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED \\"\\\$sed_quote_subst\\"\\\`\\\\\\""
freecontact-1.0.21/m4/libtool.m4-551-      ;;
##############################################
freecontact-1.0.21/m4/libtool.m4-560-]], lt_decl_dquote_varnames); do
freecontact-1.0.21/m4/libtool.m4:561:    case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
freecontact-1.0.21/m4/libtool.m4-562-    *[[\\\\\\\`\\"\\\$]]*)
freecontact-1.0.21/m4/libtool.m4:563:      eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED -e \\"\\\$double_quote_subst\\" -e \\"\\\$sed_quote_subst\\" -e \\"\\\$delay_variable_subst\\"\\\`\\\\\\""
freecontact-1.0.21/m4/libtool.m4-564-      ;;
##############################################
freecontact-1.0.21/m4/libtool.m4-720-
freecontact-1.0.21/m4/libtool.m4:721:# `$ECHO "$ofile" | sed 's%^.*/%%'` - Provide generalized library-building support services.
freecontact-1.0.21/m4/libtool.m4-722-# Generated automatically by $as_me ($PACKAGE$TIMESTAMP) $VERSION
##############################################
freecontact-1.0.21/m4/libtool.m4-1090-  if test "$lt_cv_ld_force_load" = "yes"; then
freecontact-1.0.21/m4/libtool.m4:1091:    _LT_TAGVAR(whole_archive_flag_spec, $1)='`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience ${wl}-force_load,$conv\"; done; func_echo_all \"$new_convenience\"`'
freecontact-1.0.21/m4/libtool.m4-1092-    m4_case([$1], [F77], [_LT_TAGVAR(compiler_needs_object, $1)=yes],
##############################################
freecontact-1.0.21/m4/libtool.m4-1143-      }]'
freecontact-1.0.21/m4/libtool.m4:1144:  _LT_TAGVAR([lt_cv_aix_libpath_], [$1])=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
freecontact-1.0.21/m4/libtool.m4-1145-  # Check for a 64-bit object if we didn't find anything.
freecontact-1.0.21/m4/libtool.m4-1146-  if test -z "$_LT_TAGVAR([lt_cv_aix_libpath_], [$1])"; then
freecontact-1.0.21/m4/libtool.m4:1147:    _LT_TAGVAR([lt_cv_aix_libpath_], [$1])=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
freecontact-1.0.21/m4/libtool.m4-1148-  fi],[])
##############################################
freecontact-1.0.21/m4/libtool.m4-1179-if test "X`( print -r -- -n ) 2>/dev/null`" = X-n && \
freecontact-1.0.21/m4/libtool.m4:1180:   test "X`print -r -- $ECHO 2>/dev/null`" = "X$ECHO"; then
freecontact-1.0.21/m4/libtool.m4-1181-  ECHO='print -r --'
freecontact-1.0.21/m4/libtool.m4:1182:elif test "X`printf %s $ECHO 2>/dev/null`" = "X$ECHO"; then
freecontact-1.0.21/m4/libtool.m4-1183-  ECHO='printf %s\n'
##############################################
freecontact-1.0.21/m4/libtool.m4-1214-    PATH=/empty FPATH=/empty; export PATH FPATH
freecontact-1.0.21/m4/libtool.m4:1215:    test "X`printf %s $ECHO`" = "X$ECHO" \
freecontact-1.0.21/m4/libtool.m4:1216:      || test "X`print -r -- $ECHO`" = "X$ECHO" )])])
freecontact-1.0.21/m4/libtool.m4-1217-
##############################################
freecontact-1.0.21/m4/libtool.m4-1237-   if test "$GCC" = yes; then
freecontact-1.0.21/m4/libtool.m4:1238:     lt_sysroot=`$CC --print-sysroot 2>/dev/null`
freecontact-1.0.21/m4/libtool.m4-1239-   fi
##############################################
freecontact-1.0.21/m4/libtool.m4-1241- /*)
freecontact-1.0.21/m4/libtool.m4:1242:   lt_sysroot=`echo "$with_sysroot" | sed -e "$sed_quote_subst"`
freecontact-1.0.21/m4/libtool.m4-1243-   ;; #(
##############################################
freecontact-1.0.21/m4/libtool.m4-1270-  if AC_TRY_EVAL(ac_compile); then
freecontact-1.0.21/m4/libtool.m4:1271:    case `/usr/bin/file conftest.$ac_objext` in
freecontact-1.0.21/m4/libtool.m4-1272-      *ELF-32*)
##############################################
freecontact-1.0.21/m4/libtool.m4-1286-    if test "$lt_cv_prog_gnu_ld" = yes; then
freecontact-1.0.21/m4/libtool.m4:1287:      case `/usr/bin/file conftest.$ac_objext` in
freecontact-1.0.21/m4/libtool.m4-1288-	*32-bit*)
##############################################
freecontact-1.0.21/m4/libtool.m4-1298-    else
freecontact-1.0.21/m4/libtool.m4:1299:      case `/usr/bin/file conftest.$ac_objext` in
freecontact-1.0.21/m4/libtool.m4-1300-	*32-bit*)
##############################################
freecontact-1.0.21/m4/libtool.m4-1657-    # And add a safety zone
freecontact-1.0.21/m4/libtool.m4:1658:    lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
freecontact-1.0.21/m4/libtool.m4:1659:    lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
freecontact-1.0.21/m4/libtool.m4-1660-    ;;
##############################################
freecontact-1.0.21/m4/libtool.m4-1690-    if test -n "$kargmax"; then
freecontact-1.0.21/m4/libtool.m4:1691:      lt_cv_sys_max_cmd_len=`echo $kargmax | sed 's/.*[[	 ]]//'`
freecontact-1.0.21/m4/libtool.m4-1692-    else
##############################################
freecontact-1.0.21/m4/libtool.m4-1699-	test undefined != "$lt_cv_sys_max_cmd_len"; then
freecontact-1.0.21/m4/libtool.m4:1700:      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
freecontact-1.0.21/m4/libtool.m4:1701:      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
freecontact-1.0.21/m4/libtool.m4-1702-    else
##############################################
freecontact-1.0.21/m4/libtool.m4-1711-      # we can't tell.
freecontact-1.0.21/m4/libtool.m4:1712:      while { test "X"`env echo "$teststring$teststring" 2>/dev/null` \
freecontact-1.0.21/m4/libtool.m4-1713-	         = "X$teststring$teststring"; } >/dev/null 2>&1 &&
##############################################
freecontact-1.0.21/m4/libtool.m4-1715-      do
freecontact-1.0.21/m4/libtool.m4:1716:        i=`expr $i + 1`
freecontact-1.0.21/m4/libtool.m4-1717-        teststring=$teststring$teststring
##############################################
freecontact-1.0.21/m4/libtool.m4-1719-      # Only check the string length outside the loop.
freecontact-1.0.21/m4/libtool.m4:1720:      lt_cv_sys_max_cmd_len=`expr "X$teststring" : ".*" 2>&1`
freecontact-1.0.21/m4/libtool.m4-1721-      teststring=
##############################################
freecontact-1.0.21/m4/libtool.m4-1724-      # linker.  It appears as though 1/2 is a usable value.
freecontact-1.0.21/m4/libtool.m4:1725:      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 2`
freecontact-1.0.21/m4/libtool.m4-1726-    fi
##############################################
freecontact-1.0.21/m4/libtool.m4-2049-  if test "$hard_links" = no; then
freecontact-1.0.21/m4/libtool.m4:2050:    AC_MSG_WARN([`$CC' does not support `-c -o', so `make -j' may be unsafe])
freecontact-1.0.21/m4/libtool.m4-2051-    need_locks=warn
##############################################
freecontact-1.0.21/m4/libtool.m4-2180-  esac
freecontact-1.0.21/m4/libtool.m4:2181:  lt_search_path_spec=`$CC -print-search-dirs | awk $lt_awk_arg | $SED -e "s/^libraries://" -e $lt_sed_strip_eq`
freecontact-1.0.21/m4/libtool.m4-2182-  case $lt_search_path_spec in
##############################################
freecontact-1.0.21/m4/libtool.m4-2187-    # okay in the real world where ";" in dirpaths is itself problematic.
freecontact-1.0.21/m4/libtool.m4:2188:    lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED 's/;/ /g'`
freecontact-1.0.21/m4/libtool.m4-2189-    ;;
freecontact-1.0.21/m4/libtool.m4-2190-  *)
freecontact-1.0.21/m4/libtool.m4:2191:    lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED "s/$PATH_SEPARATOR/ /g"`
freecontact-1.0.21/m4/libtool.m4-2192-    ;;
##############################################
freecontact-1.0.21/m4/libtool.m4-2196-  lt_tmp_lt_search_path_spec=
freecontact-1.0.21/m4/libtool.m4:2197:  lt_multi_os_dir=`$CC $CPPFLAGS $CFLAGS $LDFLAGS -print-multi-os-directory 2>/dev/null`
freecontact-1.0.21/m4/libtool.m4-2198-  for lt_sys_path in $lt_search_path_spec; do
##############################################
freecontact-1.0.21/m4/libtool.m4-2231-  esac
freecontact-1.0.21/m4/libtool.m4:2232:  sys_lib_search_path_spec=`$ECHO "$lt_search_path_spec" | $lt_NL2SP`
freecontact-1.0.21/m4/libtool.m4-2233-else
##############################################
freecontact-1.0.21/m4/libtool.m4-2319-    # Create ${libname}_ixlibrary.a entries in /sys/libs.
freecontact-1.0.21/m4/libtool.m4:2320:    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'
freecontact-1.0.21/m4/libtool.m4-2321-    ;;
##############################################
freecontact-1.0.21/m4/libtool.m4-2355-    # DLL is installed to $(libdir)/../bin by postinstall_cmds
freecontact-1.0.21/m4/libtool.m4:2356:    postinstall_cmds='base_file=`basename \${file}`~
freecontact-1.0.21/m4/libtool.m4:2357:      dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i; echo \$dlname'\''`~
freecontact-1.0.21/m4/libtool.m4:2358:      dldir=$destdir/`dirname \$dlpath`~
freecontact-1.0.21/m4/libtool.m4-2359-      test -d \$dldir || mkdir -p \$dldir~
##############################################
freecontact-1.0.21/m4/libtool.m4-2364-      fi'
freecontact-1.0.21/m4/libtool.m4:2365:    postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
freecontact-1.0.21/m4/libtool.m4-2366-      dlpath=$dir/\$dldll~
##############################################
freecontact-1.0.21/m4/libtool.m4-2372-      # Cygwin DLLs use 'cyg' prefix rather than 'lib'
freecontact-1.0.21/m4/libtool.m4:2373:      soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[[.]]/-/g'`${versuffix}${shared_ext}'
freecontact-1.0.21/m4/libtool.m4-2374-m4_if([$1], [],[
##############################################
freecontact-1.0.21/m4/libtool.m4-2378-      # MinGW DLLs use traditional 'lib' prefix
freecontact-1.0.21/m4/libtool.m4:2379:      soname_spec='${libname}`echo ${release} | $SED -e 's/[[.]]/-/g'`${versuffix}${shared_ext}'
freecontact-1.0.21/m4/libtool.m4-2380-      ;;
##############################################
freecontact-1.0.21/m4/libtool.m4-2382-      # pw32 DLLs use 'pw' prefix rather than 'lib'
freecontact-1.0.21/m4/libtool.m4:2383:      library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[[.]]/-/g'`${versuffix}${shared_ext}'
freecontact-1.0.21/m4/libtool.m4-2384-      ;;
##############################################
freecontact-1.0.21/m4/libtool.m4-2391-    libname_spec='$name'
freecontact-1.0.21/m4/libtool.m4:2392:    soname_spec='${libname}`echo ${release} | $SED -e 's/[[.]]/-/g'`${versuffix}${shared_ext}'
freecontact-1.0.21/m4/libtool.m4-2393-    library_names_spec='${libname}.dll.lib'
##############################################
freecontact-1.0.21/m4/libtool.m4-2403-        # Let DOS variable expansion print the short 8.3 style file name.
freecontact-1.0.21/m4/libtool.m4:2404:        lt_path=`cd "$lt_path" 2>/dev/null && cmd //C "for %i in (".") do @echo %~si"`
freecontact-1.0.21/m4/libtool.m4-2405-        sys_lib_search_path_spec="$sys_lib_search_path_spec $lt_path"
##############################################
freecontact-1.0.21/m4/libtool.m4-2408-      # Convert to MSYS style.
freecontact-1.0.21/m4/libtool.m4:2409:      sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | sed -e 's|\\\\|/|g' -e 's| \\([[a-zA-Z]]\\):| /\\1|g' -e 's|^ ||'`
freecontact-1.0.21/m4/libtool.m4-2410-      ;;
##############################################
freecontact-1.0.21/m4/libtool.m4-2414-      # like /cygdrive/c/PROGRA~1:/cygdr...
freecontact-1.0.21/m4/libtool.m4:2415:      sys_lib_search_path_spec=`cygpath --path --unix "$LIB"`
freecontact-1.0.21/m4/libtool.m4:2416:      sys_lib_search_path_spec=`cygpath --path --dos "$sys_lib_search_path_spec" 2>/dev/null`
freecontact-1.0.21/m4/libtool.m4:2417:      sys_lib_search_path_spec=`cygpath --path --unix "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"`
freecontact-1.0.21/m4/libtool.m4-2418-      ;;
##############################################
freecontact-1.0.21/m4/libtool.m4-2422-        # It is most probably a Windows format PATH.
freecontact-1.0.21/m4/libtool.m4:2423:        sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'`
freecontact-1.0.21/m4/libtool.m4-2424-      else
freecontact-1.0.21/m4/libtool.m4:2425:        sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"`
freecontact-1.0.21/m4/libtool.m4-2426-      fi
##############################################
freecontact-1.0.21/m4/libtool.m4-2432-    # DLL is installed to $(libdir)/../bin by postinstall_cmds
freecontact-1.0.21/m4/libtool.m4:2433:    postinstall_cmds='base_file=`basename \${file}`~
freecontact-1.0.21/m4/libtool.m4:2434:      dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i; echo \$dlname'\''`~
freecontact-1.0.21/m4/libtool.m4:2435:      dldir=$destdir/`dirname \$dlpath`~
freecontact-1.0.21/m4/libtool.m4-2436-      test -d \$dldir || mkdir -p \$dldir~
freecontact-1.0.21/m4/libtool.m4-2437-      $install_prog $dir/$dlname \$dldir/$dlname'
freecontact-1.0.21/m4/libtool.m4:2438:    postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
freecontact-1.0.21/m4/libtool.m4-2439-      dlpath=$dir/\$dldll~
##############################################
freecontact-1.0.21/m4/libtool.m4-2446-    # Assume MSVC wrapper
freecontact-1.0.21/m4/libtool.m4:2447:    library_names_spec='${libname}`echo ${release} | $SED -e 's/[[.]]/-/g'`${versuffix}${shared_ext} $libname.lib'
freecontact-1.0.21/m4/libtool.m4-2448-    dynamic_linker='Win32 ld.exe'
##############################################
freecontact-1.0.21/m4/libtool.m4-2463-  shlibpath_var=DYLD_LIBRARY_PATH
freecontact-1.0.21/m4/libtool.m4:2464:  shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`'
freecontact-1.0.21/m4/libtool.m4-2465-m4_if([$1], [],[
##############################################
freecontact-1.0.21/m4/libtool.m4-2670-  if test -f /etc/ld.so.conf; then
freecontact-1.0.21/m4/libtool.m4:2671:    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' ' '`
freecontact-1.0.21/m4/libtool.m4-2672-    sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra"
##############################################
freecontact-1.0.21/m4/libtool.m4-2744-  shlibpath_var=LD_LIBRARY_PATH
freecontact-1.0.21/m4/libtool.m4:2745:  if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
freecontact-1.0.21/m4/libtool.m4-2746-    case $host_os in
##############################################
freecontact-1.0.21/m4/libtool.m4-2961-	"file_magic "*)
freecontact-1.0.21/m4/libtool.m4:2962:	  file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
freecontact-1.0.21/m4/libtool.m4-2963-	  MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
##############################################
freecontact-1.0.21/m4/libtool.m4-3044-    # gcc leaves a trailing carriage return which upsets mingw
freecontact-1.0.21/m4/libtool.m4:3045:    ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
freecontact-1.0.21/m4/libtool.m4-3046-  *)
freecontact-1.0.21/m4/libtool.m4:3047:    ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
freecontact-1.0.21/m4/libtool.m4-3048-  esac
##############################################
freecontact-1.0.21/m4/libtool.m4-3053-      # Canonicalize the pathname of ld
freecontact-1.0.21/m4/libtool.m4:3054:      ac_prog=`$ECHO "$ac_prog"| $SED 's%\\\\%/%g'`
freecontact-1.0.21/m4/libtool.m4-3055-      while $ECHO "$ac_prog" | $GREP "$re_direlt" > /dev/null 2>&1; do
freecontact-1.0.21/m4/libtool.m4:3056:	ac_prog=`$ECHO $ac_prog| $SED "s%$re_direlt%/%"`
freecontact-1.0.21/m4/libtool.m4-3057-      done
##############################################
freecontact-1.0.21/m4/libtool.m4-3084-      # Break only if it was the GNU/non-GNU ld that we prefer.
freecontact-1.0.21/m4/libtool.m4:3085:      case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in
freecontact-1.0.21/m4/libtool.m4-3086-      *GNU* | *'with BFD'*)
##############################################
freecontact-1.0.21/m4/libtool.m4-3124-[# I'd rather use --version here, but apparently some GNU lds only accept -v.
freecontact-1.0.21/m4/libtool.m4:3125:case `$LD -v 2>&1 </dev/null` in
freecontact-1.0.21/m4/libtool.m4-3126-*GNU* | *'with BFD'*)
##############################################
freecontact-1.0.21/m4/libtool.m4-3315-openbsd*)
freecontact-1.0.21/m4/libtool.m4:3316:  if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
freecontact-1.0.21/m4/libtool.m4-3317-    lt_cv_deplibs_check_method='match_pattern /lib[[^/]]+(\.so\.[[0-9]]+\.[[0-9]]+|\.so|_pic\.a)$'
##############################################
freecontact-1.0.21/m4/libtool.m4-3379-    else
freecontact-1.0.21/m4/libtool.m4:3380:      file_magic_glob=`echo aAbBcCdDeEfFgGhHiIjJkKlLmMnNoOpPqQrRsStTuUvVwWxXyYzZ | $SED -e "s/\(..\)/s\/[[\1]]\/[[\1]]\/g;/g"`
freecontact-1.0.21/m4/libtool.m4-3381-    fi
##############################################
freecontact-1.0.21/m4/libtool.m4-3425-	# Tru64's nm complains that /dev/null is an invalid object file
freecontact-1.0.21/m4/libtool.m4:3426:	case `"$tmp_nm" -B /dev/null 2>&1 | sed '1q'` in
freecontact-1.0.21/m4/libtool.m4-3427-	*/dev/null* | *'Invalid file or object type'*)
##############################################
freecontact-1.0.21/m4/libtool.m4-3431-	*)
freecontact-1.0.21/m4/libtool.m4:3432:	  case `"$tmp_nm" -p /dev/null 2>&1 | sed '1q'` in
freecontact-1.0.21/m4/libtool.m4-3433-	  */dev/null*)
##############################################
freecontact-1.0.21/m4/libtool.m4-3457-    AC_CHECK_TOOLS(DUMPBIN, [dumpbin "link -dump"], :)
freecontact-1.0.21/m4/libtool.m4:3458:    case `$DUMPBIN -symbols /dev/null 2>&1 | sed '1q'` in
freecontact-1.0.21/m4/libtool.m4-3459-    *COFF*)
##############################################
freecontact-1.0.21/m4/libtool.m4-3516-  # decide which to use based on capabilities of $DLLTOOL
freecontact-1.0.21/m4/libtool.m4:3517:  case `$DLLTOOL --help 2>&1` in
freecontact-1.0.21/m4/libtool.m4-3518-  *--identify-strict*)
##############################################
freecontact-1.0.21/m4/libtool.m4-3675-# If we're using GNU nm, then use its standard symbol codes.
freecontact-1.0.21/m4/libtool.m4:3676:case `$NM -V 2>&1` in
freecontact-1.0.21/m4/libtool.m4-3677-*GNU* | *'with BFD'*)
##############################################
freecontact-1.0.21/m4/libtool.m4-3693-mingw*)
freecontact-1.0.21/m4/libtool.m4:3694:  opt_cr=`$ECHO 'x\{0,1\}' | tr x '\015'` # option cr in regexp
freecontact-1.0.21/m4/libtool.m4-3695-  ;;
##############################################
freecontact-1.0.21/m4/libtool.m4-3746-    nlist=conftest.nm
freecontact-1.0.21/m4/libtool.m4:3747:    if AC_TRY_EVAL(NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist) && test -s "$nlist"; then
freecontact-1.0.21/m4/libtool.m4-3748-      # Try sorting and uniquifying the output.
##############################################
freecontact-1.0.21/m4/libtool.m4-4084-	  *)
freecontact-1.0.21/m4/libtool.m4:4085:	    case `$CC -V 2>&1 | sed 5q` in
freecontact-1.0.21/m4/libtool.m4-4086-	    *Sun\ C*)
##############################################
freecontact-1.0.21/m4/libtool.m4-4389-      *)
freecontact-1.0.21/m4/libtool.m4:4390:	case `$CC -V 2>&1 | sed 5q` in
freecontact-1.0.21/m4/libtool.m4-4391-	*Sun\ Ceres\ Fortran* | *Sun*Fortran*\ [[1-7]].* | *Sun*Fortran*\ 8.[[0-3]]*)
##############################################
freecontact-1.0.21/m4/libtool.m4-4667-	# shared libraries, regardless of the interface used.
freecontact-1.0.21/m4/libtool.m4:4668:	case `$LD -v 2>&1` in
freecontact-1.0.21/m4/libtool.m4-4669-	  *\ \(GNU\ Binutils\)\ 2.19.5*) ;;
##############################################
freecontact-1.0.21/m4/libtool.m4-4699-    supports_anon_versioning=no
freecontact-1.0.21/m4/libtool.m4:4700:    case `$LD -v 2>&1` in
freecontact-1.0.21/m4/libtool.m4-4701-      *GNU\ gold*) supports_anon_versioning=yes ;;
##############################################
freecontact-1.0.21/m4/libtool.m4-4768-	# is EXPORTS), use it as is; otherwise, prepend...
freecontact-1.0.21/m4/libtool.m4:4769:	_LT_TAGVAR(archive_expsym_cmds, $1)='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
freecontact-1.0.21/m4/libtool.m4-4770-	  cp $export_symbols $output_objdir/$soname.def;
##############################################
freecontact-1.0.21/m4/libtool.m4-4796-      # time.  Moving up from 0x10000000 also allows more sbrk(2) space.
freecontact-1.0.21/m4/libtool.m4:4797:      _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'
freecontact-1.0.21/m4/libtool.m4:4798:      _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'
freecontact-1.0.21/m4/libtool.m4-4799-      ;;
##############################################
freecontact-1.0.21/m4/libtool.m4-4814-        pgcc*)				# Portland Group C compiler
freecontact-1.0.21/m4/libtool.m4:4815:	  _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'
freecontact-1.0.21/m4/libtool.m4-4816-	  tmp_addflag=' $pic_flag'
##############################################
freecontact-1.0.21/m4/libtool.m4-4819-					# Portland Group f77 and f90 compilers
freecontact-1.0.21/m4/libtool.m4:4820:	  _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'
freecontact-1.0.21/m4/libtool.m4-4821-	  tmp_addflag=' $pic_flag -Mnomain' ;;
##############################################
freecontact-1.0.21/m4/libtool.m4-4834-	nvcc*)	# Cuda Compiler Driver 2.2
freecontact-1.0.21/m4/libtool.m4:4835:	  _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'
freecontact-1.0.21/m4/libtool.m4-4836-	  _LT_TAGVAR(compiler_needs_object, $1)=yes
##############################################
freecontact-1.0.21/m4/libtool.m4-4838-	esac
freecontact-1.0.21/m4/libtool.m4:4839:	case `$CC -V 2>&1 | sed 5q` in
freecontact-1.0.21/m4/libtool.m4-4840-	*Sun\ C*)			# Sun C 5.9
freecontact-1.0.21/m4/libtool.m4:4841:	  _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'
freecontact-1.0.21/m4/libtool.m4-4842-	  _LT_TAGVAR(compiler_needs_object, $1)=yes
##############################################
freecontact-1.0.21/m4/libtool.m4-4906-    sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*)
freecontact-1.0.21/m4/libtool.m4:4907:      case `$LD -v 2>&1` in
freecontact-1.0.21/m4/libtool.m4-4908-        *\ [[01]].* | *\ 2.[[0-9]].* | *\ 2.1[[0-5]].*)
##############################################
freecontact-1.0.21/m4/libtool.m4-5029-	# below for broken collect2 doesn't work under 4.3+
freecontact-1.0.21/m4/libtool.m4:5030:	  collect2name=`${CC} -print-prog-name=collect2`
freecontact-1.0.21/m4/libtool.m4-5031-	  if test -f "$collect2name" &&
##############################################
freecontact-1.0.21/m4/libtool.m4-5079-        _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-blibpath:$libdir:'"$aix_libpath"
freecontact-1.0.21/m4/libtool.m4:5080:        _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"
freecontact-1.0.21/m4/libtool.m4-5081-      else
##############################################
freecontact-1.0.21/m4/libtool.m4-5145-	_LT_TAGVAR(archive_cmds, $1)='$CC -o $output_objdir/$soname $libobjs $compiler_flags $deplibs -Wl,-dll~linknames='
freecontact-1.0.21/m4/libtool.m4:5146:	_LT_TAGVAR(archive_expsym_cmds, $1)='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
freecontact-1.0.21/m4/libtool.m4-5147-	    sed -n -e 's/\\\\\\\(.*\\\\\\\)/-link\\\ -EXPORT:\\\\\\\1/' -e '1\\\!p' < $export_symbols > $output_objdir/$soname.exp;
##############################################
freecontact-1.0.21/m4/libtool.m4-5182-	# FIXME: Setting linknames here is a bad hack.
freecontact-1.0.21/m4/libtool.m4:5183:	_LT_TAGVAR(archive_cmds, $1)='$CC -o $lib $libobjs $compiler_flags `func_echo_all "$deplibs" | $SED '\''s/ -lc$//'\''` -link -dll~linknames='
freecontact-1.0.21/m4/libtool.m4-5184-	# The linker will automatically build a .lib file if we build a DLL.
##############################################
freecontact-1.0.21/m4/libtool.m4-5320-      if test "$GCC" = yes; then
freecontact-1.0.21/m4/libtool.m4:5321:	_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'
freecontact-1.0.21/m4/libtool.m4-5322-	# Try to use the -exported_symbol ld option, if it does not
##############################################
freecontact-1.0.21/m4/libtool.m4-5343-	if test "$lt_cv_irix_exported_symbol" = yes; then
freecontact-1.0.21/m4/libtool.m4:5344:          _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'
freecontact-1.0.21/m4/libtool.m4-5345-	fi
freecontact-1.0.21/m4/libtool.m4-5346-      else
freecontact-1.0.21/m4/libtool.m4:5347:	_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'
freecontact-1.0.21/m4/libtool.m4:5348:	_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'
freecontact-1.0.21/m4/libtool.m4-5349-      fi
##############################################
freecontact-1.0.21/m4/libtool.m4-5383-	_LT_TAGVAR(hardcode_direct_absolute, $1)=yes
freecontact-1.0.21/m4/libtool.m4:5384:	if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
freecontact-1.0.21/m4/libtool.m4-5385-	  _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
##############################################
freecontact-1.0.21/m4/libtool.m4-5416-	_LT_TAGVAR(allow_undefined_flag, $1)=' ${wl}-expect_unresolved ${wl}\*'
freecontact-1.0.21/m4/libtool.m4:5417:	_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'
freecontact-1.0.21/m4/libtool.m4-5418-      else
freecontact-1.0.21/m4/libtool.m4-5419-	_LT_TAGVAR(allow_undefined_flag, $1)=' -expect_unresolved \*'
freecontact-1.0.21/m4/libtool.m4:5420:	_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'
freecontact-1.0.21/m4/libtool.m4-5421-      fi
##############################################
freecontact-1.0.21/m4/libtool.m4-5429-	_LT_TAGVAR(allow_undefined_flag, $1)=' ${wl}-expect_unresolved ${wl}\*'
freecontact-1.0.21/m4/libtool.m4:5430:	_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'
freecontact-1.0.21/m4/libtool.m4-5431-	_LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir'
##############################################
freecontact-1.0.21/m4/libtool.m4-5433-	_LT_TAGVAR(allow_undefined_flag, $1)=' -expect_unresolved \*'
freecontact-1.0.21/m4/libtool.m4:5434:	_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'
freecontact-1.0.21/m4/libtool.m4:5435:	_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~
freecontact-1.0.21/m4/libtool.m4:5436:	$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'
freecontact-1.0.21/m4/libtool.m4-5437-
##############################################
freecontact-1.0.21/m4/libtool.m4-5452-      else
freecontact-1.0.21/m4/libtool.m4:5453:	case `$CC -V 2>&1` in
freecontact-1.0.21/m4/libtool.m4-5454-	*"Compilers 5.0"*)
##############################################
freecontact-1.0.21/m4/libtool.m4-5645-	  _LT_TAGVAR(allow_undefined_flag, $1)=
freecontact-1.0.21/m4/libtool.m4:5646:	  if AC_TRY_EVAL(_LT_TAGVAR(archive_cmds, $1) 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1)
freecontact-1.0.21/m4/libtool.m4-5647-	  then
##############################################
freecontact-1.0.21/m4/libtool.m4-5945-        # ancient GNU ld didn't support --whole-archive et. al.
freecontact-1.0.21/m4/libtool.m4:5946:        if eval "`$CC -print-prog-name=ld` --help 2>&1" |
freecontact-1.0.21/m4/libtool.m4-5947-	  $GREP 'no-whole-archive' > /dev/null; then
##############################################
freecontact-1.0.21/m4/libtool.m4-6028-          # below for broken collect2 doesn't work under 4.3+
freecontact-1.0.21/m4/libtool.m4:6029:	  collect2name=`${CC} -print-prog-name=collect2`
freecontact-1.0.21/m4/libtool.m4-6030-	  if test -f "$collect2name" &&
##############################################
freecontact-1.0.21/m4/libtool.m4-6078-
freecontact-1.0.21/m4/libtool.m4:6079:          _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"
freecontact-1.0.21/m4/libtool.m4-6080-        else
##############################################
freecontact-1.0.21/m4/libtool.m4-6144-	  _LT_TAGVAR(archive_cmds, $1)='$CC -o $output_objdir/$soname $libobjs $compiler_flags $deplibs -Wl,-dll~linknames='
freecontact-1.0.21/m4/libtool.m4:6145:	  _LT_TAGVAR(archive_expsym_cmds, $1)='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
freecontact-1.0.21/m4/libtool.m4-6146-	      $SED -n -e 's/\\\\\\\(.*\\\\\\\)/-link\\\ -EXPORT:\\\\\\\1/' -e '1\\\!p' < $export_symbols > $output_objdir/$soname.exp;
##############################################
freecontact-1.0.21/m4/libtool.m4-6185-	    # is EXPORTS), use it as is; otherwise, prepend...
freecontact-1.0.21/m4/libtool.m4:6186:	    _LT_TAGVAR(archive_expsym_cmds, $1)='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
freecontact-1.0.21/m4/libtool.m4-6187-	      cp $export_symbols $output_objdir/$soname.def;
##############################################
freecontact-1.0.21/m4/libtool.m4-6265-            # dependencies.
freecontact-1.0.21/m4/libtool.m4:6266:            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"'
freecontact-1.0.21/m4/libtool.m4-6267-            ;;
##############################################
freecontact-1.0.21/m4/libtool.m4-6330-	    # dependencies.
freecontact-1.0.21/m4/libtool.m4:6331:	    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"'
freecontact-1.0.21/m4/libtool.m4-6332-	    ;;
##############################################
freecontact-1.0.21/m4/libtool.m4-6366-	# time.  Moving up from 0x10000000 also allows more sbrk(2) space.
freecontact-1.0.21/m4/libtool.m4:6367:	_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'
freecontact-1.0.21/m4/libtool.m4:6368:	_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'
freecontact-1.0.21/m4/libtool.m4-6369-	;;
##############################################
freecontact-1.0.21/m4/libtool.m4-6373-	    # SGI C++
freecontact-1.0.21/m4/libtool.m4:6374:	    _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'
freecontact-1.0.21/m4/libtool.m4-6375-
##############################################
freecontact-1.0.21/m4/libtool.m4-6384-	      if test "$with_gnu_ld" = no; then
freecontact-1.0.21/m4/libtool.m4:6385:	        _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'
freecontact-1.0.21/m4/libtool.m4-6386-	      else
freecontact-1.0.21/m4/libtool.m4:6387:	        _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'
freecontact-1.0.21/m4/libtool.m4-6388-	      fi
##############################################
freecontact-1.0.21/m4/libtool.m4-6405-	    # to its proper name (with version) after linking.
freecontact-1.0.21/m4/libtool.m4:6406:	    _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'
freecontact-1.0.21/m4/libtool.m4:6407:	    _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'
freecontact-1.0.21/m4/libtool.m4-6408-	    # Commands to make compiler produce verbose output that lists
##############################################
freecontact-1.0.21/m4/libtool.m4-6415-	    # dependencies.
freecontact-1.0.21/m4/libtool.m4:6416:	    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"'
freecontact-1.0.21/m4/libtool.m4-6417-
##############################################
freecontact-1.0.21/m4/libtool.m4-6430-	    # earlier do not add the objects themselves.
freecontact-1.0.21/m4/libtool.m4:6431:	    case `$CC -V 2>&1` in
freecontact-1.0.21/m4/libtool.m4-6432-	      *"Version 7."*)
##############################################
freecontact-1.0.21/m4/libtool.m4-6451-            # Portland Group C++ compiler
freecontact-1.0.21/m4/libtool.m4:6452:	    case `$CC -V` in
freecontact-1.0.21/m4/libtool.m4-6453-	    *pgCC\ [[1-5]].* | *pgcpp\ [[1-5]].*)
##############################################
freecontact-1.0.21/m4/libtool.m4-6456-		$CC --prelink_objects --instantiation_dir $tpldir $objs $libobjs $compile_deplibs~
freecontact-1.0.21/m4/libtool.m4:6457:		compile_command="$compile_command `find $tpldir -name \*.o | sort | $NL2SP`"'
freecontact-1.0.21/m4/libtool.m4-6458-	      _LT_TAGVAR(old_archive_cmds, $1)='tpldir=Template.dir~
##############################################
freecontact-1.0.21/m4/libtool.m4-6460-		$CC --prelink_objects --instantiation_dir $tpldir $oldobjs$old_deplibs~
freecontact-1.0.21/m4/libtool.m4:6461:		$AR $AR_FLAGS $oldlib$oldobjs$old_deplibs `find $tpldir -name \*.o | sort | $NL2SP`~
freecontact-1.0.21/m4/libtool.m4-6462-		$RANLIB $oldlib'
##############################################
freecontact-1.0.21/m4/libtool.m4-6465-		$CC --prelink_objects --instantiation_dir $tpldir $predep_objects $libobjs $deplibs $convenience $postdep_objects~
freecontact-1.0.21/m4/libtool.m4:6466:		$CC -shared $pic_flag $predep_objects $libobjs $deplibs `find $tpldir -name \*.o | sort | $NL2SP` $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname -o $lib'
freecontact-1.0.21/m4/libtool.m4-6467-	      _LT_TAGVAR(archive_expsym_cmds, $1)='tpldir=Template.dir~
##############################################
freecontact-1.0.21/m4/libtool.m4-6469-		$CC --prelink_objects --instantiation_dir $tpldir $predep_objects $libobjs $deplibs $convenience $postdep_objects~
freecontact-1.0.21/m4/libtool.m4:6470:		$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'
freecontact-1.0.21/m4/libtool.m4-6471-	      ;;
##############################################
freecontact-1.0.21/m4/libtool.m4-6479-	    _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}--export-dynamic'
freecontact-1.0.21/m4/libtool.m4:6480:	    _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'
freecontact-1.0.21/m4/libtool.m4-6481-            ;;
##############################################
freecontact-1.0.21/m4/libtool.m4-6498-	    # dependencies.
freecontact-1.0.21/m4/libtool.m4:6499:	    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'
freecontact-1.0.21/m4/libtool.m4-6500-	    ;;
##############################################
freecontact-1.0.21/m4/libtool.m4-6513-	  *)
freecontact-1.0.21/m4/libtool.m4:6514:	    case `$CC -V 2>&1 | sed 5q` in
freecontact-1.0.21/m4/libtool.m4-6515-	    *Sun\ C*)
##############################################
freecontact-1.0.21/m4/libtool.m4-6520-	      _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir'
freecontact-1.0.21/m4/libtool.m4:6521:	      _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'
freecontact-1.0.21/m4/libtool.m4-6522-	      _LT_TAGVAR(compiler_needs_object, $1)=yes
##############################################
freecontact-1.0.21/m4/libtool.m4-6590-	  _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath,$libdir'
freecontact-1.0.21/m4/libtool.m4:6591:	  if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
freecontact-1.0.21/m4/libtool.m4-6592-	    _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'
##############################################
freecontact-1.0.21/m4/libtool.m4-6609-	    # to its proper name (with version) after linking.
freecontact-1.0.21/m4/libtool.m4:6610:	    _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'
freecontact-1.0.21/m4/libtool.m4-6611-
##############################################
freecontact-1.0.21/m4/libtool.m4-6630-	        _LT_TAGVAR(allow_undefined_flag, $1)=' ${wl}-expect_unresolved ${wl}\*'
freecontact-1.0.21/m4/libtool.m4:6631:	        _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'
freecontact-1.0.21/m4/libtool.m4-6632-	        _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir'
##############################################
freecontact-1.0.21/m4/libtool.m4-6635-	        _LT_TAGVAR(allow_undefined_flag, $1)=' -expect_unresolved \*'
freecontact-1.0.21/m4/libtool.m4:6636:	        _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'
freecontact-1.0.21/m4/libtool.m4:6637:	        _LT_TAGVAR(archive_expsym_cmds, $1)='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done~
freecontact-1.0.21/m4/libtool.m4-6638-	          echo "-hidden">> $lib.exp~
freecontact-1.0.21/m4/libtool.m4:6639:	          $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~
freecontact-1.0.21/m4/libtool.m4-6640-	          $RM $lib.exp'
##############################################
freecontact-1.0.21/m4/libtool.m4-6654-	    # dependencies.
freecontact-1.0.21/m4/libtool.m4:6655:	    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"'
freecontact-1.0.21/m4/libtool.m4-6656-	    ;;
##############################################
freecontact-1.0.21/m4/libtool.m4-6661-	        osf3*)
freecontact-1.0.21/m4/libtool.m4:6662:	          _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'
freecontact-1.0.21/m4/libtool.m4-6663-		  ;;
freecontact-1.0.21/m4/libtool.m4-6664-	        *)
freecontact-1.0.21/m4/libtool.m4:6665:	          _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'
freecontact-1.0.21/m4/libtool.m4-6666-		  ;;
##############################################
freecontact-1.0.21/m4/libtool.m4-6914-  case ${2} in
freecontact-1.0.21/m4/libtool.m4:6915:  .*) func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%\\\\${2}\$%%"`;;
freecontact-1.0.21/m4/libtool.m4:6916:  *)  func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%${2}\$%%"`;;
freecontact-1.0.21/m4/libtool.m4-6917-  esac
##############################################
freecontact-1.0.21/m4/libtool.m4-7002-
freecontact-1.0.21/m4/libtool.m4:7003:  for p in `eval "$output_verbose_link_cmd"`; do
freecontact-1.0.21/m4/libtool.m4-7004-    case ${prev}${p} in
##############################################
freecontact-1.0.21/m4/libtool.m4-7100-linux*)
freecontact-1.0.21/m4/libtool.m4:7101:  case `$CC -V 2>&1 | sed 5q` in
freecontact-1.0.21/m4/libtool.m4-7102-  *Sun\ C*)
##############################################
freecontact-1.0.21/m4/libtool.m4-7151-if test -n "${_LT_TAGVAR(compiler_lib_search_path, $1)}"; then
freecontact-1.0.21/m4/libtool.m4:7152: _LT_TAGVAR(compiler_lib_search_dirs, $1)=`echo " ${_LT_TAGVAR(compiler_lib_search_path, $1)}" | ${SED} -e 's! -L! !g' -e 's!^ !!'`
freecontact-1.0.21/m4/libtool.m4-7153-fi
##############################################
freecontact-1.0.21/m4/libtool.m4-7763-    test $lt_ac_count -gt 10 && break
freecontact-1.0.21/m4/libtool.m4:7764:    lt_ac_count=`expr $lt_ac_count + 1`
freecontact-1.0.21/m4/libtool.m4-7765-    if test $lt_ac_count -gt $lt_ac_max; then
##############################################
freecontact-1.0.21/m4/libtool.m4-7834-# ------------------------------------------------------
freecontact-1.0.21/m4/libtool.m4:7835:# In `$cfgfile', look for function FUNCNAME delimited by `^FUNCNAME ()$' and
freecontact-1.0.21/m4/libtool.m4-7836-# '^} FUNCNAME ', and replace its body with REPLACEMENT-BODY.
##############################################
freecontact-1.0.21/m4/ltsugar.m4-67-m4_define([lt_combine],
freecontact-1.0.21/m4/ltsugar.m4:68:[m4_if(m4_eval([$# > 3]), [1],
freecontact-1.0.21/m4/ltsugar.m4-69-       [m4_pushdef([_Lt_sep], [m4_define([_Lt_sep], m4_defn([lt_car]))])]]dnl
##############################################
freecontact-1.0.21/INSTALL-173-directory configuration variables that were expressed in terms of
freecontact-1.0.21/INSTALL:174:`${prefix}'.  Any directories that were specified during `configure',
freecontact-1.0.21/INSTALL-175-but not in terms of `${prefix}', must each be overridden at install
##############################################
freecontact-1.0.21/Makefile.in-39-  { \
freecontact-1.0.21/Makefile.in:40:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
freecontact-1.0.21/Makefile.in-41-  }; \
##############################################
freecontact-1.0.21/Makefile.in-180-  while test -n "$$dir1"; do \
freecontact-1.0.21/Makefile.in:181:    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
freecontact-1.0.21/Makefile.in-182-    if test "$$first" != "."; then \
freecontact-1.0.21/Makefile.in-183-      if test "$$first" = ".."; then \
freecontact-1.0.21/Makefile.in:184:        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
freecontact-1.0.21/Makefile.in:185:        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
freecontact-1.0.21/Makefile.in-186-      else \
freecontact-1.0.21/Makefile.in:187:        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
freecontact-1.0.21/Makefile.in-188-        if test "$$first2" = "$$first"; then \
freecontact-1.0.21/Makefile.in:189:          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
freecontact-1.0.21/Makefile.in-190-        else \
##############################################
freecontact-1.0.21/Makefile.in-195-    fi; \
freecontact-1.0.21/Makefile.in:196:    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
freecontact-1.0.21/Makefile.in-197-  done; \
##############################################
freecontact-1.0.21/Makefile.in-461-	dot_seen=no; \
freecontact-1.0.21/Makefile.in:462:	target=`echo $@ | sed s/-recursive//`; \
freecontact-1.0.21/Makefile.in-463-	case "$@" in \
##############################################
freecontact-1.0.21/Makefile.in-524-GTAGS:
freecontact-1.0.21/Makefile.in:525:	here=`$(am__cd) $(top_builddir) && pwd` \
freecontact-1.0.21/Makefile.in-526-	  && $(am__cd) $(top_srcdir) \
##############################################
freecontact-1.0.21/Makefile.in-556-	test -d "$(distdir)" || mkdir "$(distdir)"
freecontact-1.0.21/Makefile.in:557:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
freecontact-1.0.21/Makefile.in:558:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
freecontact-1.0.21/Makefile.in-559-	list='$(DISTFILES)'; \
##############################################
freecontact-1.0.21/Makefile.in-570-	  if test -d $$d/$$file; then \
freecontact-1.0.21/Makefile.in:571:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
freecontact-1.0.21/Makefile.in-572-	    if test -d "$(distdir)/$$file"; then \
##############################################
freecontact-1.0.21/Makefile.in-680-	test -d $(distdir)/_build || exit 0; \
freecontact-1.0.21/Makefile.in:681:	dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
freecontact-1.0.21/Makefile.in-682-	  && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
##############################################
freecontact-1.0.21/Makefile.in-723-	}; \
freecontact-1.0.21/Makefile.in:724:	test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \
freecontact-1.0.21/Makefile.in-725-	   || { echo "ERROR: files left after uninstall:" ; \
##############################################
freecontact-1.0.21/Makefile.in-735-	fi
freecontact-1.0.21/Makefile.in:736:	@test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
freecontact-1.0.21/Makefile.in-737-	  || { echo "ERROR: files left in build directory after distclean:" ; \
##############################################
freecontact-1.0.21/configure-45-if test -z "$BASH_VERSION$ZSH_VERSION" \
freecontact-1.0.21/configure:46:    && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
freecontact-1.0.21/configure-47-  as_echo='print -r --'
freecontact-1.0.21/configure-48-  as_echo_n='print -rn --'
freecontact-1.0.21/configure:49:elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
freecontact-1.0.21/configure-50-  as_echo='printf %s\n'
##############################################
freecontact-1.0.21/configure-52-else
freecontact-1.0.21/configure:53:  if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
freecontact-1.0.21/configure-54-    as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
##############################################
freecontact-1.0.21/configure-62-	expr "X$arg" : "X\\(.*\\)$as_nl";
freecontact-1.0.21/configure:63:	arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
freecontact-1.0.21/configure-64-      esac;
##############################################
freecontact-1.0.21/configure-199-  eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" &&
freecontact-1.0.21/configure:200:  test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1
freecontact-1.0.21/configure-201-
##############################################
freecontact-1.0.21/configure-206-    PATH=/empty FPATH=/empty; export PATH FPATH
freecontact-1.0.21/configure:207:    test \"X\`printf %s \$ECHO\`\" = \"X\$ECHO\" \\
freecontact-1.0.21/configure:208:      || test \"X\`print -r -- \$ECHO\`\" = \"X\$ECHO\" ) || exit 1
freecontact-1.0.21/configure-209-test \$(( 1 + 1 )) = 2 || exit 1"
##############################################
freecontact-1.0.21/configure-335-      case $as_dir in #(
freecontact-1.0.21/configure:336:      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
freecontact-1.0.21/configure-337-      *) as_qdir=$as_dir;;
##############################################
freecontact-1.0.21/configure-408-  {
freecontact-1.0.21/configure:409:    as_val=`expr "$@" || test $? -eq 1`
freecontact-1.0.21/configure-410-  }
##############################################
freecontact-1.0.21/configure-415-# ----------------------------------------
freecontact-1.0.21/configure:416:# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
freecontact-1.0.21/configure-417-# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
##############################################
freecontact-1.0.21/configure-478-  eval 'test "x$as_lineno_1'$as_run'" != "x$as_lineno_2'$as_run'" &&
freecontact-1.0.21/configure:479:  test "x`expr $as_lineno_1'$as_run' + 1`" = "x$as_lineno_2'$as_run'"' || {
freecontact-1.0.21/configure-480-  # Blame Lee E. McMahon (1931-1989) for sed's syntax.  :-)
##############################################
freecontact-1.0.21/configure-948-  case $ac_option in
freecontact-1.0.21/configure:949:  *=?*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
freecontact-1.0.21/configure-950-  *=)   ac_optarg= ;;
##############################################
freecontact-1.0.21/configure-992-  -disable-* | --disable-*)
freecontact-1.0.21/configure:993:    ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
freecontact-1.0.21/configure-994-    # Reject names that are not valid shell variable names.
##############################################
freecontact-1.0.21/configure-997-    ac_useropt_orig=$ac_useropt
freecontact-1.0.21/configure:998:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
freecontact-1.0.21/configure-999-    case $ac_user_opts in
##############################################
freecontact-1.0.21/configure-1018-  -enable-* | --enable-*)
freecontact-1.0.21/configure:1019:    ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
freecontact-1.0.21/configure-1020-    # Reject names that are not valid shell variable names.
##############################################
freecontact-1.0.21/configure-1023-    ac_useropt_orig=$ac_useropt
freecontact-1.0.21/configure:1024:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
freecontact-1.0.21/configure-1025-    case $ac_user_opts in
##############################################
freecontact-1.0.21/configure-1222-  -with-* | --with-*)
freecontact-1.0.21/configure:1223:    ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
freecontact-1.0.21/configure-1224-    # Reject names that are not valid shell variable names.
##############################################
freecontact-1.0.21/configure-1227-    ac_useropt_orig=$ac_useropt
freecontact-1.0.21/configure:1228:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
freecontact-1.0.21/configure-1229-    case $ac_user_opts in
##############################################
freecontact-1.0.21/configure-1238-  -without-* | --without-*)
freecontact-1.0.21/configure:1239:    ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
freecontact-1.0.21/configure-1240-    # Reject names that are not valid shell variable names.
##############################################
freecontact-1.0.21/configure-1243-    ac_useropt_orig=$ac_useropt
freecontact-1.0.21/configure:1244:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
freecontact-1.0.21/configure-1245-    case $ac_user_opts in
##############################################
freecontact-1.0.21/configure-1276-  *=*)
freecontact-1.0.21/configure:1277:    ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
freecontact-1.0.21/configure-1278-    # Reject names that are not valid shell variable names.
##############################################
freecontact-1.0.21/configure-1297-if test -n "$ac_prev"; then
freecontact-1.0.21/configure:1298:  ac_option=--`echo $ac_prev | sed 's/_/-/g'`
freecontact-1.0.21/configure-1299-  as_fn_error $? "missing argument to $ac_option"
##############################################
freecontact-1.0.21/configure-1319-    */ )
freecontact-1.0.21/configure:1320:      ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
freecontact-1.0.21/configure-1321-      eval $ac_var=\$ac_val;;
##############################################
freecontact-1.0.21/configure-1354-ac_ls_di=`ls -di .` &&
freecontact-1.0.21/configure:1355:ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
freecontact-1.0.21/configure-1356-  as_fn_error $? "working directory cannot be determined"
##############################################
freecontact-1.0.21/configure-1410-case $srcdir in
freecontact-1.0.21/configure:1411:*/) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
freecontact-1.0.21/configure-1412-esac
##############################################
freecontact-1.0.21/configure-1453-By default, \`make install' will install all the files in
freecontact-1.0.21/configure:1454:\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc.  You can specify
freecontact-1.0.21/configure:1455:an installation prefix other than \`$ac_default_prefix' using \`--prefix',
freecontact-1.0.21/configure-1456-for instance \`--prefix=\$HOME'.
##############################################
freecontact-1.0.21/configure-1598-*)
freecontact-1.0.21/configure:1599:  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
freecontact-1.0.21/configure-1600-  # A ".." for each directory in $ac_dir_suffix.
freecontact-1.0.21/configure:1601:  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
freecontact-1.0.21/configure-1602-  case $ac_top_builddir_sub in
##############################################
freecontact-1.0.21/configure-2216-  as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
freecontact-1.0.21/configure:2217:  as_decl_name=`echo $2|sed 's/ *(.*//'`
freecontact-1.0.21/configure:2218:  as_decl_use=`echo $2|sed -e 's/(/((/' -e 's/)/) 0&/' -e 's/,/) 0& (/g'`
freecontact-1.0.21/configure-2219-  { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $as_decl_name is declared" >&5
##############################################
freecontact-1.0.21/configure-2405-    *\'*)
freecontact-1.0.21/configure:2406:      ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
freecontact-1.0.21/configure-2407-    esac
##############################################
freecontact-1.0.21/configure-2488-      case $ac_val in
freecontact-1.0.21/configure:2489:      *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
freecontact-1.0.21/configure-2490-      esac
##############################################
freecontact-1.0.21/configure-2503-	case $ac_val in
freecontact-1.0.21/configure:2504:	*\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
freecontact-1.0.21/configure-2505-	esac
##############################################
freecontact-1.0.21/configure-2623-    set,)
freecontact-1.0.21/configure:2624:      { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
freecontact-1.0.21/configure:2625:$as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
freecontact-1.0.21/configure-2626-      ac_cache_corrupted=: ;;
##############################################
freecontact-1.0.21/configure-2634-	# differences in whitespace do not lead to failure.
freecontact-1.0.21/configure:2635:	ac_old_val_w=`echo x $ac_old_val`
freecontact-1.0.21/configure:2636:	ac_new_val_w=`echo x $ac_new_val`
freecontact-1.0.21/configure-2637-	if test "$ac_old_val_w" != "$ac_new_val_w"; then
##############################################
freecontact-1.0.21/configure-2654-    case $ac_new_val in
freecontact-1.0.21/configure:2655:    *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
freecontact-1.0.21/configure-2656-    *) ac_arg=$ac_var=$ac_new_val ;;
##############################################
freecontact-1.0.21/configure-2834-     echo "timestamp, slept: $am_has_slept" > conftest.file
freecontact-1.0.21/configure:2835:     set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
freecontact-1.0.21/configure-2836-     if test "$*" = "X"; then
freecontact-1.0.21/configure-2837-	# -L didn't work.
freecontact-1.0.21/configure:2838:	set X `ls -t "$srcdir/configure" conftest.file`
freecontact-1.0.21/configure-2839-     fi
##############################################
freecontact-1.0.21/configure-2885-ac_script='s/[\\$]/&&/g;s/;s,x,x,$//'
freecontact-1.0.21/configure:2886:program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"`
freecontact-1.0.21/configure-2887-
freecontact-1.0.21/configure-2888-# expand $ac_aux_dir to an absolute path
freecontact-1.0.21/configure:2889:am_aux_dir=`cd $ac_aux_dir && pwd`
freecontact-1.0.21/configure-2890-
##############################################
freecontact-1.0.21/configure-3030-	   as_fn_executable_p "$as_dir/$ac_prog$ac_exec_ext" || continue
freecontact-1.0.21/configure:3031:	   case `"$as_dir/$ac_prog$ac_exec_ext" --version 2>&1` in #(
freecontact-1.0.21/configure-3032-	     'mkdir (GNU coreutils) '* | \
##############################################
freecontact-1.0.21/configure-3103-set x ${MAKE-make}
freecontact-1.0.21/configure:3104:ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
freecontact-1.0.21/configure-3105-if eval \${ac_cv_prog_make_${ac_make}_set+:} false; then :
##############################################
freecontact-1.0.21/configure-3113-# GNU make sometimes prints "make[1]: Entering ...", which would confuse us.
freecontact-1.0.21/configure:3114:case `${MAKE-make} -f conftest.make 2>/dev/null` in
freecontact-1.0.21/configure-3115-  *@@@%%%=?*=@@@%%%*)
##############################################
freecontact-1.0.21/configure-3179-
freecontact-1.0.21/configure:3180:if test "`cd $srcdir && pwd`" != "`pwd`"; then
freecontact-1.0.21/configure-3181-  # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
##############################################
freecontact-1.0.21/configure-3448-$as_echo_n "checking whether the C++ compiler works... " >&6; }
freecontact-1.0.21/configure:3449:ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
freecontact-1.0.21/configure-3450-
##############################################
freecontact-1.0.21/configure-3492-	then :; else
freecontact-1.0.21/configure:3493:	   ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
freecontact-1.0.21/configure-3494-	fi
##############################################
freecontact-1.0.21/configure-3552-    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
freecontact-1.0.21/configure:3553:    *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
freecontact-1.0.21/configure-3554-	  break;;
##############################################
freecontact-1.0.21/configure-3661-    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
freecontact-1.0.21/configure:3662:    *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
freecontact-1.0.21/configure-3663-       break;;
##############################################
freecontact-1.0.21/configure-3820-# Ignore all kinds of additional output from 'make'.
freecontact-1.0.21/configure:3821:case `$am_make -s -f confmf 2> /dev/null` in #(
freecontact-1.0.21/configure-3822-*the\ am__doit\ target*)
##############################################
freecontact-1.0.21/configure-3830-   echo '.include "confinc"' > confmf
freecontact-1.0.21/configure:3831:   case `$am_make -s -f confmf 2> /dev/null` in #(
freecontact-1.0.21/configure-3832-   *the\ am__doit\ target*)
##############################################
freecontact-1.0.21/configure-3893-  if test "$am_compiler_list" = ""; then
freecontact-1.0.21/configure:3894:     am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
freecontact-1.0.21/configure-3895-  fi
##############################################
freecontact-1.0.21/configure-4426-test "x$ac_build_alias" = x &&
freecontact-1.0.21/configure:4427:  ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
freecontact-1.0.21/configure-4428-test "x$ac_build_alias" = x &&
freecontact-1.0.21/configure-4429-  as_fn_error $? "cannot guess build type; you must specify one" "$LINENO" 5
freecontact-1.0.21/configure:4430:ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
freecontact-1.0.21/configure-4431-  as_fn_error $? "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
##############################################
freecontact-1.0.21/configure-4450-IFS=$ac_save_IFS
freecontact-1.0.21/configure:4451:case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
freecontact-1.0.21/configure-4452-
##############################################
freecontact-1.0.21/configure-4461-else
freecontact-1.0.21/configure:4462:  ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
freecontact-1.0.21/configure-4463-    as_fn_error $? "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
##############################################
freecontact-1.0.21/configure-4483-IFS=$ac_save_IFS
freecontact-1.0.21/configure:4484:case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
freecontact-1.0.21/configure-4485-
##############################################
freecontact-1.0.21/configure-4555-  *mGLOB_options_string*)
freecontact-1.0.21/configure:4556:    ac_fc_v_output=`echo $ac_fc_v_output | sed 's/"-mGLOB[^"]*"/ /g'` ;;
freecontact-1.0.21/configure-4557-
##############################################
freecontact-1.0.21/configure-4578-  *cft90*)
freecontact-1.0.21/configure:4579:    ac_fc_v_output=`echo $ac_fc_v_output | sed 's/"//g'` ;;
freecontact-1.0.21/configure-4580-esac
##############################################
freecontact-1.0.21/configure-4663-  *mGLOB_options_string*)
freecontact-1.0.21/configure:4664:    ac_fc_v_output=`echo $ac_fc_v_output | sed 's/"-mGLOB[^"]*"/ /g'` ;;
freecontact-1.0.21/configure-4665-
##############################################
freecontact-1.0.21/configure-4686-  *cft90*)
freecontact-1.0.21/configure:4687:    ac_fc_v_output=`echo $ac_fc_v_output | sed 's/"//g'` ;;
freecontact-1.0.21/configure-4688-esac
##############################################
freecontact-1.0.21/configure-4762-	-YP,*)
freecontact-1.0.21/configure:4763:	  for ac_j in `$as_echo "$ac_arg" | sed -e 's/-YP,/-L/;s/:/ -L/g'`; do
freecontact-1.0.21/configure-4764-	      ac_exists=false
##############################################
freecontact-1.0.21/configure-4884-if test "X`( print -r -- -n ) 2>/dev/null`" = X-n && \
freecontact-1.0.21/configure:4885:   test "X`print -r -- $ECHO 2>/dev/null`" = "X$ECHO"; then
freecontact-1.0.21/configure-4886-  ECHO='print -r --'
freecontact-1.0.21/configure:4887:elif test "X`printf %s $ECHO 2>/dev/null`" = "X$ECHO"; then
freecontact-1.0.21/configure-4888-  ECHO='printf %s\n'
##############################################
freecontact-1.0.21/configure-5555-  if test "$am_compiler_list" = ""; then
freecontact-1.0.21/configure:5556:     am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
freecontact-1.0.21/configure-5557-  fi
##############################################
freecontact-1.0.21/configure-5679-  # Check for GNU $ac_path_SED
freecontact-1.0.21/configure:5680:case `"$ac_path_SED" --version 2>&1` in
freecontact-1.0.21/configure-5681-*GNU*)
##############################################
freecontact-1.0.21/configure-5755-  # Check for GNU $ac_path_GREP
freecontact-1.0.21/configure:5756:case `"$ac_path_GREP" --version 2>&1` in
freecontact-1.0.21/configure-5757-*GNU*)
##############################################
freecontact-1.0.21/configure-5821-  # Check for GNU $ac_path_EGREP
freecontact-1.0.21/configure:5822:case `"$ac_path_EGREP" --version 2>&1` in
freecontact-1.0.21/configure-5823-*GNU*)
##############################################
freecontact-1.0.21/configure-5888-  # Check for GNU $ac_path_FGREP
freecontact-1.0.21/configure:5889:case `"$ac_path_FGREP" --version 2>&1` in
freecontact-1.0.21/configure-5890-*GNU*)
##############################################
freecontact-1.0.21/configure-5968-    # gcc leaves a trailing carriage return which upsets mingw
freecontact-1.0.21/configure:5969:    ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
freecontact-1.0.21/configure-5970-  *)
freecontact-1.0.21/configure:5971:    ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
freecontact-1.0.21/configure-5972-  esac
##############################################
freecontact-1.0.21/configure-5977-      # Canonicalize the pathname of ld
freecontact-1.0.21/configure:5978:      ac_prog=`$ECHO "$ac_prog"| $SED 's%\\\\%/%g'`
freecontact-1.0.21/configure-5979-      while $ECHO "$ac_prog" | $GREP "$re_direlt" > /dev/null 2>&1; do
freecontact-1.0.21/configure:5980:	ac_prog=`$ECHO $ac_prog| $SED "s%$re_direlt%/%"`
freecontact-1.0.21/configure-5981-      done
##############################################
freecontact-1.0.21/configure-6012-      # Break only if it was the GNU/non-GNU ld that we prefer.
freecontact-1.0.21/configure:6013:      case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in
freecontact-1.0.21/configure-6014-      *GNU* | *'with BFD'*)
##############################################
freecontact-1.0.21/configure-6043-  # I'd rather use --version here, but apparently some GNU lds only accept -v.
freecontact-1.0.21/configure:6044:case `$LD -v 2>&1 </dev/null` in
freecontact-1.0.21/configure-6045-*GNU* | *'with BFD'*)
##############################################
freecontact-1.0.21/configure-6088-	# Tru64's nm complains that /dev/null is an invalid object file
freecontact-1.0.21/configure:6089:	case `"$tmp_nm" -B /dev/null 2>&1 | sed '1q'` in
freecontact-1.0.21/configure-6090-	*/dev/null* | *'Invalid file or object type'*)
##############################################
freecontact-1.0.21/configure-6094-	*)
freecontact-1.0.21/configure:6095:	  case `"$tmp_nm" -p /dev/null 2>&1 | sed '1q'` in
freecontact-1.0.21/configure-6096-	  */dev/null*)
##############################################
freecontact-1.0.21/configure-6222-
freecontact-1.0.21/configure:6223:    case `$DUMPBIN -symbols /dev/null 2>&1 | sed '1q'` in
freecontact-1.0.21/configure-6224-    *COFF*)
##############################################
freecontact-1.0.21/configure-6334-    # And add a safety zone
freecontact-1.0.21/configure:6335:    lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
freecontact-1.0.21/configure:6336:    lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
freecontact-1.0.21/configure-6337-    ;;
##############################################
freecontact-1.0.21/configure-6367-    if test -n "$kargmax"; then
freecontact-1.0.21/configure:6368:      lt_cv_sys_max_cmd_len=`echo $kargmax | sed 's/.*[	 ]//'`
freecontact-1.0.21/configure-6369-    else
##############################################
freecontact-1.0.21/configure-6376-	test undefined != "$lt_cv_sys_max_cmd_len"; then
freecontact-1.0.21/configure:6377:      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
freecontact-1.0.21/configure:6378:      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
freecontact-1.0.21/configure-6379-    else
##############################################
freecontact-1.0.21/configure-6388-      # we can't tell.
freecontact-1.0.21/configure:6389:      while { test "X"`env echo "$teststring$teststring" 2>/dev/null` \
freecontact-1.0.21/configure-6390-	         = "X$teststring$teststring"; } >/dev/null 2>&1 &&
##############################################
freecontact-1.0.21/configure-6392-      do
freecontact-1.0.21/configure:6393:        i=`expr $i + 1`
freecontact-1.0.21/configure-6394-        teststring=$teststring$teststring
##############################################
freecontact-1.0.21/configure-6396-      # Only check the string length outside the loop.
freecontact-1.0.21/configure:6397:      lt_cv_sys_max_cmd_len=`expr "X$teststring" : ".*" 2>&1`
freecontact-1.0.21/configure-6398-      teststring=
##############################################
freecontact-1.0.21/configure-6401-      # linker.  It appears as though 1/2 is a usable value.
freecontact-1.0.21/configure:6402:      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 2`
freecontact-1.0.21/configure-6403-    fi
##############################################
freecontact-1.0.21/configure-6837-openbsd*)
freecontact-1.0.21/configure:6838:  if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
freecontact-1.0.21/configure-6839-    lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|\.so|_pic\.a)$'
##############################################
freecontact-1.0.21/configure-6904-    else
freecontact-1.0.21/configure:6905:      file_magic_glob=`echo aAbBcCdDeEfFgGhHiIjJkKlLmMnNoOpPqQrRsStTuUvVwWxXyYzZ | $SED -e "s/\(..\)/s\/[\1]\/[\1]\/g;/g"`
freecontact-1.0.21/configure-6906-    fi
##############################################
freecontact-1.0.21/configure-7049-  # decide which to use based on capabilities of $DLLTOOL
freecontact-1.0.21/configure:7050:  case `$DLLTOOL --help 2>&1` in
freecontact-1.0.21/configure-7051-  *--identify-strict*)
##############################################
freecontact-1.0.21/configure-7571-# If we're using GNU nm, then use its standard symbol codes.
freecontact-1.0.21/configure:7572:case `$NM -V 2>&1` in
freecontact-1.0.21/configure-7573-*GNU* | *'with BFD'*)
##############################################
freecontact-1.0.21/configure-7589-mingw*)
freecontact-1.0.21/configure:7590:  opt_cr=`$ECHO 'x\{0,1\}' | tr x '\015'` # option cr in regexp
freecontact-1.0.21/configure-7591-  ;;
##############################################
freecontact-1.0.21/configure-7808-   if test "$GCC" = yes; then
freecontact-1.0.21/configure:7809:     lt_sysroot=`$CC --print-sysroot 2>/dev/null`
freecontact-1.0.21/configure-7810-   fi
##############################################
freecontact-1.0.21/configure-7812- /*)
freecontact-1.0.21/configure:7813:   lt_sysroot=`echo "$with_sysroot" | sed -e "$sed_quote_subst"`
freecontact-1.0.21/configure-7814-   ;; #(
##############################################
freecontact-1.0.21/configure-7848-  test $ac_status = 0; }; then
freecontact-1.0.21/configure:7849:    case `/usr/bin/file conftest.$ac_objext` in
freecontact-1.0.21/configure-7850-      *ELF-32*)
##############################################
freecontact-1.0.21/configure-7868-    if test "$lt_cv_prog_gnu_ld" = yes; then
freecontact-1.0.21/configure:7869:      case `/usr/bin/file conftest.$ac_objext` in
freecontact-1.0.21/configure-7870-	*32-bit*)
##############################################
freecontact-1.0.21/configure-7880-    else
freecontact-1.0.21/configure:7881:      case `/usr/bin/file conftest.$ac_objext` in
freecontact-1.0.21/configure-7882-	*32-bit*)
##############################################
freecontact-1.0.21/configure-9041-do :
freecontact-1.0.21/configure:9042:  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
freecontact-1.0.21/configure-9043-ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
##############################################
freecontact-1.0.21/configure-9046-  cat >>confdefs.h <<_ACEOF
freecontact-1.0.21/configure:9047:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
freecontact-1.0.21/configure-9048-_ACEOF
##############################################
freecontact-1.0.21/configure-9073-  case ${2} in
freecontact-1.0.21/configure:9074:  .*) func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%\\\\${2}\$%%"`;;
freecontact-1.0.21/configure:9075:  *)  func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%${2}\$%%"`;;
freecontact-1.0.21/configure-9076-  esac
##############################################
freecontact-1.0.21/configure-9344-done
freecontact-1.0.21/configure:9345:cc_basename=`$ECHO "$cc_temp" | $SED "s%.*/%%; s%^$host_alias-%%"`
freecontact-1.0.21/configure-9346-
##############################################
freecontact-1.0.21/configure-9373-	"file_magic "*)
freecontact-1.0.21/configure:9374:	  file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
freecontact-1.0.21/configure-9375-	  MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
##############################################
freecontact-1.0.21/configure-9439-	"file_magic "*)
freecontact-1.0.21/configure:9440:	  file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
freecontact-1.0.21/configure-9441-	  MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
##############################################
freecontact-1.0.21/configure-9806-      *)
freecontact-1.0.21/configure:9807:	case `$CC -V 2>&1 | sed 5q` in
freecontact-1.0.21/configure-9808-	*Sun\ Ceres\ Fortran* | *Sun*Fortran*\ [1-7].* | *Sun*Fortran*\ 8.[0-3]*)
##############################################
freecontact-1.0.21/configure-10166-  if test "$hard_links" = no; then
freecontact-1.0.21/configure:10167:    { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5
freecontact-1.0.21/configure:10168:$as_echo "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2;}
freecontact-1.0.21/configure-10169-    need_locks=warn
##############################################
freecontact-1.0.21/configure-10255-	# shared libraries, regardless of the interface used.
freecontact-1.0.21/configure:10256:	case `$LD -v 2>&1` in
freecontact-1.0.21/configure-10257-	  *\ \(GNU\ Binutils\)\ 2.19.5*) ;;
##############################################
freecontact-1.0.21/configure-10287-    supports_anon_versioning=no
freecontact-1.0.21/configure:10288:    case `$LD -v 2>&1` in
freecontact-1.0.21/configure-10289-      *GNU\ gold*) supports_anon_versioning=yes ;;
##############################################
freecontact-1.0.21/configure-10356-	# is EXPORTS), use it as is; otherwise, prepend...
freecontact-1.0.21/configure:10357:	archive_expsym_cmds='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
freecontact-1.0.21/configure-10358-	  cp $export_symbols $output_objdir/$soname.def;
##############################################
freecontact-1.0.21/configure-10384-      # time.  Moving up from 0x10000000 also allows more sbrk(2) space.
freecontact-1.0.21/configure:10385:      archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
freecontact-1.0.21/configure:10386:      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'
freecontact-1.0.21/configure-10387-      ;;
##############################################
freecontact-1.0.21/configure-10402-        pgcc*)				# Portland Group C compiler
freecontact-1.0.21/configure:10403:	  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'
freecontact-1.0.21/configure-10404-	  tmp_addflag=' $pic_flag'
##############################################
freecontact-1.0.21/configure-10407-					# Portland Group f77 and f90 compilers
freecontact-1.0.21/configure:10408:	  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'
freecontact-1.0.21/configure-10409-	  tmp_addflag=' $pic_flag -Mnomain' ;;
##############################################
freecontact-1.0.21/configure-10422-	nvcc*)	# Cuda Compiler Driver 2.2
freecontact-1.0.21/configure:10423:	  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'
freecontact-1.0.21/configure-10424-	  compiler_needs_object=yes
##############################################
freecontact-1.0.21/configure-10426-	esac
freecontact-1.0.21/configure:10427:	case `$CC -V 2>&1 | sed 5q` in
freecontact-1.0.21/configure-10428-	*Sun\ C*)			# Sun C 5.9
freecontact-1.0.21/configure:10429:	  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'
freecontact-1.0.21/configure-10430-	  compiler_needs_object=yes
##############################################
freecontact-1.0.21/configure-10494-    sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*)
freecontact-1.0.21/configure:10495:      case `$LD -v 2>&1` in
freecontact-1.0.21/configure-10496-        *\ [01].* | *\ 2.[0-9].* | *\ 2.1[0-5].*)
##############################################
freecontact-1.0.21/configure-10617-	# below for broken collect2 doesn't work under 4.3+
freecontact-1.0.21/configure:10618:	  collect2name=`${CC} -print-prog-name=collect2`
freecontact-1.0.21/configure-10619-	  if test -f "$collect2name" &&
##############################################
freecontact-1.0.21/configure-10691-      }'
freecontact-1.0.21/configure:10692:  lt_cv_aix_libpath_=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
freecontact-1.0.21/configure-10693-  # Check for a 64-bit object if we didn't find anything.
freecontact-1.0.21/configure-10694-  if test -z "$lt_cv_aix_libpath_"; then
freecontact-1.0.21/configure:10695:    lt_cv_aix_libpath_=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
freecontact-1.0.21/configure-10696-  fi
##############################################
freecontact-1.0.21/configure-10709-        hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath"
freecontact-1.0.21/configure:10710:        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"
freecontact-1.0.21/configure-10711-      else
##############################################
freecontact-1.0.21/configure-10744-      }'
freecontact-1.0.21/configure:10745:  lt_cv_aix_libpath_=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
freecontact-1.0.21/configure-10746-  # Check for a 64-bit object if we didn't find anything.
freecontact-1.0.21/configure-10747-  if test -z "$lt_cv_aix_libpath_"; then
freecontact-1.0.21/configure:10748:    lt_cv_aix_libpath_=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
freecontact-1.0.21/configure-10749-  fi
##############################################
freecontact-1.0.21/configure-10817-	archive_cmds='$CC -o $output_objdir/$soname $libobjs $compiler_flags $deplibs -Wl,-dll~linknames='
freecontact-1.0.21/configure:10818:	archive_expsym_cmds='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
freecontact-1.0.21/configure-10819-	    sed -n -e 's/\\\\\\\(.*\\\\\\\)/-link\\\ -EXPORT:\\\\\\\1/' -e '1\\\!p' < $export_symbols > $output_objdir/$soname.exp;
##############################################
freecontact-1.0.21/configure-10854-	# FIXME: Setting linknames here is a bad hack.
freecontact-1.0.21/configure:10855:	archive_cmds='$CC -o $lib $libobjs $compiler_flags `func_echo_all "$deplibs" | $SED '\''s/ -lc$//'\''` -link -dll~linknames='
freecontact-1.0.21/configure-10856-	# The linker will automatically build a .lib file if we build a DLL.
##############################################
freecontact-1.0.21/configure-10872-  if test "$lt_cv_ld_force_load" = "yes"; then
freecontact-1.0.21/configure:10873:    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\"`'
freecontact-1.0.21/configure-10874-
##############################################
freecontact-1.0.21/configure-11052-      if test "$GCC" = yes; then
freecontact-1.0.21/configure:11053:	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'
freecontact-1.0.21/configure-11054-	# Try to use the -exported_symbol ld option, if it does not
##############################################
freecontact-1.0.21/configure-11080-	if test "$lt_cv_irix_exported_symbol" = yes; then
freecontact-1.0.21/configure:11081:          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'
freecontact-1.0.21/configure-11082-	fi
freecontact-1.0.21/configure-11083-      else
freecontact-1.0.21/configure:11084:	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'
freecontact-1.0.21/configure:11085:	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'
freecontact-1.0.21/configure-11086-      fi
##############################################
freecontact-1.0.21/configure-11120-	hardcode_direct_absolute=yes
freecontact-1.0.21/configure:11121:	if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
freecontact-1.0.21/configure-11122-	  archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
##############################################
freecontact-1.0.21/configure-11153-	allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'
freecontact-1.0.21/configure:11154:	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'
freecontact-1.0.21/configure-11155-      else
freecontact-1.0.21/configure-11156-	allow_undefined_flag=' -expect_unresolved \*'
freecontact-1.0.21/configure:11157:	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'
freecontact-1.0.21/configure-11158-      fi
##############################################
freecontact-1.0.21/configure-11166-	allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'
freecontact-1.0.21/configure:11167:	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'
freecontact-1.0.21/configure-11168-	hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
##############################################
freecontact-1.0.21/configure-11170-	allow_undefined_flag=' -expect_unresolved \*'
freecontact-1.0.21/configure:11171:	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'
freecontact-1.0.21/configure:11172:	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~
freecontact-1.0.21/configure:11173:	$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'
freecontact-1.0.21/configure-11174-
##############################################
freecontact-1.0.21/configure-11189-      else
freecontact-1.0.21/configure:11190:	case `$CC -V 2>&1` in
freecontact-1.0.21/configure-11191-	*"Compilers 5.0"*)
##############################################
freecontact-1.0.21/configure-11588-  esac
freecontact-1.0.21/configure:11589:  lt_search_path_spec=`$CC -print-search-dirs | awk $lt_awk_arg | $SED -e "s/^libraries://" -e $lt_sed_strip_eq`
freecontact-1.0.21/configure-11590-  case $lt_search_path_spec in
##############################################
freecontact-1.0.21/configure-11595-    # okay in the real world where ";" in dirpaths is itself problematic.
freecontact-1.0.21/configure:11596:    lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED 's/;/ /g'`
freecontact-1.0.21/configure-11597-    ;;
freecontact-1.0.21/configure-11598-  *)
freecontact-1.0.21/configure:11599:    lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED "s/$PATH_SEPARATOR/ /g"`
freecontact-1.0.21/configure-11600-    ;;
##############################################
freecontact-1.0.21/configure-11604-  lt_tmp_lt_search_path_spec=
freecontact-1.0.21/configure:11605:  lt_multi_os_dir=`$CC $CPPFLAGS $CFLAGS $LDFLAGS -print-multi-os-directory 2>/dev/null`
freecontact-1.0.21/configure-11606-  for lt_sys_path in $lt_search_path_spec; do
##############################################
freecontact-1.0.21/configure-11639-  esac
freecontact-1.0.21/configure:11640:  sys_lib_search_path_spec=`$ECHO "$lt_search_path_spec" | $lt_NL2SP`
freecontact-1.0.21/configure-11641-else
##############################################
freecontact-1.0.21/configure-11727-    # Create ${libname}_ixlibrary.a entries in /sys/libs.
freecontact-1.0.21/configure:11728:    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'
freecontact-1.0.21/configure-11729-    ;;
##############################################
freecontact-1.0.21/configure-11763-    # DLL is installed to $(libdir)/../bin by postinstall_cmds
freecontact-1.0.21/configure:11764:    postinstall_cmds='base_file=`basename \${file}`~
freecontact-1.0.21/configure:11765:      dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i; echo \$dlname'\''`~
freecontact-1.0.21/configure:11766:      dldir=$destdir/`dirname \$dlpath`~
freecontact-1.0.21/configure-11767-      test -d \$dldir || mkdir -p \$dldir~
##############################################
freecontact-1.0.21/configure-11772-      fi'
freecontact-1.0.21/configure:11773:    postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
freecontact-1.0.21/configure-11774-      dlpath=$dir/\$dldll~
##############################################
freecontact-1.0.21/configure-11780-      # Cygwin DLLs use 'cyg' prefix rather than 'lib'
freecontact-1.0.21/configure:11781:      soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
freecontact-1.0.21/configure-11782-
##############################################
freecontact-1.0.21/configure-11786-      # MinGW DLLs use traditional 'lib' prefix
freecontact-1.0.21/configure:11787:      soname_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
freecontact-1.0.21/configure-11788-      ;;
##############################################
freecontact-1.0.21/configure-11790-      # pw32 DLLs use 'pw' prefix rather than 'lib'
freecontact-1.0.21/configure:11791:      library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
freecontact-1.0.21/configure-11792-      ;;
##############################################
freecontact-1.0.21/configure-11799-    libname_spec='$name'
freecontact-1.0.21/configure:11800:    soname_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
freecontact-1.0.21/configure-11801-    library_names_spec='${libname}.dll.lib'
##############################################
freecontact-1.0.21/configure-11811-        # Let DOS variable expansion print the short 8.3 style file name.
freecontact-1.0.21/configure:11812:        lt_path=`cd "$lt_path" 2>/dev/null && cmd //C "for %i in (".") do @echo %~si"`
freecontact-1.0.21/configure-11813-        sys_lib_search_path_spec="$sys_lib_search_path_spec $lt_path"
##############################################
freecontact-1.0.21/configure-11816-      # Convert to MSYS style.
freecontact-1.0.21/configure:11817:      sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | sed -e 's|\\\\|/|g' -e 's| \\([a-zA-Z]\\):| /\\1|g' -e 's|^ ||'`
freecontact-1.0.21/configure-11818-      ;;
##############################################
freecontact-1.0.21/configure-11822-      # like /cygdrive/c/PROGRA~1:/cygdr...
freecontact-1.0.21/configure:11823:      sys_lib_search_path_spec=`cygpath --path --unix "$LIB"`
freecontact-1.0.21/configure:11824:      sys_lib_search_path_spec=`cygpath --path --dos "$sys_lib_search_path_spec" 2>/dev/null`
freecontact-1.0.21/configure:11825:      sys_lib_search_path_spec=`cygpath --path --unix "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"`
freecontact-1.0.21/configure-11826-      ;;
##############################################
freecontact-1.0.21/configure-11830-        # It is most probably a Windows format PATH.
freecontact-1.0.21/configure:11831:        sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'`
freecontact-1.0.21/configure-11832-      else
freecontact-1.0.21/configure:11833:        sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"`
freecontact-1.0.21/configure-11834-      fi
##############################################
freecontact-1.0.21/configure-11840-    # DLL is installed to $(libdir)/../bin by postinstall_cmds
freecontact-1.0.21/configure:11841:    postinstall_cmds='base_file=`basename \${file}`~
freecontact-1.0.21/configure:11842:      dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i; echo \$dlname'\''`~
freecontact-1.0.21/configure:11843:      dldir=$destdir/`dirname \$dlpath`~
freecontact-1.0.21/configure-11844-      test -d \$dldir || mkdir -p \$dldir~
freecontact-1.0.21/configure-11845-      $install_prog $dir/$dlname \$dldir/$dlname'
freecontact-1.0.21/configure:11846:    postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
freecontact-1.0.21/configure-11847-      dlpath=$dir/\$dldll~
##############################################
freecontact-1.0.21/configure-11854-    # Assume MSVC wrapper
freecontact-1.0.21/configure:11855:    library_names_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext} $libname.lib'
freecontact-1.0.21/configure-11856-    dynamic_linker='Win32 ld.exe'
##############################################
freecontact-1.0.21/configure-11871-  shlibpath_var=DYLD_LIBRARY_PATH
freecontact-1.0.21/configure:11872:  shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`'
freecontact-1.0.21/configure-11873-
##############################################
freecontact-1.0.21/configure-12097-  if test -f /etc/ld.so.conf; then
freecontact-1.0.21/configure:12098:    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' ' '`
freecontact-1.0.21/configure-12099-    sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra"
##############################################
freecontact-1.0.21/configure-12171-  shlibpath_var=LD_LIBRARY_PATH
freecontact-1.0.21/configure:12172:  if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
freecontact-1.0.21/configure-12173-    case $host_os in
##############################################
freecontact-1.0.21/configure-13320-done
freecontact-1.0.21/configure:13321:cc_basename=`$ECHO "$cc_temp" | $SED "s%.*/%%; s%^$host_alias-%%"`
freecontact-1.0.21/configure-13322-
##############################################
freecontact-1.0.21/configure-13352-    # gcc leaves a trailing carriage return which upsets mingw
freecontact-1.0.21/configure:13353:    ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
freecontact-1.0.21/configure-13354-  *)
freecontact-1.0.21/configure:13355:    ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
freecontact-1.0.21/configure-13356-  esac
##############################################
freecontact-1.0.21/configure-13361-      # Canonicalize the pathname of ld
freecontact-1.0.21/configure:13362:      ac_prog=`$ECHO "$ac_prog"| $SED 's%\\\\%/%g'`
freecontact-1.0.21/configure-13363-      while $ECHO "$ac_prog" | $GREP "$re_direlt" > /dev/null 2>&1; do
freecontact-1.0.21/configure:13364:	ac_prog=`$ECHO $ac_prog| $SED "s%$re_direlt%/%"`
freecontact-1.0.21/configure-13365-      done
##############################################
freecontact-1.0.21/configure-13396-      # Break only if it was the GNU/non-GNU ld that we prefer.
freecontact-1.0.21/configure:13397:      case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in
freecontact-1.0.21/configure-13398-      *GNU* | *'with BFD'*)
##############################################
freecontact-1.0.21/configure-13427-  # I'd rather use --version here, but apparently some GNU lds only accept -v.
freecontact-1.0.21/configure:13428:case `$LD -v 2>&1 </dev/null` in
freecontact-1.0.21/configure-13429-*GNU* | *'with BFD'*)
##############################################
freecontact-1.0.21/configure-13461-        # ancient GNU ld didn't support --whole-archive et. al.
freecontact-1.0.21/configure:13462:        if eval "`$CC -print-prog-name=ld` --help 2>&1" |
freecontact-1.0.21/configure-13463-	  $GREP 'no-whole-archive' > /dev/null; then
##############################################
freecontact-1.0.21/configure-13545-          # below for broken collect2 doesn't work under 4.3+
freecontact-1.0.21/configure:13546:	  collect2name=`${CC} -print-prog-name=collect2`
freecontact-1.0.21/configure-13547-	  if test -f "$collect2name" &&
##############################################
freecontact-1.0.21/configure-13618-      }'
freecontact-1.0.21/configure:13619:  lt_cv_aix_libpath__CXX=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
freecontact-1.0.21/configure-13620-  # Check for a 64-bit object if we didn't find anything.
freecontact-1.0.21/configure-13621-  if test -z "$lt_cv_aix_libpath__CXX"; then
freecontact-1.0.21/configure:13622:    lt_cv_aix_libpath__CXX=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
freecontact-1.0.21/configure-13623-  fi
##############################################
freecontact-1.0.21/configure-13637-
freecontact-1.0.21/configure:13638:          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"
freecontact-1.0.21/configure-13639-        else
##############################################
freecontact-1.0.21/configure-13672-      }'
freecontact-1.0.21/configure:13673:  lt_cv_aix_libpath__CXX=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
freecontact-1.0.21/configure-13674-  # Check for a 64-bit object if we didn't find anything.
freecontact-1.0.21/configure-13675-  if test -z "$lt_cv_aix_libpath__CXX"; then
freecontact-1.0.21/configure:13676:    lt_cv_aix_libpath__CXX=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
freecontact-1.0.21/configure-13677-  fi
##############################################
freecontact-1.0.21/configure-13745-	  archive_cmds_CXX='$CC -o $output_objdir/$soname $libobjs $compiler_flags $deplibs -Wl,-dll~linknames='
freecontact-1.0.21/configure:13746:	  archive_expsym_cmds_CXX='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
freecontact-1.0.21/configure-13747-	      $SED -n -e 's/\\\\\\\(.*\\\\\\\)/-link\\\ -EXPORT:\\\\\\\1/' -e '1\\\!p' < $export_symbols > $output_objdir/$soname.exp;
##############################################
freecontact-1.0.21/configure-13786-	    # is EXPORTS), use it as is; otherwise, prepend...
freecontact-1.0.21/configure:13787:	    archive_expsym_cmds_CXX='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
freecontact-1.0.21/configure-13788-	      cp $export_symbols $output_objdir/$soname.def;
##############################################
freecontact-1.0.21/configure-13807-  if test "$lt_cv_ld_force_load" = "yes"; then
freecontact-1.0.21/configure:13808:    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\"`'
freecontact-1.0.21/configure-13809-
##############################################
freecontact-1.0.21/configure-13898-            # dependencies.
freecontact-1.0.21/configure:13899:            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"'
freecontact-1.0.21/configure-13900-            ;;
##############################################
freecontact-1.0.21/configure-13963-	    # dependencies.
freecontact-1.0.21/configure:13964:	    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"'
freecontact-1.0.21/configure-13965-	    ;;
##############################################
freecontact-1.0.21/configure-13999-	# time.  Moving up from 0x10000000 also allows more sbrk(2) space.
freecontact-1.0.21/configure:14000:	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'
freecontact-1.0.21/configure:14001:	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'
freecontact-1.0.21/configure-14002-	;;
##############################################
freecontact-1.0.21/configure-14006-	    # SGI C++
freecontact-1.0.21/configure:14007:	    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'
freecontact-1.0.21/configure-14008-
##############################################
freecontact-1.0.21/configure-14017-	      if test "$with_gnu_ld" = no; then
freecontact-1.0.21/configure:14018:	        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'
freecontact-1.0.21/configure-14019-	      else
freecontact-1.0.21/configure:14020:	        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'
freecontact-1.0.21/configure-14021-	      fi
##############################################
freecontact-1.0.21/configure-14038-	    # to its proper name (with version) after linking.
freecontact-1.0.21/configure:14039:	    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'
freecontact-1.0.21/configure:14040:	    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'
freecontact-1.0.21/configure-14041-	    # Commands to make compiler produce verbose output that lists
##############################################
freecontact-1.0.21/configure-14048-	    # dependencies.
freecontact-1.0.21/configure:14049:	    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"'
freecontact-1.0.21/configure-14050-
##############################################
freecontact-1.0.21/configure-14063-	    # earlier do not add the objects themselves.
freecontact-1.0.21/configure:14064:	    case `$CC -V 2>&1` in
freecontact-1.0.21/configure-14065-	      *"Version 7."*)
##############################################
freecontact-1.0.21/configure-14084-            # Portland Group C++ compiler
freecontact-1.0.21/configure:14085:	    case `$CC -V` in
freecontact-1.0.21/configure-14086-	    *pgCC\ [1-5].* | *pgcpp\ [1-5].*)
##############################################
freecontact-1.0.21/configure-14089-		$CC --prelink_objects --instantiation_dir $tpldir $objs $libobjs $compile_deplibs~
freecontact-1.0.21/configure:14090:		compile_command="$compile_command `find $tpldir -name \*.o | sort | $NL2SP`"'
freecontact-1.0.21/configure-14091-	      old_archive_cmds_CXX='tpldir=Template.dir~
##############################################
freecontact-1.0.21/configure-14093-		$CC --prelink_objects --instantiation_dir $tpldir $oldobjs$old_deplibs~
freecontact-1.0.21/configure:14094:		$AR $AR_FLAGS $oldlib$oldobjs$old_deplibs `find $tpldir -name \*.o | sort | $NL2SP`~
freecontact-1.0.21/configure-14095-		$RANLIB $oldlib'
##############################################
freecontact-1.0.21/configure-14098-		$CC --prelink_objects --instantiation_dir $tpldir $predep_objects $libobjs $deplibs $convenience $postdep_objects~
freecontact-1.0.21/configure:14099:		$CC -shared $pic_flag $predep_objects $libobjs $deplibs `find $tpldir -name \*.o | sort | $NL2SP` $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname -o $lib'
freecontact-1.0.21/configure-14100-	      archive_expsym_cmds_CXX='tpldir=Template.dir~
##############################################
freecontact-1.0.21/configure-14102-		$CC --prelink_objects --instantiation_dir $tpldir $predep_objects $libobjs $deplibs $convenience $postdep_objects~
freecontact-1.0.21/configure:14103:		$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'
freecontact-1.0.21/configure-14104-	      ;;
##############################################
freecontact-1.0.21/configure-14112-	    export_dynamic_flag_spec_CXX='${wl}--export-dynamic'
freecontact-1.0.21/configure:14113:	    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'
freecontact-1.0.21/configure-14114-            ;;
##############################################
freecontact-1.0.21/configure-14131-	    # dependencies.
freecontact-1.0.21/configure:14132:	    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'
freecontact-1.0.21/configure-14133-	    ;;
##############################################
freecontact-1.0.21/configure-14146-	  *)
freecontact-1.0.21/configure:14147:	    case `$CC -V 2>&1 | sed 5q` in
freecontact-1.0.21/configure-14148-	    *Sun\ C*)
##############################################
freecontact-1.0.21/configure-14153-	      hardcode_libdir_flag_spec_CXX='-R$libdir'
freecontact-1.0.21/configure:14154:	      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'
freecontact-1.0.21/configure-14155-	      compiler_needs_object_CXX=yes
##############################################
freecontact-1.0.21/configure-14223-	  hardcode_libdir_flag_spec_CXX='${wl}-rpath,$libdir'
freecontact-1.0.21/configure:14224:	  if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
freecontact-1.0.21/configure-14225-	    archive_expsym_cmds_CXX='$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-retain-symbols-file,$export_symbols -o $lib'
##############################################
freecontact-1.0.21/configure-14242-	    # to its proper name (with version) after linking.
freecontact-1.0.21/configure:14243:	    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'
freecontact-1.0.21/configure-14244-
##############################################
freecontact-1.0.21/configure-14263-	        allow_undefined_flag_CXX=' ${wl}-expect_unresolved ${wl}\*'
freecontact-1.0.21/configure:14264:	        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'
freecontact-1.0.21/configure-14265-	        hardcode_libdir_flag_spec_CXX='${wl}-rpath ${wl}$libdir'
##############################################
freecontact-1.0.21/configure-14268-	        allow_undefined_flag_CXX=' -expect_unresolved \*'
freecontact-1.0.21/configure:14269:	        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'
freecontact-1.0.21/configure:14270:	        archive_expsym_cmds_CXX='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done~
freecontact-1.0.21/configure-14271-	          echo "-hidden">> $lib.exp~
freecontact-1.0.21/configure:14272:	          $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~
freecontact-1.0.21/configure-14273-	          $RM $lib.exp'
##############################################
freecontact-1.0.21/configure-14287-	    # dependencies.
freecontact-1.0.21/configure:14288:	    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"'
freecontact-1.0.21/configure-14289-	    ;;
##############################################
freecontact-1.0.21/configure-14294-	        osf3*)
freecontact-1.0.21/configure:14295:	          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'
freecontact-1.0.21/configure-14296-		  ;;
freecontact-1.0.21/configure-14297-	        *)
freecontact-1.0.21/configure:14298:	          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'
freecontact-1.0.21/configure-14299-		  ;;
##############################################
freecontact-1.0.21/configure-14541-
freecontact-1.0.21/configure:14542:  for p in `eval "$output_verbose_link_cmd"`; do
freecontact-1.0.21/configure-14543-    case ${prev}${p} in
##############################################
freecontact-1.0.21/configure-14638-linux*)
freecontact-1.0.21/configure:14639:  case `$CC -V 2>&1 | sed 5q` in
freecontact-1.0.21/configure-14640-  *Sun\ C*)
##############################################
freecontact-1.0.21/configure-14689-if test -n "${compiler_lib_search_path_CXX}"; then
freecontact-1.0.21/configure:14690: compiler_lib_search_dirs_CXX=`echo " ${compiler_lib_search_path_CXX}" | ${SED} -e 's! -L! !g' -e 's!^ !!'`
freecontact-1.0.21/configure-14691-fi
##############################################
freecontact-1.0.21/configure-14930-	  *)
freecontact-1.0.21/configure:14931:	    case `$CC -V 2>&1 | sed 5q` in
freecontact-1.0.21/configure-14932-	    *Sun\ C*)
##############################################
freecontact-1.0.21/configure-15284-  if test "$hard_links" = no; then
freecontact-1.0.21/configure:15285:    { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5
freecontact-1.0.21/configure:15286:$as_echo "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2;}
freecontact-1.0.21/configure-15287-    need_locks=warn
##############################################
freecontact-1.0.21/configure-15561-    # Create ${libname}_ixlibrary.a entries in /sys/libs.
freecontact-1.0.21/configure:15562:    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'
freecontact-1.0.21/configure-15563-    ;;
##############################################
freecontact-1.0.21/configure-15597-    # DLL is installed to $(libdir)/../bin by postinstall_cmds
freecontact-1.0.21/configure:15598:    postinstall_cmds='base_file=`basename \${file}`~
freecontact-1.0.21/configure:15599:      dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i; echo \$dlname'\''`~
freecontact-1.0.21/configure:15600:      dldir=$destdir/`dirname \$dlpath`~
freecontact-1.0.21/configure-15601-      test -d \$dldir || mkdir -p \$dldir~
##############################################
freecontact-1.0.21/configure-15606-      fi'
freecontact-1.0.21/configure:15607:    postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
freecontact-1.0.21/configure-15608-      dlpath=$dir/\$dldll~
##############################################
freecontact-1.0.21/configure-15614-      # Cygwin DLLs use 'cyg' prefix rather than 'lib'
freecontact-1.0.21/configure:15615:      soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
freecontact-1.0.21/configure-15616-
##############################################
freecontact-1.0.21/configure-15619-      # MinGW DLLs use traditional 'lib' prefix
freecontact-1.0.21/configure:15620:      soname_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
freecontact-1.0.21/configure-15621-      ;;
##############################################
freecontact-1.0.21/configure-15623-      # pw32 DLLs use 'pw' prefix rather than 'lib'
freecontact-1.0.21/configure:15624:      library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
freecontact-1.0.21/configure-15625-      ;;
##############################################
freecontact-1.0.21/configure-15632-    libname_spec='$name'
freecontact-1.0.21/configure:15633:    soname_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
freecontact-1.0.21/configure-15634-    library_names_spec='${libname}.dll.lib'
##############################################
freecontact-1.0.21/configure-15644-        # Let DOS variable expansion print the short 8.3 style file name.
freecontact-1.0.21/configure:15645:        lt_path=`cd "$lt_path" 2>/dev/null && cmd //C "for %i in (".") do @echo %~si"`
freecontact-1.0.21/configure-15646-        sys_lib_search_path_spec="$sys_lib_search_path_spec $lt_path"
##############################################
freecontact-1.0.21/configure-15649-      # Convert to MSYS style.
freecontact-1.0.21/configure:15650:      sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | sed -e 's|\\\\|/|g' -e 's| \\([a-zA-Z]\\):| /\\1|g' -e 's|^ ||'`
freecontact-1.0.21/configure-15651-      ;;
##############################################
freecontact-1.0.21/configure-15655-      # like /cygdrive/c/PROGRA~1:/cygdr...
freecontact-1.0.21/configure:15656:      sys_lib_search_path_spec=`cygpath --path --unix "$LIB"`
freecontact-1.0.21/configure:15657:      sys_lib_search_path_spec=`cygpath --path --dos "$sys_lib_search_path_spec" 2>/dev/null`
freecontact-1.0.21/configure:15658:      sys_lib_search_path_spec=`cygpath --path --unix "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"`
freecontact-1.0.21/configure-15659-      ;;
##############################################
freecontact-1.0.21/configure-15663-        # It is most probably a Windows format PATH.
freecontact-1.0.21/configure:15664:        sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'`
freecontact-1.0.21/configure-15665-      else
freecontact-1.0.21/configure:15666:        sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"`
freecontact-1.0.21/configure-15667-      fi
##############################################
freecontact-1.0.21/configure-15673-    # DLL is installed to $(libdir)/../bin by postinstall_cmds
freecontact-1.0.21/configure:15674:    postinstall_cmds='base_file=`basename \${file}`~
freecontact-1.0.21/configure:15675:      dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i; echo \$dlname'\''`~
freecontact-1.0.21/configure:15676:      dldir=$destdir/`dirname \$dlpath`~
freecontact-1.0.21/configure-15677-      test -d \$dldir || mkdir -p \$dldir~
freecontact-1.0.21/configure-15678-      $install_prog $dir/$dlname \$dldir/$dlname'
freecontact-1.0.21/configure:15679:    postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
freecontact-1.0.21/configure-15680-      dlpath=$dir/\$dldll~
##############################################
freecontact-1.0.21/configure-15687-    # Assume MSVC wrapper
freecontact-1.0.21/configure:15688:    library_names_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext} $libname.lib'
freecontact-1.0.21/configure-15689-    dynamic_linker='Win32 ld.exe'
##############################################
freecontact-1.0.21/configure-15704-  shlibpath_var=DYLD_LIBRARY_PATH
freecontact-1.0.21/configure:15705:  shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`'
freecontact-1.0.21/configure-15706-
##############################################
freecontact-1.0.21/configure-15929-  if test -f /etc/ld.so.conf; then
freecontact-1.0.21/configure:15930:    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' ' '`
freecontact-1.0.21/configure-15931-    sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra"
##############################################
freecontact-1.0.21/configure-16003-  shlibpath_var=LD_LIBRARY_PATH
freecontact-1.0.21/configure:16004:  if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
freecontact-1.0.21/configure-16005-    case $host_os in
##############################################
freecontact-1.0.21/configure-16364-done
freecontact-1.0.21/configure:16365:cc_basename=`$ECHO "$cc_temp" | $SED "s%.*/%%; s%^$host_alias-%%"`
freecontact-1.0.21/configure-16366-
##############################################
freecontact-1.0.21/configure-16605-      *)
freecontact-1.0.21/configure:16606:	case `$CC -V 2>&1 | sed 5q` in
freecontact-1.0.21/configure-16607-	*Sun\ Ceres\ Fortran* | *Sun*Fortran*\ [1-7].* | *Sun*Fortran*\ 8.[0-3]*)
##############################################
freecontact-1.0.21/configure-16953-  if test "$hard_links" = no; then
freecontact-1.0.21/configure:16954:    { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5
freecontact-1.0.21/configure:16955:$as_echo "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2;}
freecontact-1.0.21/configure-16956-    need_locks=warn
##############################################
freecontact-1.0.21/configure-17039-	# shared libraries, regardless of the interface used.
freecontact-1.0.21/configure:17040:	case `$LD -v 2>&1` in
freecontact-1.0.21/configure-17041-	  *\ \(GNU\ Binutils\)\ 2.19.5*) ;;
##############################################
freecontact-1.0.21/configure-17071-    supports_anon_versioning=no
freecontact-1.0.21/configure:17072:    case `$LD -v 2>&1` in
freecontact-1.0.21/configure-17073-      *GNU\ gold*) supports_anon_versioning=yes ;;
##############################################
freecontact-1.0.21/configure-17140-	# is EXPORTS), use it as is; otherwise, prepend...
freecontact-1.0.21/configure:17141:	archive_expsym_cmds_F77='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
freecontact-1.0.21/configure-17142-	  cp $export_symbols $output_objdir/$soname.def;
##############################################
freecontact-1.0.21/configure-17168-      # time.  Moving up from 0x10000000 also allows more sbrk(2) space.
freecontact-1.0.21/configure:17169:      archive_cmds_F77='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
freecontact-1.0.21/configure:17170:      archive_expsym_cmds_F77='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'
freecontact-1.0.21/configure-17171-      ;;
##############################################
freecontact-1.0.21/configure-17186-        pgcc*)				# Portland Group C compiler
freecontact-1.0.21/configure:17187:	  whole_archive_flag_spec_F77='${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'
freecontact-1.0.21/configure-17188-	  tmp_addflag=' $pic_flag'
##############################################
freecontact-1.0.21/configure-17191-					# Portland Group f77 and f90 compilers
freecontact-1.0.21/configure:17192:	  whole_archive_flag_spec_F77='${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'
freecontact-1.0.21/configure-17193-	  tmp_addflag=' $pic_flag -Mnomain' ;;
##############################################
freecontact-1.0.21/configure-17206-	nvcc*)	# Cuda Compiler Driver 2.2
freecontact-1.0.21/configure:17207:	  whole_archive_flag_spec_F77='${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'
freecontact-1.0.21/configure-17208-	  compiler_needs_object_F77=yes
##############################################
freecontact-1.0.21/configure-17210-	esac
freecontact-1.0.21/configure:17211:	case `$CC -V 2>&1 | sed 5q` in
freecontact-1.0.21/configure-17212-	*Sun\ C*)			# Sun C 5.9
freecontact-1.0.21/configure:17213:	  whole_archive_flag_spec_F77='${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'
freecontact-1.0.21/configure-17214-	  compiler_needs_object_F77=yes
##############################################
freecontact-1.0.21/configure-17278-    sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*)
freecontact-1.0.21/configure:17279:      case `$LD -v 2>&1` in
freecontact-1.0.21/configure-17280-        *\ [01].* | *\ 2.[0-9].* | *\ 2.1[0-5].*)
##############################################
freecontact-1.0.21/configure-17401-	# below for broken collect2 doesn't work under 4.3+
freecontact-1.0.21/configure:17402:	  collect2name=`${CC} -print-prog-name=collect2`
freecontact-1.0.21/configure-17403-	  if test -f "$collect2name" &&
##############################################
freecontact-1.0.21/configure-17469-      }'
freecontact-1.0.21/configure:17470:  lt_cv_aix_libpath__F77=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
freecontact-1.0.21/configure-17471-  # Check for a 64-bit object if we didn't find anything.
freecontact-1.0.21/configure-17472-  if test -z "$lt_cv_aix_libpath__F77"; then
freecontact-1.0.21/configure:17473:    lt_cv_aix_libpath__F77=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
freecontact-1.0.21/configure-17474-  fi
##############################################
freecontact-1.0.21/configure-17487-        hardcode_libdir_flag_spec_F77='${wl}-blibpath:$libdir:'"$aix_libpath"
freecontact-1.0.21/configure:17488:        archive_expsym_cmds_F77='$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"
freecontact-1.0.21/configure-17489-      else
##############################################
freecontact-1.0.21/configure-17516-      }'
freecontact-1.0.21/configure:17517:  lt_cv_aix_libpath__F77=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
freecontact-1.0.21/configure-17518-  # Check for a 64-bit object if we didn't find anything.
freecontact-1.0.21/configure-17519-  if test -z "$lt_cv_aix_libpath__F77"; then
freecontact-1.0.21/configure:17520:    lt_cv_aix_libpath__F77=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
freecontact-1.0.21/configure-17521-  fi
##############################################
freecontact-1.0.21/configure-17589-	archive_cmds_F77='$CC -o $output_objdir/$soname $libobjs $compiler_flags $deplibs -Wl,-dll~linknames='
freecontact-1.0.21/configure:17590:	archive_expsym_cmds_F77='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
freecontact-1.0.21/configure-17591-	    sed -n -e 's/\\\\\\\(.*\\\\\\\)/-link\\\ -EXPORT:\\\\\\\1/' -e '1\\\!p' < $export_symbols > $output_objdir/$soname.exp;
##############################################
freecontact-1.0.21/configure-17626-	# FIXME: Setting linknames here is a bad hack.
freecontact-1.0.21/configure:17627:	archive_cmds_F77='$CC -o $lib $libobjs $compiler_flags `func_echo_all "$deplibs" | $SED '\''s/ -lc$//'\''` -link -dll~linknames='
freecontact-1.0.21/configure-17628-	# The linker will automatically build a .lib file if we build a DLL.
##############################################
freecontact-1.0.21/configure-17644-  if test "$lt_cv_ld_force_load" = "yes"; then
freecontact-1.0.21/configure:17645:    whole_archive_flag_spec_F77='`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience ${wl}-force_load,$conv\"; done; func_echo_all \"$new_convenience\"`'
freecontact-1.0.21/configure-17646-    compiler_needs_object_F77=yes
##############################################
freecontact-1.0.21/configure-17785-      if test "$GCC" = yes; then
freecontact-1.0.21/configure:17786:	archive_cmds_F77='$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'
freecontact-1.0.21/configure-17787-	# Try to use the -exported_symbol ld option, if it does not
##############################################
freecontact-1.0.21/configure-17814-	if test "$lt_cv_irix_exported_symbol" = yes; then
freecontact-1.0.21/configure:17815:          archive_expsym_cmds_F77='$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'
freecontact-1.0.21/configure-17816-	fi
freecontact-1.0.21/configure-17817-      else
freecontact-1.0.21/configure:17818:	archive_cmds_F77='$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'
freecontact-1.0.21/configure:17819:	archive_expsym_cmds_F77='$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'
freecontact-1.0.21/configure-17820-      fi
##############################################
freecontact-1.0.21/configure-17854-	hardcode_direct_absolute_F77=yes
freecontact-1.0.21/configure:17855:	if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
freecontact-1.0.21/configure-17856-	  archive_cmds_F77='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
##############################################
freecontact-1.0.21/configure-17887-	allow_undefined_flag_F77=' ${wl}-expect_unresolved ${wl}\*'
freecontact-1.0.21/configure:17888:	archive_cmds_F77='$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'
freecontact-1.0.21/configure-17889-      else
freecontact-1.0.21/configure-17890-	allow_undefined_flag_F77=' -expect_unresolved \*'
freecontact-1.0.21/configure:17891:	archive_cmds_F77='$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'
freecontact-1.0.21/configure-17892-      fi
##############################################
freecontact-1.0.21/configure-17900-	allow_undefined_flag_F77=' ${wl}-expect_unresolved ${wl}\*'
freecontact-1.0.21/configure:17901:	archive_cmds_F77='$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'
freecontact-1.0.21/configure-17902-	hardcode_libdir_flag_spec_F77='${wl}-rpath ${wl}$libdir'
##############################################
freecontact-1.0.21/configure-17904-	allow_undefined_flag_F77=' -expect_unresolved \*'
freecontact-1.0.21/configure:17905:	archive_cmds_F77='$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'
freecontact-1.0.21/configure:17906:	archive_expsym_cmds_F77='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done; printf "%s\\n" "-hidden">> $lib.exp~
freecontact-1.0.21/configure:17907:	$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'
freecontact-1.0.21/configure-17908-
##############################################
freecontact-1.0.21/configure-17923-      else
freecontact-1.0.21/configure:17924:	case `$CC -V 2>&1` in
freecontact-1.0.21/configure-17925-	*"Compilers 5.0"*)
##############################################
freecontact-1.0.21/configure-18298-    # Create ${libname}_ixlibrary.a entries in /sys/libs.
freecontact-1.0.21/configure:18299:    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'
freecontact-1.0.21/configure-18300-    ;;
##############################################
freecontact-1.0.21/configure-18334-    # DLL is installed to $(libdir)/../bin by postinstall_cmds
freecontact-1.0.21/configure:18335:    postinstall_cmds='base_file=`basename \${file}`~
freecontact-1.0.21/configure:18336:      dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i; echo \$dlname'\''`~
freecontact-1.0.21/configure:18337:      dldir=$destdir/`dirname \$dlpath`~
freecontact-1.0.21/configure-18338-      test -d \$dldir || mkdir -p \$dldir~
##############################################
freecontact-1.0.21/configure-18343-      fi'
freecontact-1.0.21/configure:18344:    postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
freecontact-1.0.21/configure-18345-      dlpath=$dir/\$dldll~
##############################################
freecontact-1.0.21/configure-18351-      # Cygwin DLLs use 'cyg' prefix rather than 'lib'
freecontact-1.0.21/configure:18352:      soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
freecontact-1.0.21/configure-18353-
##############################################
freecontact-1.0.21/configure-18356-      # MinGW DLLs use traditional 'lib' prefix
freecontact-1.0.21/configure:18357:      soname_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
freecontact-1.0.21/configure-18358-      ;;
##############################################
freecontact-1.0.21/configure-18360-      # pw32 DLLs use 'pw' prefix rather than 'lib'
freecontact-1.0.21/configure:18361:      library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
freecontact-1.0.21/configure-18362-      ;;
##############################################
freecontact-1.0.21/configure-18369-    libname_spec='$name'
freecontact-1.0.21/configure:18370:    soname_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
freecontact-1.0.21/configure-18371-    library_names_spec='${libname}.dll.lib'
##############################################
freecontact-1.0.21/configure-18381-        # Let DOS variable expansion print the short 8.3 style file name.
freecontact-1.0.21/configure:18382:        lt_path=`cd "$lt_path" 2>/dev/null && cmd //C "for %i in (".") do @echo %~si"`
freecontact-1.0.21/configure-18383-        sys_lib_search_path_spec="$sys_lib_search_path_spec $lt_path"
##############################################
freecontact-1.0.21/configure-18386-      # Convert to MSYS style.
freecontact-1.0.21/configure:18387:      sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | sed -e 's|\\\\|/|g' -e 's| \\([a-zA-Z]\\):| /\\1|g' -e 's|^ ||'`
freecontact-1.0.21/configure-18388-      ;;
##############################################
freecontact-1.0.21/configure-18392-      # like /cygdrive/c/PROGRA~1:/cygdr...
freecontact-1.0.21/configure:18393:      sys_lib_search_path_spec=`cygpath --path --unix "$LIB"`
freecontact-1.0.21/configure:18394:      sys_lib_search_path_spec=`cygpath --path --dos "$sys_lib_search_path_spec" 2>/dev/null`
freecontact-1.0.21/configure:18395:      sys_lib_search_path_spec=`cygpath --path --unix "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"`
freecontact-1.0.21/configure-18396-      ;;
##############################################
freecontact-1.0.21/configure-18400-        # It is most probably a Windows format PATH.
freecontact-1.0.21/configure:18401:        sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'`
freecontact-1.0.21/configure-18402-      else
freecontact-1.0.21/configure:18403:        sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"`
freecontact-1.0.21/configure-18404-      fi
##############################################
freecontact-1.0.21/configure-18410-    # DLL is installed to $(libdir)/../bin by postinstall_cmds
freecontact-1.0.21/configure:18411:    postinstall_cmds='base_file=`basename \${file}`~
freecontact-1.0.21/configure:18412:      dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i; echo \$dlname'\''`~
freecontact-1.0.21/configure:18413:      dldir=$destdir/`dirname \$dlpath`~
freecontact-1.0.21/configure-18414-      test -d \$dldir || mkdir -p \$dldir~
freecontact-1.0.21/configure-18415-      $install_prog $dir/$dlname \$dldir/$dlname'
freecontact-1.0.21/configure:18416:    postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
freecontact-1.0.21/configure-18417-      dlpath=$dir/\$dldll~
##############################################
freecontact-1.0.21/configure-18424-    # Assume MSVC wrapper
freecontact-1.0.21/configure:18425:    library_names_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext} $libname.lib'
freecontact-1.0.21/configure-18426-    dynamic_linker='Win32 ld.exe'
##############################################
freecontact-1.0.21/configure-18441-  shlibpath_var=DYLD_LIBRARY_PATH
freecontact-1.0.21/configure:18442:  shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`'
freecontact-1.0.21/configure-18443-
##############################################
freecontact-1.0.21/configure-18660-  if test -f /etc/ld.so.conf; then
freecontact-1.0.21/configure:18661:    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' ' '`
freecontact-1.0.21/configure-18662-    sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra"
##############################################
freecontact-1.0.21/configure-18734-  shlibpath_var=LD_LIBRARY_PATH
freecontact-1.0.21/configure:18735:  if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
freecontact-1.0.21/configure-18736-    case $host_os in
##############################################
freecontact-1.0.21/configure-19091-done
freecontact-1.0.21/configure:19092:cc_basename=`$ECHO "$cc_temp" | $SED "s%.*/%%; s%^$host_alias-%%"`
freecontact-1.0.21/configure-19093-
##############################################
freecontact-1.0.21/configure-19173-
freecontact-1.0.21/configure:19174:  for p in `eval "$output_verbose_link_cmd"`; do
freecontact-1.0.21/configure-19175-    case ${prev}${p} in
##############################################
freecontact-1.0.21/configure-19267-if test -n "${compiler_lib_search_path_FC}"; then
freecontact-1.0.21/configure:19268: compiler_lib_search_dirs_FC=`echo " ${compiler_lib_search_path_FC}" | ${SED} -e 's! -L! !g' -e 's!^ !!'`
freecontact-1.0.21/configure-19269-fi
##############################################
freecontact-1.0.21/configure-19477-      *)
freecontact-1.0.21/configure:19478:	case `$CC -V 2>&1 | sed 5q` in
freecontact-1.0.21/configure-19479-	*Sun\ Ceres\ Fortran* | *Sun*Fortran*\ [1-7].* | *Sun*Fortran*\ 8.[0-3]*)
##############################################
freecontact-1.0.21/configure-19825-  if test "$hard_links" = no; then
freecontact-1.0.21/configure:19826:    { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5
freecontact-1.0.21/configure:19827:$as_echo "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2;}
freecontact-1.0.21/configure-19828-    need_locks=warn
##############################################
freecontact-1.0.21/configure-19911-	# shared libraries, regardless of the interface used.
freecontact-1.0.21/configure:19912:	case `$LD -v 2>&1` in
freecontact-1.0.21/configure-19913-	  *\ \(GNU\ Binutils\)\ 2.19.5*) ;;
##############################################
freecontact-1.0.21/configure-19943-    supports_anon_versioning=no
freecontact-1.0.21/configure:19944:    case `$LD -v 2>&1` in
freecontact-1.0.21/configure-19945-      *GNU\ gold*) supports_anon_versioning=yes ;;
##############################################
freecontact-1.0.21/configure-20012-	# is EXPORTS), use it as is; otherwise, prepend...
freecontact-1.0.21/configure:20013:	archive_expsym_cmds_FC='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
freecontact-1.0.21/configure-20014-	  cp $export_symbols $output_objdir/$soname.def;
##############################################
freecontact-1.0.21/configure-20040-      # time.  Moving up from 0x10000000 also allows more sbrk(2) space.
freecontact-1.0.21/configure:20041:      archive_cmds_FC='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
freecontact-1.0.21/configure:20042:      archive_expsym_cmds_FC='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'
freecontact-1.0.21/configure-20043-      ;;
##############################################
freecontact-1.0.21/configure-20058-        pgcc*)				# Portland Group C compiler
freecontact-1.0.21/configure:20059:	  whole_archive_flag_spec_FC='${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'
freecontact-1.0.21/configure-20060-	  tmp_addflag=' $pic_flag'
##############################################
freecontact-1.0.21/configure-20063-					# Portland Group f77 and f90 compilers
freecontact-1.0.21/configure:20064:	  whole_archive_flag_spec_FC='${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'
freecontact-1.0.21/configure-20065-	  tmp_addflag=' $pic_flag -Mnomain' ;;
##############################################
freecontact-1.0.21/configure-20078-	nvcc*)	# Cuda Compiler Driver 2.2
freecontact-1.0.21/configure:20079:	  whole_archive_flag_spec_FC='${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'
freecontact-1.0.21/configure-20080-	  compiler_needs_object_FC=yes
##############################################
freecontact-1.0.21/configure-20082-	esac
freecontact-1.0.21/configure:20083:	case `$CC -V 2>&1 | sed 5q` in
freecontact-1.0.21/configure-20084-	*Sun\ C*)			# Sun C 5.9
freecontact-1.0.21/configure:20085:	  whole_archive_flag_spec_FC='${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'
freecontact-1.0.21/configure-20086-	  compiler_needs_object_FC=yes
##############################################
freecontact-1.0.21/configure-20150-    sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*)
freecontact-1.0.21/configure:20151:      case `$LD -v 2>&1` in
freecontact-1.0.21/configure-20152-        *\ [01].* | *\ 2.[0-9].* | *\ 2.1[0-5].*)
##############################################
freecontact-1.0.21/configure-20273-	# below for broken collect2 doesn't work under 4.3+
freecontact-1.0.21/configure:20274:	  collect2name=`${CC} -print-prog-name=collect2`
freecontact-1.0.21/configure-20275-	  if test -f "$collect2name" &&
##############################################
freecontact-1.0.21/configure-20341-      }'
freecontact-1.0.21/configure:20342:  lt_cv_aix_libpath__FC=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
freecontact-1.0.21/configure-20343-  # Check for a 64-bit object if we didn't find anything.
freecontact-1.0.21/configure-20344-  if test -z "$lt_cv_aix_libpath__FC"; then
freecontact-1.0.21/configure:20345:    lt_cv_aix_libpath__FC=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
freecontact-1.0.21/configure-20346-  fi
##############################################
freecontact-1.0.21/configure-20359-        hardcode_libdir_flag_spec_FC='${wl}-blibpath:$libdir:'"$aix_libpath"
freecontact-1.0.21/configure:20360:        archive_expsym_cmds_FC='$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"
freecontact-1.0.21/configure-20361-      else
##############################################
freecontact-1.0.21/configure-20388-      }'
freecontact-1.0.21/configure:20389:  lt_cv_aix_libpath__FC=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
freecontact-1.0.21/configure-20390-  # Check for a 64-bit object if we didn't find anything.
freecontact-1.0.21/configure-20391-  if test -z "$lt_cv_aix_libpath__FC"; then
freecontact-1.0.21/configure:20392:    lt_cv_aix_libpath__FC=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
freecontact-1.0.21/configure-20393-  fi
##############################################
freecontact-1.0.21/configure-20461-	archive_cmds_FC='$CC -o $output_objdir/$soname $libobjs $compiler_flags $deplibs -Wl,-dll~linknames='
freecontact-1.0.21/configure:20462:	archive_expsym_cmds_FC='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
freecontact-1.0.21/configure-20463-	    sed -n -e 's/\\\\\\\(.*\\\\\\\)/-link\\\ -EXPORT:\\\\\\\1/' -e '1\\\!p' < $export_symbols > $output_objdir/$soname.exp;
##############################################
freecontact-1.0.21/configure-20498-	# FIXME: Setting linknames here is a bad hack.
freecontact-1.0.21/configure:20499:	archive_cmds_FC='$CC -o $lib $libobjs $compiler_flags `func_echo_all "$deplibs" | $SED '\''s/ -lc$//'\''` -link -dll~linknames='
freecontact-1.0.21/configure-20500-	# The linker will automatically build a .lib file if we build a DLL.
##############################################
freecontact-1.0.21/configure-20516-  if test "$lt_cv_ld_force_load" = "yes"; then
freecontact-1.0.21/configure:20517:    whole_archive_flag_spec_FC='`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience ${wl}-force_load,$conv\"; done; func_echo_all \"$new_convenience\"`'
freecontact-1.0.21/configure-20518-    compiler_needs_object_FC=yes
##############################################
freecontact-1.0.21/configure-20657-      if test "$GCC" = yes; then
freecontact-1.0.21/configure:20658:	archive_cmds_FC='$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'
freecontact-1.0.21/configure-20659-	# Try to use the -exported_symbol ld option, if it does not
##############################################
freecontact-1.0.21/configure-20686-	if test "$lt_cv_irix_exported_symbol" = yes; then
freecontact-1.0.21/configure:20687:          archive_expsym_cmds_FC='$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'
freecontact-1.0.21/configure-20688-	fi
freecontact-1.0.21/configure-20689-      else
freecontact-1.0.21/configure:20690:	archive_cmds_FC='$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'
freecontact-1.0.21/configure:20691:	archive_expsym_cmds_FC='$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'
freecontact-1.0.21/configure-20692-      fi
##############################################
freecontact-1.0.21/configure-20726-	hardcode_direct_absolute_FC=yes
freecontact-1.0.21/configure:20727:	if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
freecontact-1.0.21/configure-20728-	  archive_cmds_FC='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
##############################################
freecontact-1.0.21/configure-20759-	allow_undefined_flag_FC=' ${wl}-expect_unresolved ${wl}\*'
freecontact-1.0.21/configure:20760:	archive_cmds_FC='$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'
freecontact-1.0.21/configure-20761-      else
freecontact-1.0.21/configure-20762-	allow_undefined_flag_FC=' -expect_unresolved \*'
freecontact-1.0.21/configure:20763:	archive_cmds_FC='$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'
freecontact-1.0.21/configure-20764-      fi
##############################################
freecontact-1.0.21/configure-20772-	allow_undefined_flag_FC=' ${wl}-expect_unresolved ${wl}\*'
freecontact-1.0.21/configure:20773:	archive_cmds_FC='$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'
freecontact-1.0.21/configure-20774-	hardcode_libdir_flag_spec_FC='${wl}-rpath ${wl}$libdir'
##############################################
freecontact-1.0.21/configure-20776-	allow_undefined_flag_FC=' -expect_unresolved \*'
freecontact-1.0.21/configure:20777:	archive_cmds_FC='$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'
freecontact-1.0.21/configure:20778:	archive_expsym_cmds_FC='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done; printf "%s\\n" "-hidden">> $lib.exp~
freecontact-1.0.21/configure:20779:	$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'
freecontact-1.0.21/configure-20780-
##############################################
freecontact-1.0.21/configure-20795-      else
freecontact-1.0.21/configure:20796:	case `$CC -V 2>&1` in
freecontact-1.0.21/configure-20797-	*"Compilers 5.0"*)
##############################################
freecontact-1.0.21/configure-21170-    # Create ${libname}_ixlibrary.a entries in /sys/libs.
freecontact-1.0.21/configure:21171:    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'
freecontact-1.0.21/configure-21172-    ;;
##############################################
freecontact-1.0.21/configure-21206-    # DLL is installed to $(libdir)/../bin by postinstall_cmds
freecontact-1.0.21/configure:21207:    postinstall_cmds='base_file=`basename \${file}`~
freecontact-1.0.21/configure:21208:      dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i; echo \$dlname'\''`~
freecontact-1.0.21/configure:21209:      dldir=$destdir/`dirname \$dlpath`~
freecontact-1.0.21/configure-21210-      test -d \$dldir || mkdir -p \$dldir~
##############################################
freecontact-1.0.21/configure-21215-      fi'
freecontact-1.0.21/configure:21216:    postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
freecontact-1.0.21/configure-21217-      dlpath=$dir/\$dldll~
##############################################
freecontact-1.0.21/configure-21223-      # Cygwin DLLs use 'cyg' prefix rather than 'lib'
freecontact-1.0.21/configure:21224:      soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
freecontact-1.0.21/configure-21225-
##############################################
freecontact-1.0.21/configure-21228-      # MinGW DLLs use traditional 'lib' prefix
freecontact-1.0.21/configure:21229:      soname_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
freecontact-1.0.21/configure-21230-      ;;
##############################################
freecontact-1.0.21/configure-21232-      # pw32 DLLs use 'pw' prefix rather than 'lib'
freecontact-1.0.21/configure:21233:      library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
freecontact-1.0.21/configure-21234-      ;;
##############################################
freecontact-1.0.21/configure-21241-    libname_spec='$name'
freecontact-1.0.21/configure:21242:    soname_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
freecontact-1.0.21/configure-21243-    library_names_spec='${libname}.dll.lib'
##############################################
freecontact-1.0.21/configure-21253-        # Let DOS variable expansion print the short 8.3 style file name.
freecontact-1.0.21/configure:21254:        lt_path=`cd "$lt_path" 2>/dev/null && cmd //C "for %i in (".") do @echo %~si"`
freecontact-1.0.21/configure-21255-        sys_lib_search_path_spec="$sys_lib_search_path_spec $lt_path"
##############################################
freecontact-1.0.21/configure-21258-      # Convert to MSYS style.
freecontact-1.0.21/configure:21259:      sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | sed -e 's|\\\\|/|g' -e 's| \\([a-zA-Z]\\):| /\\1|g' -e 's|^ ||'`
freecontact-1.0.21/configure-21260-      ;;
##############################################
freecontact-1.0.21/configure-21264-      # like /cygdrive/c/PROGRA~1:/cygdr...
freecontact-1.0.21/configure:21265:      sys_lib_search_path_spec=`cygpath --path --unix "$LIB"`
freecontact-1.0.21/configure:21266:      sys_lib_search_path_spec=`cygpath --path --dos "$sys_lib_search_path_spec" 2>/dev/null`
freecontact-1.0.21/configure:21267:      sys_lib_search_path_spec=`cygpath --path --unix "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"`
freecontact-1.0.21/configure-21268-      ;;
##############################################
freecontact-1.0.21/configure-21272-        # It is most probably a Windows format PATH.
freecontact-1.0.21/configure:21273:        sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'`
freecontact-1.0.21/configure-21274-      else
freecontact-1.0.21/configure:21275:        sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"`
freecontact-1.0.21/configure-21276-      fi
##############################################
freecontact-1.0.21/configure-21282-    # DLL is installed to $(libdir)/../bin by postinstall_cmds
freecontact-1.0.21/configure:21283:    postinstall_cmds='base_file=`basename \${file}`~
freecontact-1.0.21/configure:21284:      dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i; echo \$dlname'\''`~
freecontact-1.0.21/configure:21285:      dldir=$destdir/`dirname \$dlpath`~
freecontact-1.0.21/configure-21286-      test -d \$dldir || mkdir -p \$dldir~
freecontact-1.0.21/configure-21287-      $install_prog $dir/$dlname \$dldir/$dlname'
freecontact-1.0.21/configure:21288:    postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
freecontact-1.0.21/configure-21289-      dlpath=$dir/\$dldll~
##############################################
freecontact-1.0.21/configure-21296-    # Assume MSVC wrapper
freecontact-1.0.21/configure:21297:    library_names_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext} $libname.lib'
freecontact-1.0.21/configure-21298-    dynamic_linker='Win32 ld.exe'
##############################################
freecontact-1.0.21/configure-21313-  shlibpath_var=DYLD_LIBRARY_PATH
freecontact-1.0.21/configure:21314:  shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`'
freecontact-1.0.21/configure-21315-
##############################################
freecontact-1.0.21/configure-21532-  if test -f /etc/ld.so.conf; then
freecontact-1.0.21/configure:21533:    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' ' '`
freecontact-1.0.21/configure-21534-    sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra"
##############################################
freecontact-1.0.21/configure-21606-  shlibpath_var=LD_LIBRARY_PATH
freecontact-1.0.21/configure:21607:  if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
freecontact-1.0.21/configure-21608-    case $host_os in
##############################################
freecontact-1.0.21/configure-21934-    boost_lib_version_req=1.20.0
freecontact-1.0.21/configure:21935:    boost_lib_version_req_shorten=`expr $boost_lib_version_req : '\([0-9]*\.[0-9]*\)'`
freecontact-1.0.21/configure:21936:    boost_lib_version_req_major=`expr $boost_lib_version_req : '\([0-9]*\)'`
freecontact-1.0.21/configure:21937:    boost_lib_version_req_minor=`expr $boost_lib_version_req : '[0-9]*\.\([0-9]*\)'`
freecontact-1.0.21/configure:21938:    boost_lib_version_req_sub_minor=`expr $boost_lib_version_req : '[0-9]*\.[0-9]*\.\([0-9]*\)'`
freecontact-1.0.21/configure-21939-    if test "x$boost_lib_version_req_sub_minor" = "x" ; then
##############################################
freecontact-1.0.21/configure-21941-        fi
freecontact-1.0.21/configure:21942:    WANT_BOOST_VERSION=`expr $boost_lib_version_req_major \* 100000 \+  $boost_lib_version_req_minor \* 100 \+ $boost_lib_version_req_sub_minor`
freecontact-1.0.21/configure-21943-    { $as_echo "$as_me:${as_lineno-$LINENO}: checking for boostlib >= $boost_lib_version_req" >&5
##############################################
freecontact-1.0.21/configure-22033-            if test -d "$ac_boost_path" && test -r "$ac_boost_path"; then
freecontact-1.0.21/configure:22034:                for i in `ls -d $ac_boost_path/include/boost-* 2>/dev/null`; do
freecontact-1.0.21/configure:22035:                    _version_tmp=`echo $i | sed "s#$ac_boost_path##" | sed 's/\/include\/boost-//' | sed 's/_/./'`
freecontact-1.0.21/configure:22036:                    V_CHECK=`expr $_version_tmp \> $_version`
freecontact-1.0.21/configure-22037-                    if test "$V_CHECK" = "1" ; then
##############################################
freecontact-1.0.21/configure-22039-                    fi
freecontact-1.0.21/configure:22040:                    VERSION_UNDERSCORE=`echo $_version | sed 's/\./_/'`
freecontact-1.0.21/configure-22041-                    BOOST_CPPFLAGS="-I$ac_boost_path/include/boost-$VERSION_UNDERSCORE"
##############################################
freecontact-1.0.21/configure-22047-                    if test -d "$ac_boost_path" && test -r "$ac_boost_path"; then
freecontact-1.0.21/configure:22048:                        for i in `ls -d $ac_boost_path/include/boost-* 2>/dev/null`; do
freecontact-1.0.21/configure:22049:                            _version_tmp=`echo $i | sed "s#$ac_boost_path##" | sed 's/\/include\/boost-//' | sed 's/_/./'`
freecontact-1.0.21/configure:22050:                            V_CHECK=`expr $_version_tmp \> $_version`
freecontact-1.0.21/configure-22051-                            if test "$V_CHECK" = "1" ; then
##############################################
freecontact-1.0.21/configure-22058-
freecontact-1.0.21/configure:22059:                VERSION_UNDERSCORE=`echo $_version | sed 's/\./_/'`
freecontact-1.0.21/configure-22060-                BOOST_CPPFLAGS="-I$best_path/include/boost-$VERSION_UNDERSCORE"
##############################################
freecontact-1.0.21/configure-22073-                if test -d "$BOOST_ROOT" && test -r "$BOOST_ROOT" && test -d "$BOOST_ROOT/stage/$libsubdir" && test -r "$BOOST_ROOT/stage/$libsubdir"; then
freecontact-1.0.21/configure:22074:                    version_dir=`expr //$BOOST_ROOT : '.*/\(.*\)'`
freecontact-1.0.21/configure:22075:                    stage_version=`echo $version_dir | sed 's/boost_//' | sed 's/_/./g'`
freecontact-1.0.21/configure:22076:                        stage_version_shorten=`expr $stage_version : '\([0-9]*\.[0-9]*\)'`
freecontact-1.0.21/configure:22077:                    V_CHECK=`expr $stage_version_shorten \>\= $_version`
freecontact-1.0.21/configure-22078-                    if test "$V_CHECK" = "1" -a "$ac_boost_lib_path" = "" ; then
##############################################
freecontact-1.0.21/configure-22233-
freecontact-1.0.21/configure:22234:                  BOOSTLIBDIR=`echo $BOOST_LDFLAGS | sed -e 's/[^\/]*//'`
freecontact-1.0.21/configure-22235-                if test "x$ax_boost_user_program_options_lib" = "x"; then
freecontact-1.0.21/configure:22236:                for libextension in `ls $BOOSTLIBDIR/libboost_program_options*.so* 2>/dev/null | sed 's,.*/,,' | sed -e 's;^lib\(boost_program_options.*\)\.so.*$;\1;'` `ls $BOOSTLIBDIR/libboost_program_options*.dylib* 2>/dev/null | sed 's,.*/,,' | sed -e 's;^lib\(boost_program_options.*\)\.dylib.*$;\1;'` `ls $BOOSTLIBDIR/libboost_program_options*.a* 2>/dev/null | sed 's,.*/,,' | sed -e 's;^lib\(boost_program_options.*\)\.a.*$;\1;'` ; do
freecontact-1.0.21/configure-22237-                     ax_lib=${libextension}
freecontact-1.0.21/configure:22238:				    as_ac_Lib=`$as_echo "ac_cv_lib_$ax_lib''_exit" | $as_tr_sh`
freecontact-1.0.21/configure-22239-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for exit in -l$ax_lib" >&5
##############################################
freecontact-1.0.21/configure-22283-                if test "x$link_program_options" != "xyes"; then
freecontact-1.0.21/configure:22284:                for libextension in `ls $BOOSTLIBDIR/boost_program_options*.dll* 2>/dev/null | sed 's,.*/,,' | sed -e 's;^\(boost_program_options.*\)\.dll.*$;\1;'` `ls $BOOSTLIBDIR/boost_program_options*.a* 2>/dev/null | sed 's,.*/,,' | sed -e 's;^\(boost_program_options.*\)\.a.*$;\1;'` ; do
freecontact-1.0.21/configure-22285-                     ax_lib=${libextension}
freecontact-1.0.21/configure:22286:				    as_ac_Lib=`$as_echo "ac_cv_lib_$ax_lib''_exit" | $as_tr_sh`
freecontact-1.0.21/configure-22287-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for exit in -l$ax_lib" >&5
##############################################
freecontact-1.0.21/configure-22333-                  for ax_lib in $ax_boost_user_program_options_lib boost_program_options-$ax_boost_user_program_options_lib; do
freecontact-1.0.21/configure:22334:				      as_ac_Lib=`$as_echo "ac_cv_lib_$ax_lib''_main" | $as_tr_sh`
freecontact-1.0.21/configure-22335-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for main in -l$ax_lib" >&5
##############################################
freecontact-1.0.21/configure-22526-  *mGLOB_options_string*)
freecontact-1.0.21/configure:22527:    ac_f77_v_output=`echo $ac_f77_v_output | sed 's/"-mGLOB[^"]*"/ /g'` ;;
freecontact-1.0.21/configure-22528-
##############################################
freecontact-1.0.21/configure-22549-  *cft90*)
freecontact-1.0.21/configure:22550:    ac_f77_v_output=`echo $ac_f77_v_output | sed 's/"//g'` ;;
freecontact-1.0.21/configure-22551-esac
##############################################
freecontact-1.0.21/configure-22634-  *mGLOB_options_string*)
freecontact-1.0.21/configure:22635:    ac_f77_v_output=`echo $ac_f77_v_output | sed 's/"-mGLOB[^"]*"/ /g'` ;;
freecontact-1.0.21/configure-22636-
##############################################
freecontact-1.0.21/configure-22657-  *cft90*)
freecontact-1.0.21/configure:22658:    ac_f77_v_output=`echo $ac_f77_v_output | sed 's/"//g'` ;;
freecontact-1.0.21/configure-22659-esac
##############################################
freecontact-1.0.21/configure-22733-	-YP,*)
freecontact-1.0.21/configure:22734:	  for ac_j in `$as_echo "$ac_arg" | sed -e 's/-YP,/-L/;s/:/ -L/g'`; do
freecontact-1.0.21/configure-22735-	      ac_exists=false
##############################################
freecontact-1.0.21/configure-23235-if test $ax_blas_ok = no; then
freecontact-1.0.21/configure:23236:	as_ac_Lib=`$as_echo "ac_cv_lib_openblas_$sgemm" | $as_tr_sh`
freecontact-1.0.21/configure-23237-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $sgemm in -lopenblas" >&5
##############################################
freecontact-1.0.21/configure-23335-if test "x$ac_cv_lib_atlas_ATL_xerbla" = xyes; then :
freecontact-1.0.21/configure:23336:  as_ac_Lib=`$as_echo "ac_cv_lib_f77blas_$sgemm" | $as_tr_sh`
freecontact-1.0.21/configure-23337-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $sgemm in -lf77blas" >&5
##############################################
freecontact-1.0.21/configure-23439-if test $ax_blas_ok = no; then
freecontact-1.0.21/configure:23440:	as_ac_Lib=`$as_echo "ac_cv_lib_blas_$sgemm" | $as_tr_sh`
freecontact-1.0.21/configure-23441-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $sgemm in -lblas" >&5
##############################################
freecontact-1.0.21/configure-23486-if eval test \"x\$"$as_ac_Lib"\" = x"yes"; then :
freecontact-1.0.21/configure:23487:  as_ac_Lib=`$as_echo "ac_cv_lib_dgemm_$dgemm" | $as_tr_sh`
freecontact-1.0.21/configure-23488-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $dgemm in -ldgemm" >&5
##############################################
freecontact-1.0.21/configure-23533-if eval test \"x\$"$as_ac_Lib"\" = x"yes"; then :
freecontact-1.0.21/configure:23534:  as_ac_Lib=`$as_echo "ac_cv_lib_sgemm_$sgemm" | $as_tr_sh`
freecontact-1.0.21/configure-23535-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $sgemm in -lsgemm" >&5
##############################################
freecontact-1.0.21/configure-23595-		if test $host_cpu = x86_64; then
freecontact-1.0.21/configure:23596:			as_ac_Lib=`$as_echo "ac_cv_lib_mkl_gf_lp64_$sgemm" | $as_tr_sh`
freecontact-1.0.21/configure-23597-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $sgemm in -lmkl_gf_lp64" >&5
##############################################
freecontact-1.0.21/configure-23647-		elif test $host_cpu = i686; then
freecontact-1.0.21/configure:23648:			as_ac_Lib=`$as_echo "ac_cv_lib_mkl_gf_$sgemm" | $as_tr_sh`
freecontact-1.0.21/configure-23649-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $sgemm in -lmkl_gf" >&5
##############################################
freecontact-1.0.21/configure-23702-		if test $host_cpu = x86_64; then
freecontact-1.0.21/configure:23703:			as_ac_Lib=`$as_echo "ac_cv_lib_mkl_intel_lp64_$sgemm" | $as_tr_sh`
freecontact-1.0.21/configure-23704-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $sgemm in -lmkl_intel_lp64" >&5
##############################################
freecontact-1.0.21/configure-23754-		elif test $host_cpu = i686; then
freecontact-1.0.21/configure:23755:			as_ac_Lib=`$as_echo "ac_cv_lib_mkl_intel_$sgemm" | $as_tr_sh`
freecontact-1.0.21/configure-23756-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $sgemm in -lmkl_intel" >&5
##############################################
freecontact-1.0.21/configure-23809-if test $ax_blas_ok = no; then
freecontact-1.0.21/configure:23810:	as_ac_Lib=`$as_echo "ac_cv_lib_mkl_$sgemm" | $as_tr_sh`
freecontact-1.0.21/configure-23811-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $sgemm in -lmkl" >&5
##############################################
freecontact-1.0.21/configure-23904-if test $ax_blas_ok = no; then
freecontact-1.0.21/configure:23905:	as_ac_Lib=`$as_echo "ac_cv_lib_cxml_$sgemm" | $as_tr_sh`
freecontact-1.0.21/configure-23906-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $sgemm in -lcxml" >&5
##############################################
freecontact-1.0.21/configure-23958-if test $ax_blas_ok = no; then
freecontact-1.0.21/configure:23959:	as_ac_Lib=`$as_echo "ac_cv_lib_dxml_$sgemm" | $as_tr_sh`
freecontact-1.0.21/configure-23960-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $sgemm in -ldxml" >&5
##############################################
freecontact-1.0.21/configure-24058-if test "x$ac_cv_lib_sunmath_acosp" = xyes; then :
freecontact-1.0.21/configure:24059:  as_ac_Lib=`$as_echo "ac_cv_lib_sunperf_$sgemm" | $as_tr_sh`
freecontact-1.0.21/configure-24060-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $sgemm in -lsunperf" >&5
##############################################
freecontact-1.0.21/configure-24116-if test $ax_blas_ok = no; then
freecontact-1.0.21/configure:24117:	as_ac_Lib=`$as_echo "ac_cv_lib_scs_$sgemm" | $as_tr_sh`
freecontact-1.0.21/configure-24118-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $sgemm in -lscs" >&5
##############################################
freecontact-1.0.21/configure-24170-if test $ax_blas_ok = no; then
freecontact-1.0.21/configure:24171:	as_ac_Lib=`$as_echo "ac_cv_lib_complib.sgimath_$sgemm" | $as_tr_sh`
freecontact-1.0.21/configure-24172-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $sgemm in -lcomplib.sgimath" >&5
##############################################
freecontact-1.0.21/configure-24224-if test $ax_blas_ok = no; then
freecontact-1.0.21/configure:24225:	as_ac_Lib=`$as_echo "ac_cv_lib_blas_$sgemm" | $as_tr_sh`
freecontact-1.0.21/configure-24226-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $sgemm in -lblas" >&5
##############################################
freecontact-1.0.21/configure-24271-if eval test \"x\$"$as_ac_Lib"\" = x"yes"; then :
freecontact-1.0.21/configure:24272:  as_ac_Lib=`$as_echo "ac_cv_lib_essl_$sgemm" | $as_tr_sh`
freecontact-1.0.21/configure-24273-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $sgemm in -lessl" >&5
##############################################
freecontact-1.0.21/configure-24327-if test $ax_blas_ok = no; then
freecontact-1.0.21/configure:24328:	as_ac_Lib=`$as_echo "ac_cv_lib_blas_$sgemm" | $as_tr_sh`
freecontact-1.0.21/configure-24329-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $sgemm in -lblas" >&5
##############################################
freecontact-1.0.21/configure-24487-        save_LIBS="$LIBS"; LIBS="$LIBS $BLAS_LIBS $FLIBS"
freecontact-1.0.21/configure:24488:        as_ac_var=`$as_echo "ac_cv_func_$cheev" | $as_tr_sh`
freecontact-1.0.21/configure-24489-ac_fn_cxx_check_func "$LINENO" "$cheev" "$as_ac_var"
##############################################
freecontact-1.0.21/configure-24500-                save_LIBS="$LIBS"; LIBS="$BLAS_LIBS $LIBS"
freecontact-1.0.21/configure:24501:                as_ac_Lib=`$as_echo "ac_cv_lib_$lapack''_$cheev" | $as_tr_sh`
freecontact-1.0.21/configure-24502-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $cheev in -l$lapack" >&5
##############################################
freecontact-1.0.21/configure-25280-
freecontact-1.0.21/configure:25281:                                        xerces_version_req_major=`expr $xerces_version_req : '\([0-9]*\)'`
freecontact-1.0.21/configure:25282:                    xerces_version_req_minor=`expr $xerces_version_req : '[0-9]*\.\([0-9]*\)'`
freecontact-1.0.21/configure:25283:                    xerces_version_req_revision=`expr $xerces_version_req : '[0-9]*\.[0-9]*\.\([0-9]*\)'`
freecontact-1.0.21/configure-25284-                    if test "x$xerces_version_req_revision" = "x"; then
##############################################
freecontact-1.0.21/configure-25295-
freecontact-1.0.21/configure:25296:                    xerces_version_check=`expr $xerces_version_number \>\= $xerces_version_req_number`
freecontact-1.0.21/configure-25297-                    if test "$xerces_version_check" = "1"; then
##############################################
freecontact-1.0.21/configure-25693-
freecontact-1.0.21/configure:25694:      ecx=`echo $ax_cv_gcc_x86_cpuid_0x00000001 | cut -d ":" -f 3`
freecontact-1.0.21/configure:25695:      edx=`echo $ax_cv_gcc_x86_cpuid_0x00000001 | cut -d ":" -f 4`
freecontact-1.0.21/configure-25696-
##############################################
freecontact-1.0.21/configure-26706-
freecontact-1.0.21/configure:26707:             DX_ENV="$DX_ENV DOT_PATH='`expr ".$DX_DOT" : '\(\.\)[^/]*$' \| "x$DX_DOT" : 'x\(.*\)/[^/]*$'`'"
freecontact-1.0.21/configure-26708-
##############################################
freecontact-1.0.21/configure-28199-  ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
freecontact-1.0.21/configure:28200:  ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
freecontact-1.0.21/configure-28201-  # 2. Prepend LIBOBJDIR.  When used with automake>=1.10 LIBOBJDIR
##############################################
freecontact-1.0.21/configure-28342-if test -z "$BASH_VERSION$ZSH_VERSION" \
freecontact-1.0.21/configure:28343:    && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
freecontact-1.0.21/configure-28344-  as_echo='print -r --'
freecontact-1.0.21/configure-28345-  as_echo_n='print -rn --'
freecontact-1.0.21/configure:28346:elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
freecontact-1.0.21/configure-28347-  as_echo='printf %s\n'
##############################################
freecontact-1.0.21/configure-28349-else
freecontact-1.0.21/configure:28350:  if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
freecontact-1.0.21/configure-28351-    as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
##############################################
freecontact-1.0.21/configure-28359-	expr "X$arg" : "X\\(.*\\)$as_nl";
freecontact-1.0.21/configure:28360:	arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
freecontact-1.0.21/configure-28361-      esac;
##############################################
freecontact-1.0.21/configure-28436-# ----------------------------------------
freecontact-1.0.21/configure:28437:# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
freecontact-1.0.21/configure-28438-# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
##############################################
freecontact-1.0.21/configure-28508-  {
freecontact-1.0.21/configure:28509:    as_val=`expr "$@" || test $? -eq 1`
freecontact-1.0.21/configure-28510-  }
##############################################
freecontact-1.0.21/configure-28612-      case $as_dir in #(
freecontact-1.0.21/configure:28613:      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
freecontact-1.0.21/configure-28614-      *) as_qdir=$as_dir;;
##############################################
freecontact-1.0.21/configure-28747-cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
freecontact-1.0.21/configure:28748:ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
freecontact-1.0.21/configure-28749-ac_cs_version="\\
##############################################
freecontact-1.0.21/configure-28772-  --*=?*)
freecontact-1.0.21/configure:28773:    ac_option=`expr "X$1" : 'X\([^=]*\)='`
freecontact-1.0.21/configure:28774:    ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
freecontact-1.0.21/configure-28775-    ac_shift=:
##############################################
freecontact-1.0.21/configure-28777-  --*=)
freecontact-1.0.21/configure:28778:    ac_option=`expr "X$1" : 'X\([^=]*\)='`
freecontact-1.0.21/configure-28779-    ac_optarg=
##############################################
freecontact-1.0.21/configure-28801-    case $ac_optarg in
freecontact-1.0.21/configure:28802:    *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
freecontact-1.0.21/configure-28803-    '') as_fn_error $? "missing file argument" ;;
##############################################
freecontact-1.0.21/configure-28809-    case $ac_optarg in
freecontact-1.0.21/configure:28810:    *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
freecontact-1.0.21/configure-28811-    esac
##############################################
freecontact-1.0.21/configure-28878-delay_variable_subst='$delay_variable_subst'
freecontact-1.0.21/configure:28879:macro_version='`$ECHO "$macro_version" | $SED "$delay_single_quote_subst"`'
freecontact-1.0.21/configure:28880:macro_revision='`$ECHO "$macro_revision" | $SED "$delay_single_quote_subst"`'
freecontact-1.0.21/configure:28881:enable_shared='`$ECHO "$enable_shared" | $SED "$delay_single_quote_subst"`'
freecontact-1.0.21/configure:28882:enable_static='`$ECHO "$enable_static" | $SED "$delay_single_quote_subst"`'
freecontact-1.0.21/configure:28883:pic_mode='`$ECHO "$pic_mode" | $SED "$delay_single_quote_subst"`'
freecontact-1.0.21/configure:28884:enable_fast_install='`$ECHO "$enable_fast_install" | $SED "$delay_single_quote_subst"`'
freecontact-1.0.21/configure:28885:SHELL='`$ECHO "$SHELL" | $SED "$delay_single_quote_subst"`'
freecontact-1.0.21/configure:28886:ECHO='`$ECHO "$ECHO" | $SED "$delay_single_quote_subst"`'
freecontact-1.0.21/configure:28887:PATH_SEPARATOR='`$ECHO "$PATH_SEPARATOR" | $SED "$delay_single_quote_subst"`'
freecontact-1.0.21/configure:28888:host_alias='`$ECHO "$host_alias" | $SED "$delay_single_quote_subst"`'
freecontact-1.0.21/configure:28889:host='`$ECHO "$host" | $SED "$delay_single_quote_subst"`'
freecontact-1.0.21/configure:28890:host_os='`$ECHO "$host_os" | $SED "$delay_single_quote_subst"`'
freecontact-1.0.21/configure:28891:build_alias='`$ECHO "$build_alias" | $SED "$delay_single_quote_subst"`'
freecontact-1.0.21/configure:28892:build='`$ECHO "$build" | $SED "$delay_single_quote_subst"`'
freecontact-1.0.21/configure:28893:build_os='`$ECHO "$build_os" | $SED "$delay_single_quote_subst"`'
freecontact-1.0.21/configure:28894:SED='`$ECHO "$SED" | $SED "$delay_single_quote_subst"`'
freecontact-1.0.21/configure:28895:Xsed='`$ECHO "$Xsed" | $SED "$delay_single_quote_subst"`'
freecontact-1.0.21/configure:28896:GREP='`$ECHO "$GREP" | $SED "$delay_single_quote_subst"`'
freecontact-1.0.21/configure:28897:EGREP='`$ECHO "$EGREP" | $SED "$delay_single_quote_subst"`'
freecontact-1.0.21/configure:28898:FGREP='`$ECHO "$FGREP" | $SED "$delay_single_quote_subst"`'
freecontact-1.0.21/configure:28899:LD='`$ECHO "$LD" | $SED "$delay_single_quote_subst"`'
freecontact-1.0.21/configure:28900:NM='`$ECHO "$NM" | $SED "$delay_single_quote_subst"`'
freecontact-1.0.21/configure:28901:LN_S='`$ECHO "$LN_S" | $SED "$delay_single_quote_subst"`'
freecontact-1.0.21/configure:28902:max_cmd_len='`$ECHO "$max_cmd_len" | $SED "$delay_single_quote_subst"`'
freecontact-1.0.21/configure:28903:ac_objext='`$ECHO "$ac_objext" | $SED "$delay_single_quote_subst"`'
freecontact-1.0.21/configure:28904:exeext='`$ECHO "$exeext" | $SED "$delay_single_quote_subst"`'
freecontact-1.0.21/configure:28905:lt_unset='`$ECHO "$lt_unset" | $SED "$delay_single_quote_subst"`'
freecontact-1.0.21/configure:28906:lt_SP2NL='`$ECHO "$lt_SP2NL" | $SED "$delay_single_quote_subst"`'
freecontact-1.0.21/configure:28907:lt_NL2SP='`$ECHO "$lt_NL2SP" | $SED "$delay_single_quote_subst"`'
freecontact-1.0.21/configure:28908:lt_cv_to_host_file_cmd='`$ECHO "$lt_cv_to_host_file_cmd" | $SED "$delay_single_quote_subst"`'
freecontact-1.0.21/configure:28909:lt_cv_to_tool_file_cmd='`$ECHO "$lt_cv_to_tool_file_cmd" | $SED "$delay_single_quote_subst"`'
freecontact-1.0.21/configure:28910:reload_flag='`$ECHO "$reload_flag" | $SED "$delay_single_quote_subst"`'
freecontact-1.0.21/configure:28911:reload_cmds='`$ECHO "$reload_cmds" | $SED "$delay_single_quote_subst"`'
freecontact-1.0.21/configure:28912:OBJDUMP='`$ECHO "$OBJDUMP" | $SED "$delay_single_quote_subst"`'
freecontact-1.0.21/configure:28913:deplibs_check_method='`$ECHO "$deplibs_check_method" | $SED "$delay_single_quote_subst"`'
freecontact-1.0.21/configure:28914:file_magic_cmd='`$ECHO "$file_magic_cmd" | $SED "$delay_single_quote_subst"`'
freecontact-1.0.21/configure:28915:file_magic_glob='`$ECHO "$file_magic_glob" | $SED "$delay_single_quote_subst"`'
freecontact-1.0.21/configure:28916:want_nocaseglob='`$ECHO "$want_nocaseglob" | $SED "$delay_single_quote_subst"`'
freecontact-1.0.21/configure:28917:DLLTOOL='`$ECHO "$DLLTOOL" | $SED "$delay_single_quote_subst"`'
freecontact-1.0.21/configure:28918:sharedlib_from_linklib_cmd='`$ECHO "$sharedlib_from_linklib_cmd" | $SED "$delay_single_quote_subst"`'
freecontact-1.0.21/configure:28919:AR='`$ECHO "$AR" | $SED "$delay_single_quote_subst"`'
freecontact-1.0.21/configure:28920:AR_FLAGS='`$ECHO "$AR_FLAGS" | $SED "$delay_single_quote_subst"`'
freecontact-1.0.21/configure:28921:archiver_list_spec='`$ECHO "$archiver_list_spec" | $SED "$delay_single_quote_subst"`'
freecontact-1.0.21/configure:28922:STRIP='`$ECHO "$STRIP" | $SED "$delay_single_quote_subst"`'
freecontact-1.0.21/configure:28923:RANLIB='`$ECHO "$RANLIB" | $SED "$delay_single_quote_subst"`'
freecontact-1.0.21/configure:28924:old_postinstall_cmds='`$ECHO "$old_postinstall_cmds" | $SED "$delay_single_quote_subst"`'
freecontact-1.0.21/configure:28925:old_postuninstall_cmds='`$ECHO "$old_postuninstall_cmds" | $SED "$delay_single_quote_subst"`'
freecontact-1.0.21/configure:28926:old_archive_cmds='`$ECHO "$old_archive_cmds" | $SED "$delay_single_quote_subst"`'
freecontact-1.0.21/configure:28927:lock_old_archive_extraction='`$ECHO "$lock_old_archive_extraction" | $SED "$delay_single_quote_subst"`'
freecontact-1.0.21/configure:28928:CC='`$ECHO "$CC" | $SED "$delay_single_quote_subst"`'
freecontact-1.0.21/configure:28929:CFLAGS='`$ECHO "$CFLAGS" | $SED "$delay_single_quote_subst"`'
freecontact-1.0.21/configure:28930:compiler='`$ECHO "$compiler" | $SED "$delay_single_quote_subst"`'
freecontact-1.0.21/configure:28931:GCC='`$ECHO "$GCC" | $SED "$delay_single_quote_subst"`'
freecontact-1.0.21/configure:28932:lt_cv_sys_global_symbol_pipe='`$ECHO "$lt_cv_sys_global_symbol_pipe" | $SED "$delay_single_quote_subst"`'
freecontact-1.0.21/configure:28933:lt_cv_sys_global_symbol_to_cdecl='`$ECHO "$lt_cv_sys_global_symbol_to_cdecl" | $SED "$delay_single_quote_subst"`'
freecontact-1.0.21/configure:28934:lt_cv_sys_global_symbol_to_c_name_address='`$ECHO "$lt_cv_sys_global_symbol_to_c_name_address" | $SED "$delay_single_quote_subst"`'
freecontact-1.0.21/configure:28935: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"`'
freecontact-1.0.21/configure:28936:nm_file_list_spec='`$ECHO "$nm_file_list_spec" | $SED "$delay_single_quote_subst"`'
freecontact-1.0.21/configure:28937:lt_sysroot='`$ECHO "$lt_sysroot" | $SED "$delay_single_quote_subst"`'
freecontact-1.0.21/configure:28938:objdir='`$ECHO "$objdir" | $SED "$delay_single_quote_subst"`'
freecontact-1.0.21/configure:28939:MAGIC_CMD='`$ECHO "$MAGIC_CMD" | $SED "$delay_single_quote_subst"`'
freecontact-1.0.21/configure:28940:lt_prog_compiler_no_builtin_flag='`$ECHO "$lt_prog_compiler_no_builtin_flag" | $SED "$delay_single_quote_subst"`'
freecontact-1.0.21/configure:28941:lt_prog_compiler_pic='`$ECHO "$lt_prog_compiler_pic" | $SED "$delay_single_quote_subst"`'
freecontact-1.0.21/configure:28942:lt_prog_compiler_wl='`$ECHO "$lt_prog_compiler_wl" | $SED "$delay_single_quote_subst"`'
freecontact-1.0.21/configure:28943:lt_prog_compiler_static='`$ECHO "$lt_prog_compiler_static" | $SED "$delay_single_quote_subst"`'
freecontact-1.0.21/configure:28944:lt_cv_prog_compiler_c_o='`$ECHO "$lt_cv_prog_compiler_c_o" | $SED "$delay_single_quote_subst"`'
freecontact-1.0.21/configure:28945:need_locks='`$ECHO "$need_locks" | $SED "$delay_single_quote_subst"`'
freecontact-1.0.21/configure:28946:MANIFEST_TOOL='`$ECHO "$MANIFEST_TOOL" | $SED "$delay_single_quote_subst"`'
freecontact-1.0.21/configure:28947:DSYMUTIL='`$ECHO "$DSYMUTIL" | $SED "$delay_single_quote_subst"`'
freecontact-1.0.21/configure:28948:NMEDIT='`$ECHO "$NMEDIT" | $SED "$delay_single_quote_subst"`'
freecontact-1.0.21/configure:28949:LIPO='`$ECHO "$LIPO" | $SED "$delay_single_quote_subst"`'
freecontact-1.0.21/configure:28950:OTOOL='`$ECHO "$OTOOL" | $SED "$delay_single_quote_subst"`'
freecontact-1.0.21/configure:28951:OTOOL64='`$ECHO "$OTOOL64" | $SED "$delay_single_quote_subst"`'
freecontact-1.0.21/configure:28952:libext='`$ECHO "$libext" | $SED "$delay_single_quote_subst"`'
freecontact-1.0.21/configure:28953:shrext_cmds='`$ECHO "$shrext_cmds" | $SED "$delay_single_quote_subst"`'
freecontact-1.0.21/configure:28954:extract_expsyms_cmds='`$ECHO "$extract_expsyms_cmds" | $SED "$delay_single_quote_subst"`'
freecontact-1.0.21/configure:28955:archive_cmds_need_lc='`$ECHO "$archive_cmds_need_lc" | $SED "$delay_single_quote_subst"`'
freecontact-1.0.21/configure:28956:enable_shared_with_static_runtimes='`$ECHO "$enable_shared_with_static_runtimes" | $SED "$delay_single_quote_subst"`'
freecontact-1.0.21/configure:28957:export_dynamic_flag_spec='`$ECHO "$export_dynamic_flag_spec" | $SED "$delay_single_quote_subst"`'
freecontact-1.0.21/configure:28958:whole_archive_flag_spec='`$ECHO "$whole_archive_flag_spec" | $SED "$delay_single_quote_subst"`'
freecontact-1.0.21/configure:28959:compiler_needs_object='`$ECHO "$compiler_needs_object" | $SED "$delay_single_quote_subst"`'
freecontact-1.0.21/configure:28960:old_archive_from_new_cmds='`$ECHO "$old_archive_from_new_cmds" | $SED "$delay_single_quote_subst"`'
freecontact-1.0.21/configure:28961:old_archive_from_expsyms_cmds='`$ECHO "$old_archive_from_expsyms_cmds" | $SED "$delay_single_quote_subst"`'
freecontact-1.0.21/configure:28962:archive_cmds='`$ECHO "$archive_cmds" | $SED "$delay_single_quote_subst"`'
freecontact-1.0.21/configure:28963:archive_expsym_cmds='`$ECHO "$archive_expsym_cmds" | $SED "$delay_single_quote_subst"`'
freecontact-1.0.21/configure:28964:module_cmds='`$ECHO "$module_cmds" | $SED "$delay_single_quote_subst"`'
freecontact-1.0.21/configure:28965:module_expsym_cmds='`$ECHO "$module_expsym_cmds" | $SED "$delay_single_quote_subst"`'
freecontact-1.0.21/configure:28966:with_gnu_ld='`$ECHO "$with_gnu_ld" | $SED "$delay_single_quote_subst"`'
freecontact-1.0.21/configure:28967:allow_undefined_flag='`$ECHO "$allow_undefined_flag" | $SED "$delay_single_quote_subst"`'
freecontact-1.0.21/configure:28968:no_undefined_flag='`$ECHO "$no_undefined_flag" | $SED "$delay_single_quote_subst"`'
freecontact-1.0.21/configure:28969:hardcode_libdir_flag_spec='`$ECHO "$hardcode_libdir_flag_spec" | $SED "$delay_single_quote_subst"`'
freecontact-1.0.21/configure:28970:hardcode_libdir_separator='`$ECHO "$hardcode_libdir_separator" | $SED "$delay_single_quote_subst"`'
freecontact-1.0.21/configure:28971:hardcode_direct='`$ECHO "$hardcode_direct" | $SED "$delay_single_quote_subst"`'
freecontact-1.0.21/configure:28972:hardcode_direct_absolute='`$ECHO "$hardcode_direct_absolute" | $SED "$delay_single_quote_subst"`'
freecontact-1.0.21/configure:28973:hardcode_minus_L='`$ECHO "$hardcode_minus_L" | $SED "$delay_single_quote_subst"`'
freecontact-1.0.21/configure:28974:hardcode_shlibpath_var='`$ECHO "$hardcode_shlibpath_var" | $SED "$delay_single_quote_subst"`'
freecontact-1.0.21/configure:28975:hardcode_automatic='`$ECHO "$hardcode_automatic" | $SED "$delay_single_quote_subst"`'
freecontact-1.0.21/configure:28976:inherit_rpath='`$ECHO "$inherit_rpath" | $SED "$delay_single_quote_subst"`'
freecontact-1.0.21/configure:28977:link_all_deplibs='`$ECHO "$link_all_deplibs" | $SED "$delay_single_quote_subst"`'
freecontact-1.0.21/configure:28978:always_export_symbols='`$ECHO "$always_export_symbols" | $SED "$delay_single_quote_subst"`'
freecontact-1.0.21/configure:28979:export_symbols_cmds='`$ECHO "$export_symbols_cmds" | $SED "$delay_single_quote_subst"`'
freecontact-1.0.21/configure:28980:exclude_expsyms='`$ECHO "$exclude_expsyms" | $SED "$delay_single_quote_subst"`'
freecontact-1.0.21/configure:28981:include_expsyms='`$ECHO "$include_expsyms" | $SED "$delay_single_quote_subst"`'
freecontact-1.0.21/configure:28982:prelink_cmds='`$ECHO "$prelink_cmds" | $SED "$delay_single_quote_subst"`'
freecontact-1.0.21/configure:28983:postlink_cmds='`$ECHO "$postlink_cmds" | $SED "$delay_single_quote_subst"`'
freecontact-1.0.21/configure:28984:file_list_spec='`$ECHO "$file_list_spec" | $SED "$delay_single_quote_subst"`'
freecontact-1.0.21/configure:28985:variables_saved_for_relink='`$ECHO "$variables_saved_for_relink" | $SED "$delay_single_quote_subst"`'
freecontact-1.0.21/configure:28986:need_lib_prefix='`$ECHO "$need_lib_prefix" | $SED "$delay_single_quote_subst"`'
freecontact-1.0.21/configure:28987:need_version='`$ECHO "$need_version" | $SED "$delay_single_quote_subst"`'
freecontact-1.0.21/configure:28988:version_type='`$ECHO "$version_type" | $SED "$delay_single_quote_subst"`'
freecontact-1.0.21/configure:28989:runpath_var='`$ECHO "$runpath_var" | $SED "$delay_single_quote_subst"`'
freecontact-1.0.21/configure:28990:shlibpath_var='`$ECHO "$shlibpath_var" | $SED "$delay_single_quote_subst"`'
freecontact-1.0.21/configure:28991:shlibpath_overrides_runpath='`$ECHO "$shlibpath_overrides_runpath" | $SED "$delay_single_quote_subst"`'
freecontact-1.0.21/configure:28992:libname_spec='`$ECHO "$libname_spec" | $SED "$delay_single_quote_subst"`'
freecontact-1.0.21/configure:28993:library_names_spec='`$ECHO "$library_names_spec" | $SED "$delay_single_quote_subst"`'
freecontact-1.0.21/configure:28994:soname_spec='`$ECHO "$soname_spec" | $SED "$delay_single_quote_subst"`'
freecontact-1.0.21/configure:28995:install_override_mode='`$ECHO "$install_override_mode" | $SED "$delay_single_quote_subst"`'
freecontact-1.0.21/configure:28996:postinstall_cmds='`$ECHO "$postinstall_cmds" | $SED "$delay_single_quote_subst"`'
freecontact-1.0.21/configure:28997:postuninstall_cmds='`$ECHO "$postuninstall_cmds" | $SED "$delay_single_quote_subst"`'
freecontact-1.0.21/configure:28998:finish_cmds='`$ECHO "$finish_cmds" | $SED "$delay_single_quote_subst"`'
freecontact-1.0.21/configure:28999:finish_eval='`$ECHO "$finish_eval" | $SED "$delay_single_quote_subst"`'
freecontact-1.0.21/configure:29000:hardcode_into_libs='`$ECHO "$hardcode_into_libs" | $SED "$delay_single_quote_subst"`'
freecontact-1.0.21/configure:29001:sys_lib_search_path_spec='`$ECHO "$sys_lib_search_path_spec" | $SED "$delay_single_quote_subst"`'
freecontact-1.0.21/configure:29002:sys_lib_dlsearch_path_spec='`$ECHO "$sys_lib_dlsearch_path_spec" | $SED "$delay_single_quote_subst"`'
freecontact-1.0.21/configure:29003:hardcode_action='`$ECHO "$hardcode_action" | $SED "$delay_single_quote_subst"`'
freecontact-1.0.21/configure:29004:enable_dlopen='`$ECHO "$enable_dlopen" | $SED "$delay_single_quote_subst"`'
freecontact-1.0.21/configure:29005:enable_dlopen_self='`$ECHO "$enable_dlopen_self" | $SED "$delay_single_quote_subst"`'
freecontact-1.0.21/configure:29006:enable_dlopen_self_static='`$ECHO "$enable_dlopen_self_static" | $SED "$delay_single_quote_subst"`'
freecontact-1.0.21/configure:29007:old_striplib='`$ECHO "$old_striplib" | $SED "$delay_single_quote_subst"`'
freecontact-1.0.21/configure:29008:striplib='`$ECHO "$striplib" | $SED "$delay_single_quote_subst"`'
freecontact-1.0.21/configure:29009:compiler_lib_search_dirs='`$ECHO "$compiler_lib_search_dirs" | $SED "$delay_single_quote_subst"`'
freecontact-1.0.21/configure:29010:predep_objects='`$ECHO "$predep_objects" | $SED "$delay_single_quote_subst"`'
freecontact-1.0.21/configure:29011:postdep_objects='`$ECHO "$postdep_objects" | $SED "$delay_single_quote_subst"`'
freecontact-1.0.21/configure:29012:predeps='`$ECHO "$predeps" | $SED "$delay_single_quote_subst"`'
freecontact-1.0.21/configure:29013:postdeps='`$ECHO "$postdeps" | $SED "$delay_single_quote_subst"`'
freecontact-1.0.21/configure:29014:compiler_lib_search_path='`$ECHO "$compiler_lib_search_path" | $SED "$delay_single_quote_subst"`'
freecontact-1.0.21/configure:29015:LD_CXX='`$ECHO "$LD_CXX" | $SED "$delay_single_quote_subst"`'
freecontact-1.0.21/configure:29016:LD_F77='`$ECHO "$LD_F77" | $SED "$delay_single_quote_subst"`'
freecontact-1.0.21/configure:29017:LD_FC='`$ECHO "$LD_FC" | $SED "$delay_single_quote_subst"`'
freecontact-1.0.21/configure:29018:reload_flag_CXX='`$ECHO "$reload_flag_CXX" | $SED "$delay_single_quote_subst"`'
freecontact-1.0.21/configure:29019:reload_flag_F77='`$ECHO "$reload_flag_F77" | $SED "$delay_single_quote_subst"`'
freecontact-1.0.21/configure:29020:reload_flag_FC='`$ECHO "$reload_flag_FC" | $SED "$delay_single_quote_subst"`'
freecontact-1.0.21/configure:29021:reload_cmds_CXX='`$ECHO "$reload_cmds_CXX" | $SED "$delay_single_quote_subst"`'
freecontact-1.0.21/configure:29022:reload_cmds_F77='`$ECHO "$reload_cmds_F77" | $SED "$delay_single_quote_subst"`'
freecontact-1.0.21/configure:29023:reload_cmds_FC='`$ECHO "$reload_cmds_FC" | $SED "$delay_single_quote_subst"`'
freecontact-1.0.21/configure:29024:old_archive_cmds_CXX='`$ECHO "$old_archive_cmds_CXX" | $SED "$delay_single_quote_subst"`'
freecontact-1.0.21/configure:29025:old_archive_cmds_F77='`$ECHO "$old_archive_cmds_F77" | $SED "$delay_single_quote_subst"`'
freecontact-1.0.21/configure:29026:old_archive_cmds_FC='`$ECHO "$old_archive_cmds_FC" | $SED "$delay_single_quote_subst"`'
freecontact-1.0.21/configure:29027:compiler_CXX='`$ECHO "$compiler_CXX" | $SED "$delay_single_quote_subst"`'
freecontact-1.0.21/configure:29028:compiler_F77='`$ECHO "$compiler_F77" | $SED "$delay_single_quote_subst"`'
freecontact-1.0.21/configure:29029:compiler_FC='`$ECHO "$compiler_FC" | $SED "$delay_single_quote_subst"`'
freecontact-1.0.21/configure:29030:GCC_CXX='`$ECHO "$GCC_CXX" | $SED "$delay_single_quote_subst"`'
freecontact-1.0.21/configure:29031:GCC_F77='`$ECHO "$GCC_F77" | $SED "$delay_single_quote_subst"`'
freecontact-1.0.21/configure:29032:GCC_FC='`$ECHO "$GCC_FC" | $SED "$delay_single_quote_subst"`'
freecontact-1.0.21/configure:29033:lt_prog_compiler_no_builtin_flag_CXX='`$ECHO "$lt_prog_compiler_no_builtin_flag_CXX" | $SED "$delay_single_quote_subst"`'
freecontact-1.0.21/configure:29034:lt_prog_compiler_no_builtin_flag_F77='`$ECHO "$lt_prog_compiler_no_builtin_flag_F77" | $SED "$delay_single_quote_subst"`'
freecontact-1.0.21/configure:29035:lt_prog_compiler_no_builtin_flag_FC='`$ECHO "$lt_prog_compiler_no_builtin_flag_FC" | $SED "$delay_single_quote_subst"`'
freecontact-1.0.21/configure:29036:lt_prog_compiler_pic_CXX='`$ECHO "$lt_prog_compiler_pic_CXX" | $SED "$delay_single_quote_subst"`'
freecontact-1.0.21/configure:29037:lt_prog_compiler_pic_F77='`$ECHO "$lt_prog_compiler_pic_F77" | $SED "$delay_single_quote_subst"`'
freecontact-1.0.21/configure:29038:lt_prog_compiler_pic_FC='`$ECHO "$lt_prog_compiler_pic_FC" | $SED "$delay_single_quote_subst"`'
freecontact-1.0.21/configure:29039:lt_prog_compiler_wl_CXX='`$ECHO "$lt_prog_compiler_wl_CXX" | $SED "$delay_single_quote_subst"`'
freecontact-1.0.21/configure:29040:lt_prog_compiler_wl_F77='`$ECHO "$lt_prog_compiler_wl_F77" | $SED "$delay_single_quote_subst"`'
freecontact-1.0.21/configure:29041:lt_prog_compiler_wl_FC='`$ECHO "$lt_prog_compiler_wl_FC" | $SED "$delay_single_quote_subst"`'
freecontact-1.0.21/configure:29042:lt_prog_compiler_static_CXX='`$ECHO "$lt_prog_compiler_static_CXX" | $SED "$delay_single_quote_subst"`'
freecontact-1.0.21/configure:29043:lt_prog_compiler_static_F77='`$ECHO "$lt_prog_compiler_static_F77" | $SED "$delay_single_quote_subst"`'
freecontact-1.0.21/configure:29044:lt_prog_compiler_static_FC='`$ECHO "$lt_prog_compiler_static_FC" | $SED "$delay_single_quote_subst"`'
freecontact-1.0.21/configure:29045:lt_cv_prog_compiler_c_o_CXX='`$ECHO "$lt_cv_prog_compiler_c_o_CXX" | $SED "$delay_single_quote_subst"`'
freecontact-1.0.21/configure:29046:lt_cv_prog_compiler_c_o_F77='`$ECHO "$lt_cv_prog_compiler_c_o_F77" | $SED "$delay_single_quote_subst"`'
freecontact-1.0.21/configure:29047:lt_cv_prog_compiler_c_o_FC='`$ECHO "$lt_cv_prog_compiler_c_o_FC" | $SED "$delay_single_quote_subst"`'
freecontact-1.0.21/configure:29048:archive_cmds_need_lc_CXX='`$ECHO "$archive_cmds_need_lc_CXX" | $SED "$delay_single_quote_subst"`'
freecontact-1.0.21/configure:29049:archive_cmds_need_lc_F77='`$ECHO "$archive_cmds_need_lc_F77" | $SED "$delay_single_quote_subst"`'
freecontact-1.0.21/configure:29050:archive_cmds_need_lc_FC='`$ECHO "$archive_cmds_need_lc_FC" | $SED "$delay_single_quote_subst"`'
freecontact-1.0.21/configure:29051:enable_shared_with_static_runtimes_CXX='`$ECHO "$enable_shared_with_static_runtimes_CXX" | $SED "$delay_single_quote_subst"`'
freecontact-1.0.21/configure:29052:enable_shared_with_static_runtimes_F77='`$ECHO "$enable_shared_with_static_runtimes_F77" | $SED "$delay_single_quote_subst"`'
freecontact-1.0.21/configure:29053:enable_shared_with_static_runtimes_FC='`$ECHO "$enable_shared_with_static_runtimes_FC" | $SED "$delay_single_quote_subst"`'
freecontact-1.0.21/configure:29054:export_dynamic_flag_spec_CXX='`$ECHO "$export_dynamic_flag_spec_CXX" | $SED "$delay_single_quote_subst"`'
freecontact-1.0.21/configure:29055:export_dynamic_flag_spec_F77='`$ECHO "$export_dynamic_flag_spec_F77" | $SED "$delay_single_quote_subst"`'
freecontact-1.0.21/configure:29056:export_dynamic_flag_spec_FC='`$ECHO "$export_dynamic_flag_spec_FC" | $SED "$delay_single_quote_subst"`'
freecontact-1.0.21/configure:29057:whole_archive_flag_spec_CXX='`$ECHO "$whole_archive_flag_spec_CXX" | $SED "$delay_single_quote_subst"`'
freecontact-1.0.21/configure:29058:whole_archive_flag_spec_F77='`$ECHO "$whole_archive_flag_spec_F77" | $SED "$delay_single_quote_subst"`'
freecontact-1.0.21/configure:29059:whole_archive_flag_spec_FC='`$ECHO "$whole_archive_flag_spec_FC" | $SED "$delay_single_quote_subst"`'
freecontact-1.0.21/configure:29060:compiler_needs_object_CXX='`$ECHO "$compiler_needs_object_CXX" | $SED "$delay_single_quote_subst"`'
freecontact-1.0.21/configure:29061:compiler_needs_object_F77='`$ECHO "$compiler_needs_object_F77" | $SED "$delay_single_quote_subst"`'
freecontact-1.0.21/configure:29062:compiler_needs_object_FC='`$ECHO "$compiler_needs_object_FC" | $SED "$delay_single_quote_subst"`'
freecontact-1.0.21/configure:29063:old_archive_from_new_cmds_CXX='`$ECHO "$old_archive_from_new_cmds_CXX" | $SED "$delay_single_quote_subst"`'
freecontact-1.0.21/configure:29064:old_archive_from_new_cmds_F77='`$ECHO "$old_archive_from_new_cmds_F77" | $SED "$delay_single_quote_subst"`'
freecontact-1.0.21/configure:29065:old_archive_from_new_cmds_FC='`$ECHO "$old_archive_from_new_cmds_FC" | $SED "$delay_single_quote_subst"`'
freecontact-1.0.21/configure:29066:old_archive_from_expsyms_cmds_CXX='`$ECHO "$old_archive_from_expsyms_cmds_CXX" | $SED "$delay_single_quote_subst"`'
freecontact-1.0.21/configure:29067:old_archive_from_expsyms_cmds_F77='`$ECHO "$old_archive_from_expsyms_cmds_F77" | $SED "$delay_single_quote_subst"`'
freecontact-1.0.21/configure:29068:old_archive_from_expsyms_cmds_FC='`$ECHO "$old_archive_from_expsyms_cmds_FC" | $SED "$delay_single_quote_subst"`'
freecontact-1.0.21/configure:29069:archive_cmds_CXX='`$ECHO "$archive_cmds_CXX" | $SED "$delay_single_quote_subst"`'
freecontact-1.0.21/configure:29070:archive_cmds_F77='`$ECHO "$archive_cmds_F77" | $SED "$delay_single_quote_subst"`'
freecontact-1.0.21/configure:29071:archive_cmds_FC='`$ECHO "$archive_cmds_FC" | $SED "$delay_single_quote_subst"`'
freecontact-1.0.21/configure:29072:archive_expsym_cmds_CXX='`$ECHO "$archive_expsym_cmds_CXX" | $SED "$delay_single_quote_subst"`'
freecontact-1.0.21/configure:29073:archive_expsym_cmds_F77='`$ECHO "$archive_expsym_cmds_F77" | $SED "$delay_single_quote_subst"`'
freecontact-1.0.21/configure:29074:archive_expsym_cmds_FC='`$ECHO "$archive_expsym_cmds_FC" | $SED "$delay_single_quote_subst"`'
freecontact-1.0.21/configure:29075:module_cmds_CXX='`$ECHO "$module_cmds_CXX" | $SED "$delay_single_quote_subst"`'
freecontact-1.0.21/configure:29076:module_cmds_F77='`$ECHO "$module_cmds_F77" | $SED "$delay_single_quote_subst"`'
freecontact-1.0.21/configure:29077:module_cmds_FC='`$ECHO "$module_cmds_FC" | $SED "$delay_single_quote_subst"`'
freecontact-1.0.21/configure:29078:module_expsym_cmds_CXX='`$ECHO "$module_expsym_cmds_CXX" | $SED "$delay_single_quote_subst"`'
freecontact-1.0.21/configure:29079:module_expsym_cmds_F77='`$ECHO "$module_expsym_cmds_F77" | $SED "$delay_single_quote_subst"`'
freecontact-1.0.21/configure:29080:module_expsym_cmds_FC='`$ECHO "$module_expsym_cmds_FC" | $SED "$delay_single_quote_subst"`'
freecontact-1.0.21/configure:29081:with_gnu_ld_CXX='`$ECHO "$with_gnu_ld_CXX" | $SED "$delay_single_quote_subst"`'
freecontact-1.0.21/configure:29082:with_gnu_ld_F77='`$ECHO "$with_gnu_ld_F77" | $SED "$delay_single_quote_subst"`'
freecontact-1.0.21/configure:29083:with_gnu_ld_FC='`$ECHO "$with_gnu_ld_FC" | $SED "$delay_single_quote_subst"`'
freecontact-1.0.21/configure:29084:allow_undefined_flag_CXX='`$ECHO "$allow_undefined_flag_CXX" | $SED "$delay_single_quote_subst"`'
freecontact-1.0.21/configure:29085:allow_undefined_flag_F77='`$ECHO "$allow_undefined_flag_F77" | $SED "$delay_single_quote_subst"`'
freecontact-1.0.21/configure:29086:allow_undefined_flag_FC='`$ECHO "$allow_undefined_flag_FC" | $SED "$delay_single_quote_subst"`'
freecontact-1.0.21/configure:29087:no_undefined_flag_CXX='`$ECHO "$no_undefined_flag_CXX" | $SED "$delay_single_quote_subst"`'
freecontact-1.0.21/configure:29088:no_undefined_flag_F77='`$ECHO "$no_undefined_flag_F77" | $SED "$delay_single_quote_subst"`'
freecontact-1.0.21/configure:29089:no_undefined_flag_FC='`$ECHO "$no_undefined_flag_FC" | $SED "$delay_single_quote_subst"`'
freecontact-1.0.21/configure:29090:hardcode_libdir_flag_spec_CXX='`$ECHO "$hardcode_libdir_flag_spec_CXX" | $SED "$delay_single_quote_subst"`'
freecontact-1.0.21/configure:29091:hardcode_libdir_flag_spec_F77='`$ECHO "$hardcode_libdir_flag_spec_F77" | $SED "$delay_single_quote_subst"`'
freecontact-1.0.21/configure:29092:hardcode_libdir_flag_spec_FC='`$ECHO "$hardcode_libdir_flag_spec_FC" | $SED "$delay_single_quote_subst"`'
freecontact-1.0.21/configure:29093:hardcode_libdir_separator_CXX='`$ECHO "$hardcode_libdir_separator_CXX" | $SED "$delay_single_quote_subst"`'
freecontact-1.0.21/configure:29094:hardcode_libdir_separator_F77='`$ECHO "$hardcode_libdir_separator_F77" | $SED "$delay_single_quote_subst"`'
freecontact-1.0.21/configure:29095:hardcode_libdir_separator_FC='`$ECHO "$hardcode_libdir_separator_FC" | $SED "$delay_single_quote_subst"`'
freecontact-1.0.21/configure:29096:hardcode_direct_CXX='`$ECHO "$hardcode_direct_CXX" | $SED "$delay_single_quote_subst"`'
freecontact-1.0.21/configure:29097:hardcode_direct_F77='`$ECHO "$hardcode_direct_F77" | $SED "$delay_single_quote_subst"`'
freecontact-1.0.21/configure:29098:hardcode_direct_FC='`$ECHO "$hardcode_direct_FC" | $SED "$delay_single_quote_subst"`'
freecontact-1.0.21/configure:29099:hardcode_direct_absolute_CXX='`$ECHO "$hardcode_direct_absolute_CXX" | $SED "$delay_single_quote_subst"`'
freecontact-1.0.21/configure:29100:hardcode_direct_absolute_F77='`$ECHO "$hardcode_direct_absolute_F77" | $SED "$delay_single_quote_subst"`'
freecontact-1.0.21/configure:29101:hardcode_direct_absolute_FC='`$ECHO "$hardcode_direct_absolute_FC" | $SED "$delay_single_quote_subst"`'
freecontact-1.0.21/configure:29102:hardcode_minus_L_CXX='`$ECHO "$hardcode_minus_L_CXX" | $SED "$delay_single_quote_subst"`'
freecontact-1.0.21/configure:29103:hardcode_minus_L_F77='`$ECHO "$hardcode_minus_L_F77" | $SED "$delay_single_quote_subst"`'
freecontact-1.0.21/configure:29104:hardcode_minus_L_FC='`$ECHO "$hardcode_minus_L_FC" | $SED "$delay_single_quote_subst"`'
freecontact-1.0.21/configure:29105:hardcode_shlibpath_var_CXX='`$ECHO "$hardcode_shlibpath_var_CXX" | $SED "$delay_single_quote_subst"`'
freecontact-1.0.21/configure:29106:hardcode_shlibpath_var_F77='`$ECHO "$hardcode_shlibpath_var_F77" | $SED "$delay_single_quote_subst"`'
freecontact-1.0.21/configure:29107:hardcode_shlibpath_var_FC='`$ECHO "$hardcode_shlibpath_var_FC" | $SED "$delay_single_quote_subst"`'
freecontact-1.0.21/configure:29108:hardcode_automatic_CXX='`$ECHO "$hardcode_automatic_CXX" | $SED "$delay_single_quote_subst"`'
freecontact-1.0.21/configure:29109:hardcode_automatic_F77='`$ECHO "$hardcode_automatic_F77" | $SED "$delay_single_quote_subst"`'
freecontact-1.0.21/configure:29110:hardcode_automatic_FC='`$ECHO "$hardcode_automatic_FC" | $SED "$delay_single_quote_subst"`'
freecontact-1.0.21/configure:29111:inherit_rpath_CXX='`$ECHO "$inherit_rpath_CXX" | $SED "$delay_single_quote_subst"`'
freecontact-1.0.21/configure:29112:inherit_rpath_F77='`$ECHO "$inherit_rpath_F77" | $SED "$delay_single_quote_subst"`'
freecontact-1.0.21/configure:29113:inherit_rpath_FC='`$ECHO "$inherit_rpath_FC" | $SED "$delay_single_quote_subst"`'
freecontact-1.0.21/configure:29114:link_all_deplibs_CXX='`$ECHO "$link_all_deplibs_CXX" | $SED "$delay_single_quote_subst"`'
freecontact-1.0.21/configure:29115:link_all_deplibs_F77='`$ECHO "$link_all_deplibs_F77" | $SED "$delay_single_quote_subst"`'
freecontact-1.0.21/configure:29116:link_all_deplibs_FC='`$ECHO "$link_all_deplibs_FC" | $SED "$delay_single_quote_subst"`'
freecontact-1.0.21/configure:29117:always_export_symbols_CXX='`$ECHO "$always_export_symbols_CXX" | $SED "$delay_single_quote_subst"`'
freecontact-1.0.21/configure:29118:always_export_symbols_F77='`$ECHO "$always_export_symbols_F77" | $SED "$delay_single_quote_subst"`'
freecontact-1.0.21/configure:29119:always_export_symbols_FC='`$ECHO "$always_export_symbols_FC" | $SED "$delay_single_quote_subst"`'
freecontact-1.0.21/configure:29120:export_symbols_cmds_CXX='`$ECHO "$export_symbols_cmds_CXX" | $SED "$delay_single_quote_subst"`'
freecontact-1.0.21/configure:29121:export_symbols_cmds_F77='`$ECHO "$export_symbols_cmds_F77" | $SED "$delay_single_quote_subst"`'
freecontact-1.0.21/configure:29122:export_symbols_cmds_FC='`$ECHO "$export_symbols_cmds_FC" | $SED "$delay_single_quote_subst"`'
freecontact-1.0.21/configure:29123:exclude_expsyms_CXX='`$ECHO "$exclude_expsyms_CXX" | $SED "$delay_single_quote_subst"`'
freecontact-1.0.21/configure:29124:exclude_expsyms_F77='`$ECHO "$exclude_expsyms_F77" | $SED "$delay_single_quote_subst"`'
freecontact-1.0.21/configure:29125:exclude_expsyms_FC='`$ECHO "$exclude_expsyms_FC" | $SED "$delay_single_quote_subst"`'
freecontact-1.0.21/configure:29126:include_expsyms_CXX='`$ECHO "$include_expsyms_CXX" | $SED "$delay_single_quote_subst"`'
freecontact-1.0.21/configure:29127:include_expsyms_F77='`$ECHO "$include_expsyms_F77" | $SED "$delay_single_quote_subst"`'
freecontact-1.0.21/configure:29128:include_expsyms_FC='`$ECHO "$include_expsyms_FC" | $SED "$delay_single_quote_subst"`'
freecontact-1.0.21/configure:29129:prelink_cmds_CXX='`$ECHO "$prelink_cmds_CXX" | $SED "$delay_single_quote_subst"`'
freecontact-1.0.21/configure:29130:prelink_cmds_F77='`$ECHO "$prelink_cmds_F77" | $SED "$delay_single_quote_subst"`'
freecontact-1.0.21/configure:29131:prelink_cmds_FC='`$ECHO "$prelink_cmds_FC" | $SED "$delay_single_quote_subst"`'
freecontact-1.0.21/configure:29132:postlink_cmds_CXX='`$ECHO "$postlink_cmds_CXX" | $SED "$delay_single_quote_subst"`'
freecontact-1.0.21/configure:29133:postlink_cmds_F77='`$ECHO "$postlink_cmds_F77" | $SED "$delay_single_quote_subst"`'
freecontact-1.0.21/configure:29134:postlink_cmds_FC='`$ECHO "$postlink_cmds_FC" | $SED "$delay_single_quote_subst"`'
freecontact-1.0.21/configure:29135:file_list_spec_CXX='`$ECHO "$file_list_spec_CXX" | $SED "$delay_single_quote_subst"`'
freecontact-1.0.21/configure:29136:file_list_spec_F77='`$ECHO "$file_list_spec_F77" | $SED "$delay_single_quote_subst"`'
freecontact-1.0.21/configure:29137:file_list_spec_FC='`$ECHO "$file_list_spec_FC" | $SED "$delay_single_quote_subst"`'
freecontact-1.0.21/configure:29138:hardcode_action_CXX='`$ECHO "$hardcode_action_CXX" | $SED "$delay_single_quote_subst"`'
freecontact-1.0.21/configure:29139:hardcode_action_F77='`$ECHO "$hardcode_action_F77" | $SED "$delay_single_quote_subst"`'
freecontact-1.0.21/configure:29140:hardcode_action_FC='`$ECHO "$hardcode_action_FC" | $SED "$delay_single_quote_subst"`'
freecontact-1.0.21/configure:29141:compiler_lib_search_dirs_CXX='`$ECHO "$compiler_lib_search_dirs_CXX" | $SED "$delay_single_quote_subst"`'
freecontact-1.0.21/configure:29142:compiler_lib_search_dirs_F77='`$ECHO "$compiler_lib_search_dirs_F77" | $SED "$delay_single_quote_subst"`'
freecontact-1.0.21/configure:29143:compiler_lib_search_dirs_FC='`$ECHO "$compiler_lib_search_dirs_FC" | $SED "$delay_single_quote_subst"`'
freecontact-1.0.21/configure:29144:predep_objects_CXX='`$ECHO "$predep_objects_CXX" | $SED "$delay_single_quote_subst"`'
freecontact-1.0.21/configure:29145:predep_objects_F77='`$ECHO "$predep_objects_F77" | $SED "$delay_single_quote_subst"`'
freecontact-1.0.21/configure:29146:predep_objects_FC='`$ECHO "$predep_objects_FC" | $SED "$delay_single_quote_subst"`'
freecontact-1.0.21/configure:29147:postdep_objects_CXX='`$ECHO "$postdep_objects_CXX" | $SED "$delay_single_quote_subst"`'
freecontact-1.0.21/configure:29148:postdep_objects_F77='`$ECHO "$postdep_objects_F77" | $SED "$delay_single_quote_subst"`'
freecontact-1.0.21/configure:29149:postdep_objects_FC='`$ECHO "$postdep_objects_FC" | $SED "$delay_single_quote_subst"`'
freecontact-1.0.21/configure:29150:predeps_CXX='`$ECHO "$predeps_CXX" | $SED "$delay_single_quote_subst"`'
freecontact-1.0.21/configure:29151:predeps_F77='`$ECHO "$predeps_F77" | $SED "$delay_single_quote_subst"`'
freecontact-1.0.21/configure:29152:predeps_FC='`$ECHO "$predeps_FC" | $SED "$delay_single_quote_subst"`'
freecontact-1.0.21/configure:29153:postdeps_CXX='`$ECHO "$postdeps_CXX" | $SED "$delay_single_quote_subst"`'
freecontact-1.0.21/configure:29154:postdeps_F77='`$ECHO "$postdeps_F77" | $SED "$delay_single_quote_subst"`'
freecontact-1.0.21/configure:29155:postdeps_FC='`$ECHO "$postdeps_FC" | $SED "$delay_single_quote_subst"`'
freecontact-1.0.21/configure:29156:compiler_lib_search_path_CXX='`$ECHO "$compiler_lib_search_path_CXX" | $SED "$delay_single_quote_subst"`'
freecontact-1.0.21/configure:29157:compiler_lib_search_path_F77='`$ECHO "$compiler_lib_search_path_F77" | $SED "$delay_single_quote_subst"`'
freecontact-1.0.21/configure:29158:compiler_lib_search_path_FC='`$ECHO "$compiler_lib_search_path_FC" | $SED "$delay_single_quote_subst"`'
freecontact-1.0.21/configure-29159-
##############################################
freecontact-1.0.21/configure-29318-compiler_lib_search_path_FC; do
freecontact-1.0.21/configure:29319:    case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
freecontact-1.0.21/configure-29320-    *[\\\\\\\`\\"\\\$]*)
freecontact-1.0.21/configure:29321:      eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED \\"\\\$sed_quote_subst\\"\\\`\\\\\\""
freecontact-1.0.21/configure-29322-      ;;
##############################################
freecontact-1.0.21/configure-29381-postlink_cmds_FC; do
freecontact-1.0.21/configure:29382:    case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
freecontact-1.0.21/configure-29383-    *[\\\\\\\`\\"\\\$]*)
freecontact-1.0.21/configure:29384:      eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED -e \\"\\\$double_quote_subst\\" -e \\"\\\$sed_quote_subst\\" -e \\"\\\$delay_variable_subst\\"\\\`\\\\\\""
freecontact-1.0.21/configure-29385-      ;;
##############################################
freecontact-1.0.21/configure-29488-fi
freecontact-1.0.21/configure:29489:ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
freecontact-1.0.21/configure-29490-if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
##############################################
freecontact-1.0.21/configure-29505-  as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
freecontact-1.0.21/configure:29506:ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'`
freecontact-1.0.21/configure-29507-ac_delim='%!_!# '
##############################################
freecontact-1.0.21/configure-29511-
freecontact-1.0.21/configure:29512:  ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
freecontact-1.0.21/configure-29513-  if test $ac_delim_n = $ac_delim_num; then
##############################################
freecontact-1.0.21/configure-29649-for ac_last_try in false false :; do
freecontact-1.0.21/configure:29650:  ac_tt=`sed -n "/$ac_delim/p" confdefs.h`
freecontact-1.0.21/configure-29651-  if test -z "$ac_tt"; then
##############################################
freecontact-1.0.21/configure-29781-      esac
freecontact-1.0.21/configure:29782:      case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
freecontact-1.0.21/configure-29783-      as_fn_append ac_file_inputs " '$ac_f'"
##############################################
freecontact-1.0.21/configure-29840-*)
freecontact-1.0.21/configure:29841:  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
freecontact-1.0.21/configure-29842-  # A ".." for each directory in $ac_dir_suffix.
freecontact-1.0.21/configure:29843:  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
freecontact-1.0.21/configure-29844-  case $ac_top_builddir_sub in
##############################################
freecontact-1.0.21/configure-29901-/@mandir@/p'
freecontact-1.0.21/configure:29902:case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
freecontact-1.0.21/configure-29903-*datarootdir*) ac_datarootdir_seen=yes;;
##############################################
freecontact-1.0.21/configure-29918-
freecontact-1.0.21/configure:29919:# Neutralize VPATH when `$srcdir' = `.'.
freecontact-1.0.21/configure-29920-# Shell code in configure.ac might set extrasub.
##############################################
freecontact-1.0.21/configure-29946-test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
freecontact-1.0.21/configure:29947:  { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } &&
freecontact-1.0.21/configure-29948-  { ac_out=`sed -n '/^[	 ]*datarootdir[	 ]*:*=/p' \
##############################################
freecontact-1.0.21/configure-29992-    * )
freecontact-1.0.21/configure:29993:      _am_stamp_count=`expr $_am_stamp_count + 1` ;;
freecontact-1.0.21/configure-29994-  esac
##############################################
freecontact-1.0.21/configure-30039-    # Strip MF so we end up with the name of the file.
freecontact-1.0.21/configure:30040:    mf=`echo "$mf" | sed -e 's/:.*$//'`
freecontact-1.0.21/configure-30041-    # Check whether this is an Automake generated Makefile or not.
##############################################
freecontact-1.0.21/configure-30076-    # from the Makefile without running 'make'.
freecontact-1.0.21/configure:30077:    DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
freecontact-1.0.21/configure-30078-    test -z "$DEPDIR" && continue
freecontact-1.0.21/configure:30079:    am__include=`sed -n 's/^am__include = //p' < "$mf"`
freecontact-1.0.21/configure-30080-    test -z "$am__include" && continue
freecontact-1.0.21/configure:30081:    am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
freecontact-1.0.21/configure-30082-    # Find all dependency output files, they are included files with
##############################################
freecontact-1.0.21/configure-30135-
freecontact-1.0.21/configure:30136:# `$ECHO "$ofile" | sed 's%^.*/%%'` - Provide generalized library-building support services.
freecontact-1.0.21/configure-30137-# Generated automatically by $as_me ($PACKAGE$TIMESTAMP) $VERSION
##############################################
freecontact-1.0.21/aclocal.m4-92-# iff we strip the leading $srcdir from $ac_aux_dir.  That would be:
freecontact-1.0.21/aclocal.m4:93:#   am_aux_dir='\$(top_srcdir)/'`expr "$ac_aux_dir" : "$srcdir//*\(.*\)"`
freecontact-1.0.21/aclocal.m4-94-# and then we would define $MISSING as
##############################################
freecontact-1.0.21/aclocal.m4-108-# expand $ac_aux_dir to an absolute path
freecontact-1.0.21/aclocal.m4:109:am_aux_dir=`cd $ac_aux_dir && pwd`
freecontact-1.0.21/aclocal.m4-110-])
##############################################
freecontact-1.0.21/aclocal.m4-243-  if test "$am_compiler_list" = ""; then
freecontact-1.0.21/aclocal.m4:244:     am_compiler_list=`sed -n ['s/^#*\([a-zA-Z0-9]*\))$/\1/p'] < ./depcomp`
freecontact-1.0.21/aclocal.m4-245-  fi
##############################################
freecontact-1.0.21/aclocal.m4-394-    # Strip MF so we end up with the name of the file.
freecontact-1.0.21/aclocal.m4:395:    mf=`echo "$mf" | sed -e 's/:.*$//'`
freecontact-1.0.21/aclocal.m4-396-    # Check whether this is an Automake generated Makefile or not.
##############################################
freecontact-1.0.21/aclocal.m4-403-    if sed -n 's,^#.*generated by automake.*,X,p' "$mf" | grep X >/dev/null 2>&1; then
freecontact-1.0.21/aclocal.m4:404:      dirpart=`AS_DIRNAME("$mf")`
freecontact-1.0.21/aclocal.m4-405-    else
##############################################
freecontact-1.0.21/aclocal.m4-409-    # from the Makefile without running 'make'.
freecontact-1.0.21/aclocal.m4:410:    DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
freecontact-1.0.21/aclocal.m4-411-    test -z "$DEPDIR" && continue
freecontact-1.0.21/aclocal.m4:412:    am__include=`sed -n 's/^am__include = //p' < "$mf"`
freecontact-1.0.21/aclocal.m4-413-    test -z "$am__include" && continue
freecontact-1.0.21/aclocal.m4:414:    am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
freecontact-1.0.21/aclocal.m4-415-    # Find all dependency output files, they are included files with
##############################################
freecontact-1.0.21/aclocal.m4-423-      test -f "$dirpart/$file" && continue
freecontact-1.0.21/aclocal.m4:424:      fdir=`AS_DIRNAME(["$file"])`
freecontact-1.0.21/aclocal.m4-425-      AS_MKDIR_P([$dirpart/$fdir])
##############################################
freecontact-1.0.21/aclocal.m4-481-AC_REQUIRE([AC_PROG_INSTALL])dnl
freecontact-1.0.21/aclocal.m4:482:if test "`cd $srcdir && pwd`" != "`pwd`"; then
freecontact-1.0.21/aclocal.m4-483-  # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
##############################################
freecontact-1.0.21/aclocal.m4-636-    * )
freecontact-1.0.21/aclocal.m4:637:      _am_stamp_count=`expr $_am_stamp_count + 1` ;;
freecontact-1.0.21/aclocal.m4-638-  esac
freecontact-1.0.21/aclocal.m4-639-done
freecontact-1.0.21/aclocal.m4:640:echo "timestamp for $_am_arg" >`AS_DIRNAME(["$_am_arg"])`/stamp-h[]$_am_stamp_count])
freecontact-1.0.21/aclocal.m4-641-
##############################################
freecontact-1.0.21/aclocal.m4-707-# Ignore all kinds of additional output from 'make'.
freecontact-1.0.21/aclocal.m4:708:case `$am_make -s -f confmf 2> /dev/null` in #(
freecontact-1.0.21/aclocal.m4-709-*the\ am__doit\ target*)
##############################################
freecontact-1.0.21/aclocal.m4-717-   echo '.include "confinc"' > confmf
freecontact-1.0.21/aclocal.m4:718:   case `$am_make -s -f confmf 2> /dev/null` in #(
freecontact-1.0.21/aclocal.m4-719-   *the\ am__doit\ target*)
##############################################
freecontact-1.0.21/aclocal.m4-899-     echo "timestamp, slept: $am_has_slept" > conftest.file
freecontact-1.0.21/aclocal.m4:900:     set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
freecontact-1.0.21/aclocal.m4-901-     if test "$[*]" = "X"; then
freecontact-1.0.21/aclocal.m4-902-	# -L didn't work.
freecontact-1.0.21/aclocal.m4:903:	set X `ls -t "$srcdir/configure" conftest.file`
freecontact-1.0.21/aclocal.m4-904-     fi
##############################################
freecontact-1.0.21/compile-67-	mingw/*)
freecontact-1.0.21/compile:68:	  file=`cmd //C echo "$file " | sed -e 's/"\(.*\) " *$/\1/'`
freecontact-1.0.21/compile-69-	  ;;
freecontact-1.0.21/compile-70-	cygwin/*)
freecontact-1.0.21/compile:71:	  file=`cygpath -m "$file" || echo "$file"`
freecontact-1.0.21/compile-72-	  ;;
freecontact-1.0.21/compile-73-	wine/*)
freecontact-1.0.21/compile:74:	  file=`winepath -w "$file" || echo "$file"`
freecontact-1.0.21/compile-75-	  ;;
##############################################
freecontact-1.0.21/compile-309-# Name of file we expect compiler to create.
freecontact-1.0.21/compile:310:cofile=`echo "$cfile" | sed 's|^.*[\\/]||; s|^[a-zA-Z]:||; s/\.c$/.o/'`
freecontact-1.0.21/compile-311-
##############################################
freecontact-1.0.21/compile-315-# object file name, since that is what matters with a parallel build.
freecontact-1.0.21/compile:316:lockdir=`echo "$cofile" | sed -e 's|[/\\:.-]|_|g'`.d
freecontact-1.0.21/compile-317-while true; do
##############################################
freecontact-1.0.21/config.guess-40-
freecontact-1.0.21/config.guess:41:me=`echo "$0" | sed -e 's,.*/,,'`
freecontact-1.0.21/config.guess-42-
##############################################
freecontact-1.0.21/config.guess-110-: ${TMPDIR=/tmp} ;
freecontact-1.0.21/config.guess:111: { tmp=`(umask 077 && mktemp -d "$TMPDIR/cgXXXXXX") 2>/dev/null` && test -n "$tmp" && test -d "$tmp" ; } ||
freecontact-1.0.21/config.guess-112- { test -n "$RANDOM" && tmp=$TMPDIR/cg$$-$RANDOM && (umask 077 && mkdir $tmp) ; } ||
##############################################
freecontact-1.0.21/config.guess-196-	    *)
freecontact-1.0.21/config.guess:197:		release=`echo ${UNAME_RELEASE}|sed -e 's/[-_].*/\./'`
freecontact-1.0.21/config.guess-198-		;;
##############################################
freecontact-1.0.21/config.guess-223-	*4.0)
freecontact-1.0.21/config.guess:224:		UNAME_RELEASE=`/usr/sbin/sizer -v | awk '{print $3}'`
freecontact-1.0.21/config.guess-225-		;;
freecontact-1.0.21/config.guess-226-	*5.*)
freecontact-1.0.21/config.guess:227:	        UNAME_RELEASE=`/usr/sbin/sizer -v | awk '{print $4}'`
freecontact-1.0.21/config.guess-228-		;;
##############################################
freecontact-1.0.21/config.guess-233-	# types through head -n 1, so we only detect the type of CPU 0.
freecontact-1.0.21/config.guess:234:	ALPHA_CPU_TYPE=`/usr/sbin/psrinfo -v | sed -n -e 's/^  The alpha \(.*\) processor.*$/\1/p' | head -n 1`
freecontact-1.0.21/config.guess-235-	case "$ALPHA_CPU_TYPE" in
##############################################
freecontact-1.0.21/config.guess-271-	# 1.2 uses "1.2" for uname -r.
freecontact-1.0.21/config.guess:272:	echo ${UNAME_MACHINE}-dec-osf`echo ${UNAME_RELEASE} | sed -e 's/^[PVTX]//' | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz'`
freecontact-1.0.21/config.guess-273-	exit ;;
##############################################
freecontact-1.0.21/config.guess-328-    s390x:SunOS:*:*)
freecontact-1.0.21/config.guess:329:	echo ${UNAME_MACHINE}-ibm-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
freecontact-1.0.21/config.guess-330-	exit ;;
freecontact-1.0.21/config.guess-331-    sun4H:SunOS:5.*:*)
freecontact-1.0.21/config.guess:332:	echo sparc-hal-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
freecontact-1.0.21/config.guess-333-	exit ;;
freecontact-1.0.21/config.guess-334-    sun4*:SunOS:5.*:* | tadpole*:SunOS:5.*:*)
freecontact-1.0.21/config.guess:335:	echo sparc-sun-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
freecontact-1.0.21/config.guess-336-	exit ;;
##############################################
freecontact-1.0.21/config.guess-353-	fi
freecontact-1.0.21/config.guess:354:	echo ${SUN_ARCH}-pc-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
freecontact-1.0.21/config.guess-355-	exit ;;
##############################################
freecontact-1.0.21/config.guess-359-	# it's likely to be more like Solaris than SunOS4.
freecontact-1.0.21/config.guess:360:	echo sparc-sun-solaris3`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
freecontact-1.0.21/config.guess-361-	exit ;;
##############################################
freecontact-1.0.21/config.guess-368-	# Japanese Language versions have a version number like `4.1.3-JL'.
freecontact-1.0.21/config.guess:369:	echo sparc-sun-sunos`echo ${UNAME_RELEASE}|sed -e 's/-/_/'`
freecontact-1.0.21/config.guess-370-	exit ;;
##############################################
freecontact-1.0.21/config.guess-374-    sun*:*:4.2BSD:*)
freecontact-1.0.21/config.guess:375:	UNAME_RELEASE=`(sed 1q /etc/motd | awk '{print substr($5,1,3)}') 2>/dev/null`
freecontact-1.0.21/config.guess-376-	test "x${UNAME_RELEASE}" = "x" && UNAME_RELEASE=3
##############################################
freecontact-1.0.21/config.guess-456-	$CC_FOR_BUILD -o $dummy $dummy.c &&
freecontact-1.0.21/config.guess:457:	  dummyarg=`echo "${UNAME_RELEASE}" | sed -n 's/\([0-9]*\).*/\1/p'` &&
freecontact-1.0.21/config.guess:458:	  SYSTEM_NAME=`$dummy $dummyarg` &&
freecontact-1.0.21/config.guess-459-	    { echo "$SYSTEM_NAME"; exit; }
##############################################
freecontact-1.0.21/config.guess-512-    *:IRIX*:*:*)
freecontact-1.0.21/config.guess:513:	echo mips-sgi-irix`echo ${UNAME_RELEASE}|sed -e 's/-/_/g'`
freecontact-1.0.21/config.guess-514-	exit ;;
##############################################
freecontact-1.0.21/config.guess-542-EOF
freecontact-1.0.21/config.guess:543:		if $CC_FOR_BUILD -o $dummy $dummy.c && SYSTEM_NAME=`$dummy`
freecontact-1.0.21/config.guess-544-		then
##############################################
freecontact-1.0.21/config.guess-555-    *:AIX:*:[456])
freecontact-1.0.21/config.guess:556:	IBM_CPU_ID=`/usr/sbin/lsdev -C -c processor -S available | sed 1q | awk '{ print $1 }'`
freecontact-1.0.21/config.guess-557-	if /usr/sbin/lsattr -El ${IBM_CPU_ID} | grep ' POWER' >/dev/null 2>&1; then
##############################################
freecontact-1.0.21/config.guess-590-    9000/[34678]??:HP-UX:*:*)
freecontact-1.0.21/config.guess:591:	HPUX_REV=`echo ${UNAME_RELEASE}|sed -e 's/[^.]*.[0B]*//'`
freecontact-1.0.21/config.guess-592-	case "${UNAME_MACHINE}" in
##############################################
freecontact-1.0.21/config.guess-644-EOF
freecontact-1.0.21/config.guess:645:		    (CCOPTS= $CC_FOR_BUILD -o $dummy $dummy.c 2>/dev/null) && HP_ARCH=`$dummy`
freecontact-1.0.21/config.guess-646-		    test -z "$HP_ARCH" && HP_ARCH=hppa
##############################################
freecontact-1.0.21/config.guess-672-    ia64:HP-UX:*:*)
freecontact-1.0.21/config.guess:673:	HPUX_REV=`echo ${UNAME_RELEASE}|sed -e 's/[^.]*.[0B]*//'`
freecontact-1.0.21/config.guess-674-	echo ia64-hp-hpux${HPUX_REV}
##############################################
freecontact-1.0.21/config.guess-702-EOF
freecontact-1.0.21/config.guess:703:	$CC_FOR_BUILD -o $dummy $dummy.c && SYSTEM_NAME=`$dummy` &&
freecontact-1.0.21/config.guess-704-		{ echo "$SYSTEM_NAME"; exit; }
##############################################
freecontact-1.0.21/config.guess-773-        FUJITSU_SYS=`uname -p | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/\///'`
freecontact-1.0.21/config.guess:774:        FUJITSU_REL=`echo ${UNAME_RELEASE} | sed -e 's/ /_/'`
freecontact-1.0.21/config.guess-775-        echo "${FUJITSU_PROC}-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}"
##############################################
freecontact-1.0.21/config.guess-778-        FUJITSU_SYS=`uname -p | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/\///'`
freecontact-1.0.21/config.guess:779:        FUJITSU_REL=`echo ${UNAME_RELEASE} | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/ /_/'`
freecontact-1.0.21/config.guess-780-        echo "sparc-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}"
##############################################
freecontact-1.0.21/config.guess-793-	    pc98)
freecontact-1.0.21/config.guess:794:		echo i386-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` ;;
freecontact-1.0.21/config.guess-795-	    amd64)
freecontact-1.0.21/config.guess:796:		echo x86_64-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` ;;
freecontact-1.0.21/config.guess-797-	    *)
freecontact-1.0.21/config.guess:798:		echo ${UNAME_MACHINE}-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` ;;
freecontact-1.0.21/config.guess-799-	esac
##############################################
freecontact-1.0.21/config.guess-847-    prep*:SunOS:5.*:*)
freecontact-1.0.21/config.guess:848:	echo powerpcle-unknown-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
freecontact-1.0.21/config.guess-849-	exit ;;
##############################################
freecontact-1.0.21/config.guess-851-	# the GNU system
freecontact-1.0.21/config.guess:852:	echo `echo ${UNAME_MACHINE}|sed -e 's,[-/].*$,,'`-unknown-gnu`echo ${UNAME_RELEASE}|sed -e 's,/.*$,,'`
freecontact-1.0.21/config.guess-853-	exit ;;
##############################################
freecontact-1.0.21/config.guess-855-	# other systems with GNU libc and userland
freecontact-1.0.21/config.guess:856:	echo ${UNAME_MACHINE}-unknown-`echo ${UNAME_SYSTEM} | sed 's,^[^/]*/,,' | tr '[A-Z]' '[a-z]'``echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'`-gnu
freecontact-1.0.21/config.guess-857-	exit ;;
##############################################
freecontact-1.0.21/config.guess-904-EOF
freecontact-1.0.21/config.guess:905:	eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep '^LIBC'`
freecontact-1.0.21/config.guess-906-	echo "${UNAME_MACHINE}-pc-linux-${LIBC}"
##############################################
freecontact-1.0.21/config.guess-932-EOF
freecontact-1.0.21/config.guess:933:	eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep '^CPU'`
freecontact-1.0.21/config.guess-934-	test x"${CPU}" != x && { echo "${CPU}-unknown-linux-gnu"; exit; }
##############################################
freecontact-1.0.21/config.guess-1014-    i*86:*:4.*:* | i*86:SYSTEM_V:4.*:*)
freecontact-1.0.21/config.guess:1015:	UNAME_REL=`echo ${UNAME_RELEASE} | sed 's/\/MP$//'`
freecontact-1.0.21/config.guess-1016-	if grep Novell /usr/include/link.h >/dev/null 2>/dev/null; then
##############################################
freecontact-1.0.21/config.guess-1281-    *:DragonFly:*:*)
freecontact-1.0.21/config.guess:1282:	echo ${UNAME_MACHINE}-unknown-dragonfly`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'`
freecontact-1.0.21/config.guess-1283-	exit ;;
##############################################
freecontact-1.0.21/config.guess-1294-    i*86:skyos:*:*)
freecontact-1.0.21/config.guess:1295:	echo ${UNAME_MACHINE}-pc-skyos`echo ${UNAME_RELEASE}` | sed -e 's/ .*$//'
freecontact-1.0.21/config.guess-1296-	exit ;;
##############################################
freecontact-1.0.21/config.guess-1422-
freecontact-1.0.21/config.guess:1423:$CC_FOR_BUILD -o $dummy $dummy.c 2>/dev/null && SYSTEM_NAME=`$dummy` &&
freecontact-1.0.21/config.guess-1424-	{ echo "$SYSTEM_NAME"; exit; }
##############################################
freecontact-1.0.21/config.sub-59-
freecontact-1.0.21/config.sub:60:me=`echo "$0" | sed -e 's,.*/,,'`
freecontact-1.0.21/config.sub-61-
##############################################
freecontact-1.0.21/config.sub-124-# Here we must recognize all the valid KERNEL-OS combinations.
freecontact-1.0.21/config.sub:125:maybe_os=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\2/'`
freecontact-1.0.21/config.sub-126-case $maybe_os in
##############################################
freecontact-1.0.21/config.sub-131-    os=-$maybe_os
freecontact-1.0.21/config.sub:132:    basic_machine=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\1/'`
freecontact-1.0.21/config.sub-133-    ;;
freecontact-1.0.21/config.sub-134-  *)
freecontact-1.0.21/config.sub:135:    basic_machine=`echo $1 | sed 's/-[^-]*$//'`
freecontact-1.0.21/config.sub-136-    if [ $basic_machine != $1 ]
freecontact-1.0.21/config.sub:137:    then os=`echo $1 | sed 's/.*-/-/'`
freecontact-1.0.21/config.sub-138-    else os=; fi
##############################################
freecontact-1.0.21/config.sub-185-		os=-sco5v6
freecontact-1.0.21/config.sub:186:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
freecontact-1.0.21/config.sub-187-		;;
##############################################
freecontact-1.0.21/config.sub-189-		os=-sco3.2v5
freecontact-1.0.21/config.sub:190:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
freecontact-1.0.21/config.sub-191-		;;
##############################################
freecontact-1.0.21/config.sub-193-		os=-sco3.2v4
freecontact-1.0.21/config.sub:194:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
freecontact-1.0.21/config.sub-195-		;;
freecontact-1.0.21/config.sub-196-	-sco3.2.[4-9]*)
freecontact-1.0.21/config.sub:197:		os=`echo $os | sed -e 's/sco3.2./sco3.2v/'`
freecontact-1.0.21/config.sub:198:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
freecontact-1.0.21/config.sub-199-		;;
##############################################
freecontact-1.0.21/config.sub-201-		# Don't forget version if it is 3.2v4 or newer.
freecontact-1.0.21/config.sub:202:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
freecontact-1.0.21/config.sub-203-		;;
##############################################
freecontact-1.0.21/config.sub-205-		# Don't forget version if it is 3.2v4 or newer.
freecontact-1.0.21/config.sub:206:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
freecontact-1.0.21/config.sub-207-		;;
##############################################
freecontact-1.0.21/config.sub-209-		os=-sco3.2v2
freecontact-1.0.21/config.sub:210:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
freecontact-1.0.21/config.sub-211-		;;
freecontact-1.0.21/config.sub-212-	-udk*)
freecontact-1.0.21/config.sub:213:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
freecontact-1.0.21/config.sub-214-		;;
##############################################
freecontact-1.0.21/config.sub-216-		os=-isc2.2
freecontact-1.0.21/config.sub:217:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
freecontact-1.0.21/config.sub-218-		;;
##############################################
freecontact-1.0.21/config.sub-222-	-isc*)
freecontact-1.0.21/config.sub:223:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
freecontact-1.0.21/config.sub-224-		;;
##############################################
freecontact-1.0.21/config.sub-228-	-ptx*)
freecontact-1.0.21/config.sub:229:		basic_machine=`echo $1 | sed -e 's/86-.*/86-sequent/'`
freecontact-1.0.21/config.sub-230-		;;
freecontact-1.0.21/config.sub-231-	-windowsnt*)
freecontact-1.0.21/config.sub:232:		os=`echo $os | sed -e 's/windowsnt/winnt/'`
freecontact-1.0.21/config.sub-233-		;;
##############################################
freecontact-1.0.21/config.sub-324-	*-*-*)
freecontact-1.0.21/config.sub:325:		echo Invalid configuration \`$1\': machine \`$basic_machine\' not recognized 1>&2
freecontact-1.0.21/config.sub-326-		exit 1
##############################################
freecontact-1.0.21/config.sub-435-	amd64-*)
freecontact-1.0.21/config.sub:436:		basic_machine=x86_64-`echo $basic_machine | sed 's/^[^-]*-//'`
freecontact-1.0.21/config.sub-437-		;;
##############################################
freecontact-1.0.21/config.sub-477-	blackfin-*)
freecontact-1.0.21/config.sub:478:		basic_machine=bfin-`echo $basic_machine | sed 's/^[^-]*-//'`
freecontact-1.0.21/config.sub-479-		os=-linux
##############################################
freecontact-1.0.21/config.sub-680-	i*86v32)
freecontact-1.0.21/config.sub:681:		basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
freecontact-1.0.21/config.sub-682-		os=-sysv32
##############################################
freecontact-1.0.21/config.sub-684-	i*86v4*)
freecontact-1.0.21/config.sub:685:		basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
freecontact-1.0.21/config.sub-686-		os=-sysv4
##############################################
freecontact-1.0.21/config.sub-688-	i*86v)
freecontact-1.0.21/config.sub:689:		basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
freecontact-1.0.21/config.sub-690-		os=-sysv
##############################################
freecontact-1.0.21/config.sub-692-	i*86sol2)
freecontact-1.0.21/config.sub:693:		basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
freecontact-1.0.21/config.sub-694-		os=-solaris2
##############################################
freecontact-1.0.21/config.sub-722-	m68knommu-*)
freecontact-1.0.21/config.sub:723:		basic_machine=m68k-`echo $basic_machine | sed 's/^[^-]*-//'`
freecontact-1.0.21/config.sub-724-		os=-linux
##############################################
freecontact-1.0.21/config.sub-755-	mips3*-*)
freecontact-1.0.21/config.sub:756:		basic_machine=`echo $basic_machine | sed -e 's/mips3/mips64/'`
freecontact-1.0.21/config.sub-757-		;;
freecontact-1.0.21/config.sub-758-	mips3*)
freecontact-1.0.21/config.sub:759:		basic_machine=`echo $basic_machine | sed -e 's/mips3/mips64/'`-unknown
freecontact-1.0.21/config.sub-760-		;;
##############################################
freecontact-1.0.21/config.sub-773-	ms1-*)
freecontact-1.0.21/config.sub:774:		basic_machine=`echo $basic_machine | sed -e 's/ms1-/mt-/'`
freecontact-1.0.21/config.sub-775-		;;
##############################################
freecontact-1.0.21/config.sub-878-	parisc-*)
freecontact-1.0.21/config.sub:879:		basic_machine=hppa-`echo $basic_machine | sed 's/^[^-]*-//'`
freecontact-1.0.21/config.sub-880-		os=-linux
##############################################
freecontact-1.0.21/config.sub-894-	pc98-*)
freecontact-1.0.21/config.sub:895:		basic_machine=i386-`echo $basic_machine | sed 's/^[^-]*-//'`
freecontact-1.0.21/config.sub-896-		;;
##############################################
freecontact-1.0.21/config.sub-909-	pentium-* | p5-* | k5-* | k6-* | nexgen-* | viac3-*)
freecontact-1.0.21/config.sub:910:		basic_machine=i586-`echo $basic_machine | sed 's/^[^-]*-//'`
freecontact-1.0.21/config.sub-911-		;;
freecontact-1.0.21/config.sub-912-	pentiumpro-* | p6-* | 6x86-* | athlon-*)
freecontact-1.0.21/config.sub:913:		basic_machine=i686-`echo $basic_machine | sed 's/^[^-]*-//'`
freecontact-1.0.21/config.sub-914-		;;
freecontact-1.0.21/config.sub-915-	pentiumii-* | pentium2-* | pentiumiii-* | pentium3-*)
freecontact-1.0.21/config.sub:916:		basic_machine=i686-`echo $basic_machine | sed 's/^[^-]*-//'`
freecontact-1.0.21/config.sub-917-		;;
freecontact-1.0.21/config.sub-918-	pentium4-*)
freecontact-1.0.21/config.sub:919:		basic_machine=i786-`echo $basic_machine | sed 's/^[^-]*-//'`
freecontact-1.0.21/config.sub-920-		;;
##############################################
freecontact-1.0.21/config.sub-927-		;;
freecontact-1.0.21/config.sub:928:	ppc-*)	basic_machine=powerpc-`echo $basic_machine | sed 's/^[^-]*-//'`
freecontact-1.0.21/config.sub-929-		;;
##############################################
freecontact-1.0.21/config.sub-933-	ppcle-* | powerpclittle-*)
freecontact-1.0.21/config.sub:934:		basic_machine=powerpcle-`echo $basic_machine | sed 's/^[^-]*-//'`
freecontact-1.0.21/config.sub-935-		;;
##############################################
freecontact-1.0.21/config.sub-937-		;;
freecontact-1.0.21/config.sub:938:	ppc64-*) basic_machine=powerpc64-`echo $basic_machine | sed 's/^[^-]*-//'`
freecontact-1.0.21/config.sub-939-		;;
##############################################
freecontact-1.0.21/config.sub-943-	ppc64le-* | powerpc64little-*)
freecontact-1.0.21/config.sub:944:		basic_machine=powerpc64le-`echo $basic_machine | sed 's/^[^-]*-//'`
freecontact-1.0.21/config.sub-945-		;;
##############################################
freecontact-1.0.21/config.sub-1240-	*)
freecontact-1.0.21/config.sub:1241:		echo Invalid configuration \`$1\': machine \`$basic_machine\' not recognized 1>&2
freecontact-1.0.21/config.sub-1242-		exit 1
##############################################
freecontact-1.0.21/config.sub-1248-	*-digital*)
freecontact-1.0.21/config.sub:1249:		basic_machine=`echo $basic_machine | sed 's/digital.*/dec/'`
freecontact-1.0.21/config.sub-1250-		;;
freecontact-1.0.21/config.sub-1251-	*-commodore*)
freecontact-1.0.21/config.sub:1252:		basic_machine=`echo $basic_machine | sed 's/commodore.*/cbm/'`
freecontact-1.0.21/config.sub-1253-		;;
##############################################
freecontact-1.0.21/config.sub-1269-	-solaris1 | -solaris1.*)
freecontact-1.0.21/config.sub:1270:		os=`echo $os | sed -e 's|solaris1|sunos4|'`
freecontact-1.0.21/config.sub-1271-		;;
##############################################
freecontact-1.0.21/config.sub-1281-	-gnu/linux*)
freecontact-1.0.21/config.sub:1282:		os=`echo $os | sed -e 's|gnu/linux|linux-gnu|'`
freecontact-1.0.21/config.sub-1283-		;;
##############################################
freecontact-1.0.21/config.sub-1326-	-nto*)
freecontact-1.0.21/config.sub:1327:		os=`echo $os | sed -e 's|nto|nto-qnx|'`
freecontact-1.0.21/config.sub-1328-		;;
##############################################
freecontact-1.0.21/config.sub-1333-	-mac*)
freecontact-1.0.21/config.sub:1334:		os=`echo $os | sed -e 's|mac|macos|'`
freecontact-1.0.21/config.sub-1335-		;;
##############################################
freecontact-1.0.21/config.sub-1339-	-linux*)
freecontact-1.0.21/config.sub:1340:		os=`echo $os | sed -e 's|linux|linux-gnu|'`
freecontact-1.0.21/config.sub-1341-		;;
freecontact-1.0.21/config.sub-1342-	-sunos5*)
freecontact-1.0.21/config.sub:1343:		os=`echo $os | sed -e 's|sunos5|solaris2|'`
freecontact-1.0.21/config.sub-1344-		;;
freecontact-1.0.21/config.sub-1345-	-sunos6*)
freecontact-1.0.21/config.sub:1346:		os=`echo $os | sed -e 's|sunos6|solaris3|'`
freecontact-1.0.21/config.sub-1347-		;;
##############################################
freecontact-1.0.21/config.sub-1394-	-sinix5.*)
freecontact-1.0.21/config.sub:1395:		os=`echo $os | sed -e 's|sinix|sysv|'`
freecontact-1.0.21/config.sub-1396-		;;
##############################################
freecontact-1.0.21/config.sub-1450-		# Get rid of the `-' at the beginning of $os.
freecontact-1.0.21/config.sub:1451:		os=`echo $os | sed 's/[^-]*-//'`
freecontact-1.0.21/config.sub:1452:		echo Invalid configuration \`$1\': system \`$os\' not recognized 1>&2
freecontact-1.0.21/config.sub-1453-		exit 1
##############################################
freecontact-1.0.21/config.sub-1701-		esac
freecontact-1.0.21/config.sub:1702:		basic_machine=`echo $basic_machine | sed "s/unknown/$vendor/"`
freecontact-1.0.21/config.sub-1703-		;;
##############################################
freecontact-1.0.21/depcomp-67-  sed 's|[^\\/]*$|'${DEPDIR-.deps}'/&|;s|\.\([^.]*\)$|.P\1|;s|Pobj$|Po|'`}
freecontact-1.0.21/depcomp:68:tmpdepfile=${tmpdepfile-`echo "$depfile" | sed 's/\.\([^.]*\)$/.T\1/'`}
freecontact-1.0.21/depcomp-69-
##############################################
freecontact-1.0.21/depcomp-224-  # Version 6 uses the directory in both cases.
freecontact-1.0.21/depcomp:225:  dir=`echo "$object" | sed -e 's|/[^/]*$|/|'`
freecontact-1.0.21/depcomp-226-  test "x$dir" = "x$object" && dir=
freecontact-1.0.21/depcomp:227:  base=`echo "$object" | sed -e 's|^.*/||' -e 's/\.o$//' -e 's/\.lo$//'`
freecontact-1.0.21/depcomp-228-  if test "$libtool" = yes; then
##############################################
freecontact-1.0.21/depcomp-253-    # Do two passes, one to just change these to
freecontact-1.0.21/depcomp:254:    # `$object: dependent.h' and one to simply `dependent.h:'.
freecontact-1.0.21/depcomp-255-    sed -e "s,^.*\.[a-z]*:,$object:," < "$tmpdepfile" > "$depfile"
##############################################
freecontact-1.0.21/depcomp-295-  # Do two passes, one to just change these to
freecontact-1.0.21/depcomp:296:  # `$object: dependent.h' and one to simply `dependent.h:'.
freecontact-1.0.21/depcomp-297-  sed "s,^[^:]*:,$object :," < "$tmpdepfile" > "$depfile"
##############################################
freecontact-1.0.21/depcomp-311-  # Much of this is similar to the tru64 case; see comments there.
freecontact-1.0.21/depcomp:312:  dir=`echo "$object" | sed -e 's|/[^/]*$|/|'`
freecontact-1.0.21/depcomp-313-  test "x$dir" = "x$object" && dir=
freecontact-1.0.21/depcomp:314:  base=`echo "$object" | sed -e 's|^.*/||' -e 's/\.o$//' -e 's/\.lo$//'`
freecontact-1.0.21/depcomp-315-  if test "$libtool" = yes; then
##############################################
freecontact-1.0.21/depcomp-355-   # Subdirectories are respected.
freecontact-1.0.21/depcomp:356:   dir=`echo "$object" | sed -e 's|/[^/]*$|/|'`
freecontact-1.0.21/depcomp-357-   test "x$dir" = "x$object" && dir=
freecontact-1.0.21/depcomp:358:   base=`echo "$object" | sed -e 's|^.*/||' -e 's/\.o$//' -e 's/\.lo$//'`
freecontact-1.0.21/depcomp-359-
##############################################
freecontact-1.0.21/depcomp-501-  done
freecontact-1.0.21/depcomp:502:  obj_suffix=`echo "$object" | sed 's/^.*\././'`
freecontact-1.0.21/depcomp-503-  touch "$tmpdepfile"
##############################################
freecontact-1.0.21/install-sh-217-      fi
freecontact-1.0.21/install-sh:218:      cp_umask=`expr '(' 777 - $mode % 1000 ')' $u_plus_rw`;;
freecontact-1.0.21/install-sh-219-    *)
##############################################
freecontact-1.0.21/install-sh-269-      dstdir=$dst
freecontact-1.0.21/install-sh:270:      dst=$dstdir/`basename "$src"`
freecontact-1.0.21/install-sh-271-      dstdir_status=0
##############################################
freecontact-1.0.21/install-sh-351-		   # FreeBSD 6.1 mkdir -m -p sets mode of existing directory.
freecontact-1.0.21/install-sh:352:		   ls_ld_tmpdir=`ls -ld "$tmpdir"`
freecontact-1.0.21/install-sh-353-		   case $ls_ld_tmpdir in
##############################################
freecontact-1.0.21/install-sh-358-		   $mkdirprog -m$different_mode -p -- "$tmpdir" && {
freecontact-1.0.21/install-sh:359:		     ls_ld_tmpdir_1=`ls -ld "$tmpdir"`
freecontact-1.0.21/install-sh-360-		     test "$ls_ld_tmpdir" = "$ls_ld_tmpdir_1"
##############################################
freecontact-1.0.21/install-sh-418-	    case $prefix in
freecontact-1.0.21/install-sh:419:	      *\'*) qprefix=`echo "$prefix" | sed "s/'/'\\\\\\\\''/g"`;;
freecontact-1.0.21/install-sh-420-	      *) qprefix=$prefix;;
##############################################
freecontact-1.0.21/install-sh-467-    if $copy_on_change &&
freecontact-1.0.21/install-sh:468:       old=`LC_ALL=C ls -dlL "$dst"	2>/dev/null` &&
freecontact-1.0.21/install-sh:469:       new=`LC_ALL=C ls -dlL "$dsttmp"	2>/dev/null` &&
freecontact-1.0.21/install-sh-470-
##############################################
freecontact-1.0.21/ltmain.sh-167-{
freecontact-1.0.21/ltmain.sh:168:    func_dirname_result=`$ECHO "${1}" | $SED "$dirname"`
freecontact-1.0.21/ltmain.sh-169-    if test "X$func_dirname_result" = "X${1}"; then
##############################################
freecontact-1.0.21/ltmain.sh-179-{
freecontact-1.0.21/ltmain.sh:180:    func_basename_result=`$ECHO "${1}" | $SED "$basename"`
freecontact-1.0.21/ltmain.sh-181-} # func_basename may be replaced by extended shell implementation
##############################################
freecontact-1.0.21/ltmain.sh-198-    # Extract subdirectory from the argument.
freecontact-1.0.21/ltmain.sh:199:    func_dirname_result=`$ECHO "${1}" | $SED -e "$dirname"`
freecontact-1.0.21/ltmain.sh-200-    if test "X$func_dirname_result" = "X${1}"; then
##############################################
freecontact-1.0.21/ltmain.sh-204-    fi
freecontact-1.0.21/ltmain.sh:205:    func_basename_result=`$ECHO "${1}" | $SED -e "$basename"`
freecontact-1.0.21/ltmain.sh-206-} # func_dirname_and_basename may be replaced by extended shell implementation
##############################################
freecontact-1.0.21/ltmain.sh-217-    case ${2} in
freecontact-1.0.21/ltmain.sh:218:      .*) func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%\\\\${2}\$%%"`;;
freecontact-1.0.21/ltmain.sh:219:      *)  func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%${2}\$%%"`;;
freecontact-1.0.21/ltmain.sh-220-    esac
##############################################
freecontact-1.0.21/ltmain.sh-380-     progdir=$func_dirname_result
freecontact-1.0.21/ltmain.sh:381:     progdir=`cd "$progdir" && pwd`
freecontact-1.0.21/ltmain.sh-382-     progpath="$progdir/$progname"
##############################################
freecontact-1.0.21/ltmain.sh-417-# Since each input `\' is now two `\'s, look for any number of runs of
freecontact-1.0.21/ltmain.sh:418:# four `\'s followed by two `\'s and then a '$'.  `\' that '$'.
freecontact-1.0.21/ltmain.sh-419-bs='\\'
##############################################
freecontact-1.0.21/ltmain.sh-531-        # ...otherwise throw away the child directory and loop
freecontact-1.0.21/ltmain.sh:532:        my_directory_path=`$ECHO "$my_directory_path" | $SED -e "$dirname"`
freecontact-1.0.21/ltmain.sh-533-      done
freecontact-1.0.21/ltmain.sh:534:      my_dir_list=`$ECHO "$my_dir_list" | $SED 's,:*$,,'`
freecontact-1.0.21/ltmain.sh-535-
##############################################
freecontact-1.0.21/ltmain.sh-566-      # If mktemp works, use that first and foremost
freecontact-1.0.21/ltmain.sh:567:      my_tmpdir=`mktemp -d "${my_template}-XXXXXXXX" 2>/dev/null`
freecontact-1.0.21/ltmain.sh-568-
##############################################
freecontact-1.0.21/ltmain.sh-597-      *[\\\`\"\$]*)
freecontact-1.0.21/ltmain.sh:598:	func_quote_for_eval_unquoted_result=`$ECHO "$1" | $SED "$sed_quote_subst"` ;;
freecontact-1.0.21/ltmain.sh-599-      *)
##############################################
freecontact-1.0.21/ltmain.sh-702-  [0-9]* | *[!a-zA-Z0-9_]*)
freecontact-1.0.21/ltmain.sh:703:    func_tr_sh_result=`$ECHO "$1" | $SED 's/^\([0-9]\)/_\1/; s/[^a-zA-Z0-9_]/_/g'`
freecontact-1.0.21/ltmain.sh-704-    ;;
##############################################
freecontact-1.0.21/ltmain.sh-769-	s/\$with_gnu_ld/'"$with_gnu_ld"'/
freecontact-1.0.21/ltmain.sh:770:	s/\$automake_version/'"`(${AUTOMAKE-automake} --version) 2>/dev/null |$SED 1q`"'/
freecontact-1.0.21/ltmain.sh:771:	s/\$autoconf_version/'"`(${AUTOCONF-autoconf} --version) 2>/dev/null |$SED 1q`"'/
freecontact-1.0.21/ltmain.sh-772-	p
##############################################
freecontact-1.0.21/ltmain.sh-803-
freecontact-1.0.21/ltmain.sh:804:    func_split_short_opt_name=`$ECHO "$1" | $SED "$my_sed_short_opt"`
freecontact-1.0.21/ltmain.sh:805:    func_split_short_opt_arg=`$ECHO "$1" | $SED "$my_sed_short_rest"`
freecontact-1.0.21/ltmain.sh-806-} # func_split_short_opt may be replaced by extended shell implementation
##############################################
freecontact-1.0.21/ltmain.sh-816-
freecontact-1.0.21/ltmain.sh:817:    func_split_long_opt_name=`$ECHO "$1" | $SED "$my_sed_long_opt"`
freecontact-1.0.21/ltmain.sh:818:    func_split_long_opt_arg=`$ECHO "$1" | $SED "$my_sed_long_arg"`
freecontact-1.0.21/ltmain.sh-819-} # func_split_long_opt may be replaced by extended shell implementation
##############################################
freecontact-1.0.21/ltmain.sh-862-{
freecontact-1.0.21/ltmain.sh:863:    func_arith_result=`expr "${@}"`
freecontact-1.0.21/ltmain.sh-864-} # func_arith may be replaced by extended shell implementation
##############################################
freecontact-1.0.21/ltmain.sh-870-{
freecontact-1.0.21/ltmain.sh:871:    func_len_result=`expr "${1}" : ".*" 2>/dev/null || echo $max_cmd_len`
freecontact-1.0.21/ltmain.sh-872-} # func_len may be replaced by extended shell implementation
##############################################
freecontact-1.0.21/ltmain.sh-877-{
freecontact-1.0.21/ltmain.sh:878:    func_lo2o_result=`$ECHO "${1}" | $SED "$lo2o"`
freecontact-1.0.21/ltmain.sh-879-} # func_lo2o may be replaced by extended shell implementation
##############################################
freecontact-1.0.21/ltmain.sh-884-{
freecontact-1.0.21/ltmain.sh:885:    func_xform_result=`$ECHO "${1}" | $SED 's/\.[^.]*$/.lo/'`
freecontact-1.0.21/ltmain.sh-886-} # func_xform may be replaced by extended shell implementation
##############################################
freecontact-1.0.21/ltmain.sh-968-	# quotes we have to do it in 2 steps:
freecontact-1.0.21/ltmain.sh:969:	extractedcf=`$SED -n -e "$sed_extractcf" < "$progpath"`
freecontact-1.0.21/ltmain.sh-970-	eval "$extractedcf"
##############################################
freecontact-1.0.21/ltmain.sh-1382-      done
freecontact-1.0.21/ltmain.sh:1383:      CC_expanded=`func_echo_all $CC`
freecontact-1.0.21/ltmain.sh:1384:      CC_quoted_expanded=`func_echo_all $CC_quoted`
freecontact-1.0.21/ltmain.sh-1385-      case $@ in
##############################################
freecontact-1.0.21/ltmain.sh-1395-	    # Evaluate the configuration.
freecontact-1.0.21/ltmain.sh:1396:	    eval "`${SED} -n -e '/^# ### BEGIN LIBTOOL TAG CONFIG: '$z'$/,/^# ### END LIBTOOL TAG CONFIG: '$z'$/p' < $progpath`"
freecontact-1.0.21/ltmain.sh-1397-	    CC_quoted=
##############################################
freecontact-1.0.21/ltmain.sh-1401-	    done
freecontact-1.0.21/ltmain.sh:1402:	    CC_expanded=`func_echo_all $CC`
freecontact-1.0.21/ltmain.sh:1403:	    CC_quoted_expanded=`func_echo_all $CC_quoted`
freecontact-1.0.21/ltmain.sh-1404-	    case "$@ " in
##############################################
freecontact-1.0.21/ltmain.sh-1492-    # zero AND non-empty stdout, which explains the odd construction:
freecontact-1.0.21/ltmain.sh:1493:    func_convert_core_file_wine_to_w32_tmp=`winepath -w "$1" 2>/dev/null`
freecontact-1.0.21/ltmain.sh-1494-    if test "$?" -eq 0 && test -n "${func_convert_core_file_wine_to_w32_tmp}"; then
##############################################
freecontact-1.0.21/ltmain.sh-1558-  if test -n "$LT_CYGPATH" && test -f "$LT_CYGPATH"; then
freecontact-1.0.21/ltmain.sh:1559:    func_cygpath_result=`$LT_CYGPATH "$@" 2>/dev/null`
freecontact-1.0.21/ltmain.sh-1560-    if test "$?" -ne 0; then
##############################################
freecontact-1.0.21/ltmain.sh-1721-    # LT_CYGPATH in this case.
freecontact-1.0.21/ltmain.sh:1722:    func_to_host_file_result=`cygpath -m "$1"`
freecontact-1.0.21/ltmain.sh-1723-  fi
##############################################
freecontact-1.0.21/ltmain.sh-1871-    func_to_host_path_tmp1=$func_stripname_result
freecontact-1.0.21/ltmain.sh:1872:    func_to_host_path_result=`cygpath -m -p "$func_to_host_path_tmp1"`
freecontact-1.0.21/ltmain.sh-1873-    func_convert_path_check : ";" \
##############################################
freecontact-1.0.21/ltmain.sh-2060-    *.[cCFSifmso] | \
freecontact-1.0.21/ltmain.sh:2061:    *.ada | *.adb | *.ads | *.asm | \
freecontact-1.0.21/ltmain.sh-2062-    *.c++ | *.cc | *.ii | *.class | *.cpp | *.cxx | \
##############################################
freecontact-1.0.21/ltmain.sh-2137-    if test "$compiler_c_o" = no; then
freecontact-1.0.21/ltmain.sh:2138:      output_obj=`$ECHO "$srcfile" | $SED 's%^.*/%%; s%\.[^.]*$%%'`.${objext}
freecontact-1.0.21/ltmain.sh-2139-      lockfile="$output_obj.lock"
##############################################
freecontact-1.0.21/ltmain.sh-2156-*** ERROR, $lockfile exists and contains:
freecontact-1.0.21/ltmain.sh:2157:`cat $lockfile 2>/dev/null`
freecontact-1.0.21/ltmain.sh-2158-
##############################################
freecontact-1.0.21/ltmain.sh-2204-      if test "$need_locks" = warn &&
freecontact-1.0.21/ltmain.sh:2205:	 test "X`cat $lockfile 2>/dev/null`" != "X$srcfile"; then
freecontact-1.0.21/ltmain.sh-2206-	$ECHO "\
freecontact-1.0.21/ltmain.sh-2207-*** ERROR, $lockfile contains:
freecontact-1.0.21/ltmain.sh:2208:`cat $lockfile 2>/dev/null`
freecontact-1.0.21/ltmain.sh-2209-
##############################################
freecontact-1.0.21/ltmain.sh-2253-      if test "$need_locks" = warn &&
freecontact-1.0.21/ltmain.sh:2254:	 test "X`cat $lockfile 2>/dev/null`" != "X$srcfile"; then
freecontact-1.0.21/ltmain.sh-2255-	$ECHO "\
freecontact-1.0.21/ltmain.sh-2256-*** ERROR, $lockfile contains:
freecontact-1.0.21/ltmain.sh:2257:`cat $lockfile 2>/dev/null`
freecontact-1.0.21/ltmain.sh-2258-
##############################################
freecontact-1.0.21/ltmain.sh-2548-	  test -n "$library_names" && \
freecontact-1.0.21/ltmain.sh:2549:	    func_warning "\`$file' was not linked with \`-export-dynamic'"
freecontact-1.0.21/ltmain.sh-2550-	  continue
##############################################
freecontact-1.0.21/ltmain.sh-2559-	  if test ! -f "$dir/$dlname"; then
freecontact-1.0.21/ltmain.sh:2560:	    func_fatal_error "cannot find \`$dlname' in \`$dir' or \`$dir/$objdir'"
freecontact-1.0.21/ltmain.sh-2561-	  fi
##############################################
freecontact-1.0.21/ltmain.sh-2577-      # Get the absolute pathname.
freecontact-1.0.21/ltmain.sh:2578:      absdir=`cd "$dir" && pwd`
freecontact-1.0.21/ltmain.sh-2579-      test -n "$absdir" && dir="$absdir"
##############################################
freecontact-1.0.21/ltmain.sh-2675-      if test -n "$lt_sysroot"; then
freecontact-1.0.21/ltmain.sh:2676:        sysroot_regex=`$ECHO "$lt_sysroot" | $SED "$sed_make_literal_regex"`
freecontact-1.0.21/ltmain.sh-2677-        sysroot_cmd="s/\([ ']\)$sysroot_regex/\1/g;"
##############################################
freecontact-1.0.21/ltmain.sh-2957-	  # Determine the prefix the user has applied to our future dir.
freecontact-1.0.21/ltmain.sh:2958:	  inst_prefix_dir=`$ECHO "$destdir" | $SED -e "s%$libdir\$%%"`
freecontact-1.0.21/ltmain.sh-2959-
##############################################
freecontact-1.0.21/ltmain.sh-2970-	    # Stick the inst_prefix_dir data into the link command.
freecontact-1.0.21/ltmain.sh:2971:	    relink_command=`$ECHO "$relink_command" | $SED "s%@inst_prefix_dir@%-inst-prefix-dir $inst_prefix_dir%"`
freecontact-1.0.21/ltmain.sh-2972-	  else
freecontact-1.0.21/ltmain.sh:2973:	    relink_command=`$ECHO "$relink_command" | $SED "s%@inst_prefix_dir@%%"`
freecontact-1.0.21/ltmain.sh-2974-	  fi
##############################################
freecontact-1.0.21/ltmain.sh-3130-	    fi
freecontact-1.0.21/ltmain.sh:3131:	    libfile="$libdir/"`$ECHO "$lib" | $SED 's%^.*/%%g'` ### testsuite: skip nested quoting test
freecontact-1.0.21/ltmain.sh-3132-	    if test -n "$libdir" && test ! -f "$libfile"; then
freecontact-1.0.21/ltmain.sh:3133:	      func_warning "\`$lib' has not been installed in \`$libdir'"
freecontact-1.0.21/ltmain.sh-3134-	      finalize=no
##############################################
freecontact-1.0.21/ltmain.sh-3149-	        # Replace the output file specification.
freecontact-1.0.21/ltmain.sh:3150:	        relink_command=`$ECHO "$relink_command" | $SED 's%@OUTPUT@%'"$outputname"'%g'`
freecontact-1.0.21/ltmain.sh-3151-
##############################################
freecontact-1.0.21/ltmain.sh-3168-	    # Install the binary that we compiled earlier.
freecontact-1.0.21/ltmain.sh:3169:	    file=`$ECHO "$file$stripped_ext" | $SED "s%\([^/]*\)$%$objdir/\1%"`
freecontact-1.0.21/ltmain.sh-3170-	  fi
##############################################
freecontact-1.0.21/ltmain.sh-3241-    my_pic_p="${3-no}"
freecontact-1.0.21/ltmain.sh:3242:    my_prefix=`$ECHO "$my_originator" | sed 's%[^a-zA-Z0-9]%_%g'`
freecontact-1.0.21/ltmain.sh-3243-    my_dlsyms=
##############################################
freecontact-1.0.21/ltmain.sh-3297-	  # Add our own program objects to the symbol list.
freecontact-1.0.21/ltmain.sh:3298:	  progfiles=`$ECHO "$objs$old_deplibs" | $SP2NL | $SED "$lo2o" | $NL2SP`
freecontact-1.0.21/ltmain.sh-3299-	  for progfile in $progfiles; do
##############################################
freecontact-1.0.21/ltmain.sh-3359-	          # Use subshell, to avoid clobbering current variable values
freecontact-1.0.21/ltmain.sh:3360:	          dlprefile_dlname=`source "$curr_lafile" && echo "$dlname"`
freecontact-1.0.21/ltmain.sh-3361-	          if test -n "$dlprefile_dlname" ; then
##############################################
freecontact-1.0.21/ltmain.sh-3506-	  if test -f "$output_objdir/$my_outputname.def"; then
freecontact-1.0.21/ltmain.sh:3507:	    compile_command=`$ECHO "$compile_command" | $SED "s%@SYMFILE@%$output_objdir/$my_outputname.def $symfileobj%"`
freecontact-1.0.21/ltmain.sh:3508:	    finalize_command=`$ECHO "$finalize_command" | $SED "s%@SYMFILE@%$output_objdir/$my_outputname.def $symfileobj%"`
freecontact-1.0.21/ltmain.sh-3509-	  else
freecontact-1.0.21/ltmain.sh:3510:	    compile_command=`$ECHO "$compile_command" | $SED "s%@SYMFILE@%$symfileobj%"`
freecontact-1.0.21/ltmain.sh:3511:	    finalize_command=`$ECHO "$finalize_command" | $SED "s%@SYMFILE@%$symfileobj%"`
freecontact-1.0.21/ltmain.sh-3512-	  fi
##############################################
freecontact-1.0.21/ltmain.sh-3514-	*)
freecontact-1.0.21/ltmain.sh:3515:	  compile_command=`$ECHO "$compile_command" | $SED "s%@SYMFILE@%$symfileobj%"`
freecontact-1.0.21/ltmain.sh:3516:	  finalize_command=`$ECHO "$finalize_command" | $SED "s%@SYMFILE@%$symfileobj%"`
freecontact-1.0.21/ltmain.sh-3517-	  ;;
##############################################
freecontact-1.0.21/ltmain.sh-3529-      # Nullify the symbol file.
freecontact-1.0.21/ltmain.sh:3530:      compile_command=`$ECHO "$compile_command" | $SED "s% @SYMFILE@%%"`
freecontact-1.0.21/ltmain.sh:3531:      finalize_command=`$ECHO "$finalize_command" | $SED "s% @SYMFILE@%%"`
freecontact-1.0.21/ltmain.sh-3532-    fi
##############################################
freecontact-1.0.21/ltmain.sh-3545-  win32_libid_type="unknown"
freecontact-1.0.21/ltmain.sh:3546:  win32_fileres=`file -L $1 2>/dev/null`
freecontact-1.0.21/ltmain.sh-3547-  case $win32_fileres in
##############################################
freecontact-1.0.21/ltmain.sh-3596-  $opt_debug
freecontact-1.0.21/ltmain.sh:3597:  sharedlib_from_linklib_result=`$DLLTOOL --identify-strict --identify "$1"`
freecontact-1.0.21/ltmain.sh-3598-}
##############################################
freecontact-1.0.21/ltmain.sh-3613-  $opt_debug
freecontact-1.0.21/ltmain.sh:3614:  match_literal=`$ECHO "$1" | $SED "$sed_make_literal_regex"`
freecontact-1.0.21/ltmain.sh-3615-  $OBJDUMP -s --section "$1" "$2" 2>/dev/null |
##############################################
freecontact-1.0.21/ltmain.sh-3668-  func_to_tool_file "$1" func_convert_file_msys_to_w32
freecontact-1.0.21/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)$'`
freecontact-1.0.21/ltmain.sh-3670-  test -n "$func_cygming_gnu_implib_tmp"
##############################################
freecontact-1.0.21/ltmain.sh-3680-  func_to_tool_file "$1" func_convert_file_msys_to_w32
freecontact-1.0.21/ltmain.sh:3681:  func_cygming_ms_implib_tmp=`$NM "$func_to_tool_file_result" | eval "$global_symbol_pipe" | $GREP '_NULL_IMPORT_DESCRIPTOR'`
freecontact-1.0.21/ltmain.sh-3682-  test -n "$func_cygming_ms_implib_tmp"
##############################################
freecontact-1.0.21/ltmain.sh-3700-    # binutils import library
freecontact-1.0.21/ltmain.sh:3701:    sharedlib_from_linklib_result=`func_cygming_dll_for_implib_fallback_core '.idata$7' "$1"`
freecontact-1.0.21/ltmain.sh-3702-  elif func_cygming_ms_implib_p "$1" ; then
freecontact-1.0.21/ltmain.sh-3703-    # ms-generated import library
freecontact-1.0.21/ltmain.sh:3704:    sharedlib_from_linklib_result=`func_cygming_dll_for_implib_fallback_core '.idata$6' "$1"`
freecontact-1.0.21/ltmain.sh-3705-  else
##############################################
freecontact-1.0.21/ltmain.sh-3780-	  darwin_curdir=`pwd`
freecontact-1.0.21/ltmain.sh:3781:	  darwin_base_archive=`basename "$darwin_archive"`
freecontact-1.0.21/ltmain.sh:3782:	  darwin_arches=`$LIPO -info "$darwin_archive" 2>/dev/null | $GREP Architectures 2>/dev/null || true`
freecontact-1.0.21/ltmain.sh-3783-	  if test -n "$darwin_arches"; then
freecontact-1.0.21/ltmain.sh:3784:	    darwin_arches=`$ECHO "$darwin_arches" | $SED -e 's/.*are://'`
freecontact-1.0.21/ltmain.sh-3785-	    darwin_arch=
##############################################
freecontact-1.0.21/ltmain.sh-3795-            ## Okay now we've a bunch of thin objects, gotta fatten them up :)
freecontact-1.0.21/ltmain.sh:3796:	    darwin_filelist=`find unfat-$$ -type f -name \*.o -print -o -name \*.lo -print | $SED -e "$basename" | sort -u`
freecontact-1.0.21/ltmain.sh-3797-	    darwin_file=
##############################################
freecontact-1.0.21/ltmain.sh-3799-	    for darwin_file in $darwin_filelist; do
freecontact-1.0.21/ltmain.sh:3800:	      darwin_files=`find unfat-$$ -name $darwin_file -print | sort | $NL2SP`
freecontact-1.0.21/ltmain.sh-3801-	      $LIPO -create -output "$darwin_file" $darwin_files
##############################################
freecontact-1.0.21/ltmain.sh-3814-      esac
freecontact-1.0.21/ltmain.sh:3815:      my_oldobjs="$my_oldobjs "`find $my_xdir -name \*.$objext -print -o -name \*.lo -print | sort | $NL2SP`
freecontact-1.0.21/ltmain.sh-3816-    done
##############################################
freecontact-1.0.21/ltmain.sh-3885-
freecontact-1.0.21/ltmain.sh:3886:    qECHO=`$ECHO "$ECHO" | $SED "$sed_quote_subst"`
freecontact-1.0.21/ltmain.sh-3887-    $ECHO "\
##############################################
freecontact-1.0.21/ltmain.sh-3920-    --lt-dump-script)
freecontact-1.0.21/ltmain.sh:3921:        lt_dump_D=\`\$ECHO \"X\$lt_script_arg0\" | $SED -e 's/^X//' -e 's%/[^/]*$%%'\`
freecontact-1.0.21/ltmain.sh-3922-        test \"X\$lt_dump_D\" = \"X\$lt_script_arg0\" && lt_dump_D=.
freecontact-1.0.21/ltmain.sh:3923:        lt_dump_F=\`\$ECHO \"X\$lt_script_arg0\" | $SED -e 's/^X//' -e 's%^.*/%%'\`
freecontact-1.0.21/ltmain.sh-3924-        cat \"\$lt_dump_D/\$lt_dump_F\"
##############################################
freecontact-1.0.21/ltmain.sh-3947-    \$ECHO \"${outputname}:${output}:\${LINENO}: newargv[\$lt_dump_args_N]: \$lt_arg\"
freecontact-1.0.21/ltmain.sh:3948:    lt_dump_args_N=\`expr \$lt_dump_args_N + 1\`
freecontact-1.0.21/ltmain.sh-3949-  done
##############################################
freecontact-1.0.21/ltmain.sh-4005-  # Find the directory that this script lives in.
freecontact-1.0.21/ltmain.sh:4006:  thisdir=\`\$ECHO \"\$file\" | $SED 's%/[^/]*$%%'\`
freecontact-1.0.21/ltmain.sh-4007-  test \"x\$thisdir\" = \"x\$file\" && thisdir=.
##############################################
freecontact-1.0.21/ltmain.sh-4009-  # Follow symbolic links until we get to the real thisdir.
freecontact-1.0.21/ltmain.sh:4010:  file=\`ls -ld \"\$file\" | $SED -n 's/.*-> //p'\`
freecontact-1.0.21/ltmain.sh-4011-  while test -n \"\$file\"; do
freecontact-1.0.21/ltmain.sh:4012:    destdir=\`\$ECHO \"\$file\" | $SED 's%/[^/]*\$%%'\`
freecontact-1.0.21/ltmain.sh-4013-
##############################################
freecontact-1.0.21/ltmain.sh-4021-
freecontact-1.0.21/ltmain.sh:4022:    file=\`\$ECHO \"\$file\" | $SED 's%^.*/%%'\`
freecontact-1.0.21/ltmain.sh:4023:    file=\`ls -ld \"\$thisdir/\$file\" | $SED -n 's/.*-> //p'\`
freecontact-1.0.21/ltmain.sh-4024-  done
##############################################
freecontact-1.0.21/ltmain.sh-4035-    case \"\$thisdir\" in
freecontact-1.0.21/ltmain.sh:4036:    *[\\\\/]$objdir ) thisdir=\`\$ECHO \"\$thisdir\" | $SED 's%[\\\\/][^\\\\/]*$%%'\` ;;
freecontact-1.0.21/ltmain.sh-4037-    $objdir )   thisdir=. ;;
##############################################
freecontact-1.0.21/ltmain.sh-4041-  # Try to get the absolute directory name.
freecontact-1.0.21/ltmain.sh:4042:  absdir=\`cd \"\$thisdir\" && pwd\`
freecontact-1.0.21/ltmain.sh-4043-  test -n \"\$absdir\" && thisdir=\"\$absdir\"
##############################################
freecontact-1.0.21/ltmain.sh-4051-  if test ! -f \"\$progdir/\$program\" ||
freecontact-1.0.21/ltmain.sh:4052:     { file=\`ls -1dt \"\$progdir/\$program\" \"\$progdir/../\$program\" 2>/dev/null | ${SED} 1q\`; \\
freecontact-1.0.21/ltmain.sh-4053-       test \"X\$file\" != \"X\$progdir/\$program\"; }; then
##############################################
freecontact-1.0.21/ltmain.sh-4066-    if test -n \"\$relink_command\"; then
freecontact-1.0.21/ltmain.sh:4067:      if relink_command_output=\`eval \$relink_command 2>&1\`; then :
freecontact-1.0.21/ltmain.sh-4068-      else
##############################################
freecontact-1.0.21/ltmain.sh-4110-    # The second colon is a workaround for a bug in BeOS R4 sed
freecontact-1.0.21/ltmain.sh:4111:    $shlibpath_var=\`\$ECHO \"\$$shlibpath_var\" | $SED 's/::*\$//'\`
freecontact-1.0.21/ltmain.sh-4112-
##############################################
freecontact-1.0.21/ltmain.sh-5085-    $opt_debug
freecontact-1.0.21/ltmain.sh:5086:    case `eval $file_magic_cmd \"\$1\" 2>/dev/null | $SED -e 10q` in
freecontact-1.0.21/ltmain.sh-5087-    *import*) : ;;
##############################################
freecontact-1.0.21/ltmain.sh-5307-	    moreargs=
freecontact-1.0.21/ltmain.sh:5308:	    for fil in `cat "$save_arg"`
freecontact-1.0.21/ltmain.sh-5309-	    do
##############################################
freecontact-1.0.21/ltmain.sh-5563-	*)
freecontact-1.0.21/ltmain.sh:5564:	  absdir=`cd "$dir" && pwd`
freecontact-1.0.21/ltmain.sh-5565-	  test -z "$absdir" && \
##############################################
freecontact-1.0.21/ltmain.sh-5584-	*-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-os2* | *-cegcc*)
freecontact-1.0.21/ltmain.sh:5585:	  testbindir=`$ECHO "$dir" | $SED 's*/lib$*/bin*'`
freecontact-1.0.21/ltmain.sh-5586-	  case :$dllsearchpath: in
##############################################
freecontact-1.0.21/ltmain.sh-6016-      # get the directories listed in $shlibpath_var
freecontact-1.0.21/ltmain.sh:6017:      eval shlib_search_path=\`\$ECHO \"\${$shlibpath_var}\" \| \$SED \'s/:/ /g\'\`
freecontact-1.0.21/ltmain.sh-6018-    else
##############################################
freecontact-1.0.21/ltmain.sh-6331-		  set dummy $deplibs_check_method; shift
freecontact-1.0.21/ltmain.sh:6332:		  match_pattern_regex=`expr "$deplibs_check_method" : "$1 \(.*\)"`
freecontact-1.0.21/ltmain.sh-6333-		  if eval "\$ECHO \"$deplib\"" 2>/dev/null | $SED 10q \
##############################################
freecontact-1.0.21/ltmain.sh-6394-	else
freecontact-1.0.21/ltmain.sh:6395:	  func_fatal_error "cannot find the library \`$lib' or unhandled argument \`$deplib'"
freecontact-1.0.21/ltmain.sh-6396-	fi
##############################################
freecontact-1.0.21/ltmain.sh-6423-	if test -n "$inherited_linker_flags"; then
freecontact-1.0.21/ltmain.sh:6424:	  tmp_inherited_linker_flags=`$ECHO "$inherited_linker_flags" | $SED 's/-framework \([^ $]*\)/\1.ltframework/g'`
freecontact-1.0.21/ltmain.sh-6425-	  for tmp_inherited_linker_flag in $tmp_inherited_linker_flags; do
##############################################
freecontact-1.0.21/ltmain.sh-6431-	fi
freecontact-1.0.21/ltmain.sh:6432:	dependency_libs=`$ECHO " $dependency_libs" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'`
freecontact-1.0.21/ltmain.sh-6433-	if test "$linkmode,$pass" = "lib,link" ||
##############################################
freecontact-1.0.21/ltmain.sh-6504-	*)
freecontact-1.0.21/ltmain.sh:6505:	  abs_ladir=`cd "$ladir" && pwd`
freecontact-1.0.21/ltmain.sh-6506-	  if test -z "$abs_ladir"; then
##############################################
freecontact-1.0.21/ltmain.sh-6757-	    shift
freecontact-1.0.21/ltmain.sh:6758:	    libname=`eval "\\$ECHO \"$libname_spec\""`
freecontact-1.0.21/ltmain.sh-6759-	    # use dlname if we got it. it's perfectly good, no?
##############################################
freecontact-1.0.21/ltmain.sh-7049-		*)
freecontact-1.0.21/ltmain.sh:7050:		  absdir=`cd "$dir" && pwd`
freecontact-1.0.21/ltmain.sh-7051-		  if test -z "$absdir"; then
##############################################
freecontact-1.0.21/ltmain.sh-7060-		  depdepl=
freecontact-1.0.21/ltmain.sh:7061:		  eval deplibrary_names=`${SED} -n -e 's/^library_names=\(.*\)$/\1/p' $deplib`
freecontact-1.0.21/ltmain.sh-7062-		  if test -n "$deplibrary_names" ; then
##############################################
freecontact-1.0.21/ltmain.sh-7067-		      depdepl="$absdir/$objdir/$depdepl"
freecontact-1.0.21/ltmain.sh:7068:		      darwin_install_name=`${OTOOL} -L $depdepl | awk '{if (NR == 2) {print $1;exit}}'`
freecontact-1.0.21/ltmain.sh-7069-                      if test -z "$darwin_install_name"; then
freecontact-1.0.21/ltmain.sh:7070:                          darwin_install_name=`${OTOOL64} -L $depdepl  | awk '{if (NR == 2) {print $1;exit}}'`
freecontact-1.0.21/ltmain.sh-7071-                      fi
##############################################
freecontact-1.0.21/ltmain.sh-7082-		else
freecontact-1.0.21/ltmain.sh:7083:		  eval libdir=`${SED} -n -e 's/^libdir=\(.*\)$/\1/p' $deplib`
freecontact-1.0.21/ltmain.sh-7084-		  test -z "$libdir" && \
##############################################
freecontact-1.0.21/ltmain.sh-7105-	else
freecontact-1.0.21/ltmain.sh:7106:	  compiler_flags="$compiler_flags "`$ECHO " $new_inherited_linker_flags" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'`
freecontact-1.0.21/ltmain.sh-7107-	fi
##############################################
freecontact-1.0.21/ltmain.sh-7254-	test "$module" = no && \
freecontact-1.0.21/ltmain.sh:7255:	  func_fatal_help "libtool library \`$output' must begin with \`lib'"
freecontact-1.0.21/ltmain.sh-7256-
##############################################
freecontact-1.0.21/ltmain.sh-7392-	if test "$age" -gt "$current"; then
freecontact-1.0.21/ltmain.sh:7393:	  func_error "AGE \`$age' is greater than the current interface number \`$current'"
freecontact-1.0.21/ltmain.sh-7394-	  func_fatal_error "\`$vinfo' is not valid version information"
##############################################
freecontact-1.0.21/ltmain.sh-7553-	removelist=
freecontact-1.0.21/ltmain.sh:7554:	tempremovelist=`$ECHO "$output_objdir/*"`
freecontact-1.0.21/ltmain.sh-7555-	for p in $tempremovelist; do
##############################################
freecontact-1.0.21/ltmain.sh-7579-	# Transform .lo files to .o files.
freecontact-1.0.21/ltmain.sh:7580:	oldobjs="$objs "`$ECHO "$libobjs" | $SP2NL | $SED "/\.${libext}$/d; $lo2o" | $NL2SP`
freecontact-1.0.21/ltmain.sh-7581-      fi
##############################################
freecontact-1.0.21/ltmain.sh-7584-      #for path in $notinst_path; do
freecontact-1.0.21/ltmain.sh:7585:      #	lib_search_path=`$ECHO "$lib_search_path " | $SED "s% $path % %g"`
freecontact-1.0.21/ltmain.sh:7586:      #	deplibs=`$ECHO "$deplibs " | $SED "s% -L$path % %g"`
freecontact-1.0.21/ltmain.sh:7587:      #	dependency_libs=`$ECHO "$dependency_libs " | $SED "s% -L$path % %g"`
freecontact-1.0.21/ltmain.sh-7588-      #done
##############################################
freecontact-1.0.21/ltmain.sh-7705-		if test -n "$i" ; then
freecontact-1.0.21/ltmain.sh:7706:		  libname=`eval "\\$ECHO \"$libname_spec\""`
freecontact-1.0.21/ltmain.sh:7707:		  deplib_matches=`eval "\\$ECHO \"$library_names_spec\""`
freecontact-1.0.21/ltmain.sh-7708-		  set dummy $deplib_matches; shift
freecontact-1.0.21/ltmain.sh-7709-		  deplib_match=$1
freecontact-1.0.21/ltmain.sh:7710:		  if test `expr "$ldd_output" : ".*$deplib_match"` -ne 0 ; then
freecontact-1.0.21/ltmain.sh-7711-		    func_append newdeplibs " $i"
##############################################
freecontact-1.0.21/ltmain.sh-7748-		  if test -n "$i" ; then
freecontact-1.0.21/ltmain.sh:7749:		    libname=`eval "\\$ECHO \"$libname_spec\""`
freecontact-1.0.21/ltmain.sh:7750:		    deplib_matches=`eval "\\$ECHO \"$library_names_spec\""`
freecontact-1.0.21/ltmain.sh-7751-		    set dummy $deplib_matches; shift
freecontact-1.0.21/ltmain.sh-7752-		    deplib_match=$1
freecontact-1.0.21/ltmain.sh:7753:		    if test `expr "$ldd_output" : ".*$deplib_match"` -ne 0 ; then
freecontact-1.0.21/ltmain.sh-7754-		      func_append newdeplibs " $i"
##############################################
freecontact-1.0.21/ltmain.sh-7783-	  set dummy $deplibs_check_method; shift
freecontact-1.0.21/ltmain.sh:7784:	  file_magic_regex=`expr "$deplibs_check_method" : "$1 \(.*\)"`
freecontact-1.0.21/ltmain.sh-7785-	  for a_deplib in $deplibs; do
##############################################
freecontact-1.0.21/ltmain.sh-7798-	      if test -n "$a_deplib" ; then
freecontact-1.0.21/ltmain.sh:7799:		libname=`eval "\\$ECHO \"$libname_spec\""`
freecontact-1.0.21/ltmain.sh-7800-		if test -n "$file_magic_glob"; then
freecontact-1.0.21/ltmain.sh:7801:		  libnameglob=`func_echo_all "$libname" | $SED -e $file_magic_glob`
freecontact-1.0.21/ltmain.sh-7802-		else
##############################################
freecontact-1.0.21/ltmain.sh-7808-		    shopt -s nocaseglob
freecontact-1.0.21/ltmain.sh:7809:		    potential_libs=`ls $i/$libnameglob[.-]* 2>/dev/null`
freecontact-1.0.21/ltmain.sh-7810-		    $nocaseglob
freecontact-1.0.21/ltmain.sh-7811-		  else
freecontact-1.0.21/ltmain.sh:7812:		    potential_libs=`ls $i/$libnameglob[.-]* 2>/dev/null`
freecontact-1.0.21/ltmain.sh-7813-		  fi
##############################################
freecontact-1.0.21/ltmain.sh-7826-		      while test -h "$potlib" 2>/dev/null; do
freecontact-1.0.21/ltmain.sh:7827:			potliblink=`ls -ld $potlib | ${SED} 's/.* -> //'`
freecontact-1.0.21/ltmain.sh-7828-			case $potliblink in
freecontact-1.0.21/ltmain.sh-7829-			[\\/]* | [A-Za-z]:[\\/]*) potlib="$potliblink";;
freecontact-1.0.21/ltmain.sh:7830:			*) potlib=`$ECHO "$potlib" | $SED 's,[^/]*$,,'`"$potliblink";;
freecontact-1.0.21/ltmain.sh-7831-			esac
##############################################
freecontact-1.0.21/ltmain.sh-7867-	  set dummy $deplibs_check_method; shift
freecontact-1.0.21/ltmain.sh:7868:	  match_pattern_regex=`expr "$deplibs_check_method" : "$1 \(.*\)"`
freecontact-1.0.21/ltmain.sh-7869-	  for a_deplib in $deplibs; do
##############################################
freecontact-1.0.21/ltmain.sh-7882-	      if test -n "$a_deplib" ; then
freecontact-1.0.21/ltmain.sh:7883:		libname=`eval "\\$ECHO \"$libname_spec\""`
freecontact-1.0.21/ltmain.sh-7884-		for i in $lib_search_path $sys_lib_search_path $shlib_search_path; do
freecontact-1.0.21/ltmain.sh:7885:		  potential_libs=`ls $i/$libname[.-]* 2>/dev/null`
freecontact-1.0.21/ltmain.sh-7886-		  for potent_lib in $potential_libs; do
##############################################
freecontact-1.0.21/ltmain.sh-7921-	  newdeplibs=""
freecontact-1.0.21/ltmain.sh:7922:	  tmp_deplibs=`$ECHO " $deplibs" | $SED 's/ -lc$//; s/ -[LR][^ ]*//g'`
freecontact-1.0.21/ltmain.sh-7923-	  if test "X$allow_libtool_libs_with_static_runtimes" = "Xyes" ; then
##############################################
freecontact-1.0.21/ltmain.sh-7925-	      # can't use Xsed below, because $i might contain '/'
freecontact-1.0.21/ltmain.sh:7926:	      tmp_deplibs=`$ECHO " $tmp_deplibs" | $SED "s,$i,,"`
freecontact-1.0.21/ltmain.sh-7927-	    done
##############################################
freecontact-1.0.21/ltmain.sh-7951-	  # On Rhapsody replace the C library with the System framework
freecontact-1.0.21/ltmain.sh:7952:	  newdeplibs=`$ECHO " $newdeplibs" | $SED 's/ -lc / System.ltframework /'`
freecontact-1.0.21/ltmain.sh-7953-	  ;;
##############################################
freecontact-1.0.21/ltmain.sh-8003-	*-*-darwin*)
freecontact-1.0.21/ltmain.sh:8004:	  newdeplibs=`$ECHO " $newdeplibs" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'`
freecontact-1.0.21/ltmain.sh:8005:	  new_inherited_linker_flags=`$ECHO " $new_inherited_linker_flags" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'`
freecontact-1.0.21/ltmain.sh:8006:	  deplibs=`$ECHO " $deplibs" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'`
freecontact-1.0.21/ltmain.sh-8007-	  ;;
##############################################
freecontact-1.0.21/ltmain.sh-8130-	# Use standard objects if they are pic
freecontact-1.0.21/ltmain.sh:8131:	test -z "$pic_flag" && libobjs=`$ECHO "$libobjs" | $SP2NL | $SED "$lo2o" | $NL2SP`
freecontact-1.0.21/ltmain.sh-8132-	test "X$libobjs" = "X " && libobjs=
##############################################
freecontact-1.0.21/ltmain.sh-8145-	    # exporting using user supplied symfile
freecontact-1.0.21/ltmain.sh:8146:	    if test "x`$SED 1q $export_symbols`" != xEXPORTS; then
freecontact-1.0.21/ltmain.sh-8147-	      # and it's NOT already a .def file. Must figure out
##############################################
freecontact-1.0.21/ltmain.sh-8642-	  eval tmp_whole_archive_flags=\"$whole_archive_flag_spec\"
freecontact-1.0.21/ltmain.sh:8643:	  reload_conv_objs=$reload_objs\ `$ECHO "$tmp_whole_archive_flags" | $SED 's|,| |g'`
freecontact-1.0.21/ltmain.sh-8644-	else
##############################################
freecontact-1.0.21/ltmain.sh-8656-      # Create the old-style object.
freecontact-1.0.21/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
freecontact-1.0.21/ltmain.sh-8658-
##############################################
freecontact-1.0.21/ltmain.sh-8716-	# On Rhapsody replace the C library is the System framework
freecontact-1.0.21/ltmain.sh:8717:	compile_deplibs=`$ECHO " $compile_deplibs" | $SED 's/ -lc / System.ltframework /'`
freecontact-1.0.21/ltmain.sh:8718:	finalize_deplibs=`$ECHO " $finalize_deplibs" | $SED 's/ -lc / System.ltframework /'`
freecontact-1.0.21/ltmain.sh-8719-	;;
##############################################
freecontact-1.0.21/ltmain.sh-8734-	# Time to change all our "foo.ltframework" stuff back to "-framework foo"
freecontact-1.0.21/ltmain.sh:8735:	compile_deplibs=`$ECHO " $compile_deplibs" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'`
freecontact-1.0.21/ltmain.sh:8736:	finalize_deplibs=`$ECHO " $finalize_deplibs" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'`
freecontact-1.0.21/ltmain.sh-8737-	;;
##############################################
freecontact-1.0.21/ltmain.sh-8812-	*-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-os2* | *-cegcc*)
freecontact-1.0.21/ltmain.sh:8813:	  testbindir=`${ECHO} "$libdir" | ${SED} -e 's*/lib$*/bin*'`
freecontact-1.0.21/ltmain.sh-8814-	  case :$dllsearchpath: in
##############################################
freecontact-1.0.21/ltmain.sh-8872-	# Transform all the library objects into standard objects.
freecontact-1.0.21/ltmain.sh:8873:	compile_command=`$ECHO "$compile_command" | $SP2NL | $SED "$lo2o" | $NL2SP`
freecontact-1.0.21/ltmain.sh:8874:	finalize_command=`$ECHO "$finalize_command" | $SP2NL | $SED "$lo2o" | $NL2SP`
freecontact-1.0.21/ltmain.sh-8875-      fi
##############################################
freecontact-1.0.21/ltmain.sh-8902-	# Replace the output file specification.
freecontact-1.0.21/ltmain.sh:8903:	compile_command=`$ECHO "$compile_command" | $SED 's%@OUTPUT@%'"$output"'%g'`
freecontact-1.0.21/ltmain.sh-8904-	link_command="$compile_command$compile_rpath"
##############################################
freecontact-1.0.21/ltmain.sh-8911-	  func_to_tool_file "$output"
freecontact-1.0.21/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'`
freecontact-1.0.21/ltmain.sh-8913-	  func_execute_cmds "$postlink_cmds" 'exit $?'
##############################################
freecontact-1.0.21/ltmain.sh-8955-	# Replace the output file specification.
freecontact-1.0.21/ltmain.sh:8956:	link_command=`$ECHO "$link_command" | $SED 's%@OUTPUT@%'"$output"'%g'`
freecontact-1.0.21/ltmain.sh-8957-	# Delete the old output file.
##############################################
freecontact-1.0.21/ltmain.sh-8963-	  func_to_tool_file "$output"
freecontact-1.0.21/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'`
freecontact-1.0.21/ltmain.sh-8965-	  func_execute_cmds "$postlink_cmds" 'exit $?'
##############################################
freecontact-1.0.21/ltmain.sh-8981-	  if test "$fast_install" = yes; then
freecontact-1.0.21/ltmain.sh:8982:	    relink_command=`$ECHO "$compile_var$compile_command$compile_rpath" | $SED 's%@OUTPUT@%\$progdir/\$file%g'`
freecontact-1.0.21/ltmain.sh-8983-	  else
##############################################
freecontact-1.0.21/ltmain.sh-8993-      # Replace the output file specification.
freecontact-1.0.21/ltmain.sh:8994:      link_command=`$ECHO "$link_command" | $SED 's%@OUTPUT@%'"$output_objdir/$outputname"'%g'`
freecontact-1.0.21/ltmain.sh-8995-
##############################################
freecontact-1.0.21/ltmain.sh-9002-	func_to_tool_file "$output_objdir/$outputname"
freecontact-1.0.21/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'`
freecontact-1.0.21/ltmain.sh-9004-	func_execute_cmds "$postlink_cmds" 'exit $?'
##############################################
freecontact-1.0.21/ltmain.sh-9023-	relink_command="(cd `pwd`; $relink_command)"
freecontact-1.0.21/ltmain.sh:9024:	relink_command=`$ECHO "$relink_command" | $SED "$sed_quote_subst"`
freecontact-1.0.21/ltmain.sh-9025-      fi
##############################################
freecontact-1.0.21/ltmain.sh-9267-      relink_command="(cd `pwd`; $SHELL $progpath $preserve_args --mode=relink $libtool_args @inst_prefix_dir@)"
freecontact-1.0.21/ltmain.sh:9268:      relink_command=`$ECHO "$relink_command" | $SED "$sed_quote_subst"`
freecontact-1.0.21/ltmain.sh-9269-      if test "$hardcode_automatic" = yes ; then
##############################################
freecontact-1.0.21/ltmain.sh-9288-		func_resolve_sysroot "$deplib"
freecontact-1.0.21/ltmain.sh:9289:		eval libdir=`${SED} -n -e 's/^libdir=\(.*\)$/\1/p' $func_resolve_sysroot_result`
freecontact-1.0.21/ltmain.sh-9290-		test -z "$libdir" && \
##############################################
freecontact-1.0.21/ltmain.sh-9314-		name="$func_basename_result"
freecontact-1.0.21/ltmain.sh:9315:		eval libdir=`${SED} -n -e 's/^libdir=\(.*\)$/\1/p' $lib`
freecontact-1.0.21/ltmain.sh-9316-		test -z "$libdir" && \
##############################################
freecontact-1.0.21/ltmain.sh-9333-		name="$func_basename_result"
freecontact-1.0.21/ltmain.sh:9334:		eval libdir=`${SED} -n -e 's/^libdir=\(.*\)$/\1/p' $lib`
freecontact-1.0.21/ltmain.sh-9335-		test -z "$libdir" && \
##############################################
freecontact-1.0.21/ltmain.sh-9652-# ### BEGIN LIBTOOL TAG CONFIG: disable-static
freecontact-1.0.21/ltmain.sh:9653:build_old_libs=`case $build_libtool_libs in yes) echo no;; *) echo yes;; esac`
freecontact-1.0.21/ltmain.sh-9654-# ### END LIBTOOL TAG CONFIG: disable-static
##############################################
freecontact-1.0.21/lib/doxygen.mk-86-	    $(DX_LATEX) refman.tex; \
freecontact-1.0.21/lib/doxygen.mk:87:	    countdown=`expr $$countdown - 1`; \
freecontact-1.0.21/lib/doxygen.mk-88-	done; \
##############################################
freecontact-1.0.21/lib/doxygen.mk-115-	    $(DX_PDFLATEX) refman.tex; \
freecontact-1.0.21/lib/doxygen.mk:116:	    countdown=`expr $$countdown - 1`; \
freecontact-1.0.21/lib/doxygen.mk-117-	done; \
##############################################
freecontact-1.0.21/lib/Makefile.in-43-  { \
freecontact-1.0.21/lib/Makefile.in:44:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
freecontact-1.0.21/lib/Makefile.in-45-  }; \
##############################################
freecontact-1.0.21/lib/Makefile.in-108-CONFIG_CLEAN_VPATH_FILES =
freecontact-1.0.21/lib/Makefile.in:109:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
freecontact-1.0.21/lib/Makefile.in-110-am__vpath_adj = case $$p in \
freecontact-1.0.21/lib/Makefile.in:111:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
freecontact-1.0.21/lib/Makefile.in-112-    *) f=$$p;; \
freecontact-1.0.21/lib/Makefile.in-113-  esac;
freecontact-1.0.21/lib/Makefile.in:114:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
freecontact-1.0.21/lib/Makefile.in-115-am__install_max = 40
freecontact-1.0.21/lib/Makefile.in-116-am__nobase_strip_setup = \
freecontact-1.0.21/lib/Makefile.in:117:  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
freecontact-1.0.21/lib/Makefile.in-118-am__nobase_strip = \
##############################################
freecontact-1.0.21/lib/Makefile.in-578-.cpp.obj:
freecontact-1.0.21/lib/Makefile.in:579:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
freecontact-1.0.21/lib/Makefile.in-580-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
##############################################
freecontact-1.0.21/lib/Makefile.in-582-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
freecontact-1.0.21/lib/Makefile.in:583:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
freecontact-1.0.21/lib/Makefile.in-584-
##############################################
freecontact-1.0.21/lib/Makefile.in-592-libfreecontact_la-freecontact.lo: freecontact.cpp
freecontact-1.0.21/lib/Makefile.in:593:@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) $(libfreecontact_la_CXXFLAGS) $(CXXFLAGS) -MT libfreecontact_la-freecontact.lo -MD -MP -MF $(DEPDIR)/libfreecontact_la-freecontact.Tpo -c -o libfreecontact_la-freecontact.lo `test -f 'freecontact.cpp' || echo '$(srcdir)/'`freecontact.cpp
freecontact-1.0.21/lib/Makefile.in-594-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libfreecontact_la-freecontact.Tpo $(DEPDIR)/libfreecontact_la-freecontact.Plo
##############################################
freecontact-1.0.21/lib/Makefile.in-596-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
freecontact-1.0.21/lib/Makefile.in:597:@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) $(libfreecontact_la_CXXFLAGS) $(CXXFLAGS) -c -o libfreecontact_la-freecontact.lo `test -f 'freecontact.cpp' || echo '$(srcdir)/'`freecontact.cpp
freecontact-1.0.21/lib/Makefile.in-598-
##############################################
freecontact-1.0.21/lib/Makefile.in-602-.f90.obj:
freecontact-1.0.21/lib/Makefile.in:603:	$(AM_V_FC)$(FCCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
freecontact-1.0.21/lib/Makefile.in-604-
##############################################
freecontact-1.0.21/lib/Makefile.in-608-libfreecontact_la-glassofast-real.lo: glassofast-real.f90
freecontact-1.0.21/lib/Makefile.in:609:	$(AM_V_FC)$(LIBTOOL) $(AM_V_lt) --tag=FC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(FC) $(libfreecontact_la_FCFLAGS) $(FCFLAGS) -c -o libfreecontact_la-glassofast-real.lo `test -f 'glassofast-real.f90' || echo '$(srcdir)/'`glassofast-real.f90
freecontact-1.0.21/lib/Makefile.in-610-
##############################################
freecontact-1.0.21/lib/Makefile.in-634-	@list='$(include_HEADERS)'; test -n "$(includedir)" || list=; \
freecontact-1.0.21/lib/Makefile.in:635:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
freecontact-1.0.21/lib/Makefile.in-636-	dir='$(DESTDIR)$(includedir)'; $(am__uninstall_files_from_dir)
##############################################
freecontact-1.0.21/lib/Makefile.in-667-GTAGS:
freecontact-1.0.21/lib/Makefile.in:668:	here=`$(am__cd) $(top_builddir) && pwd` \
freecontact-1.0.21/lib/Makefile.in-669-	  && $(am__cd) $(top_srcdir) \
##############################################
freecontact-1.0.21/lib/Makefile.in-690-distdir: $(DISTFILES)
freecontact-1.0.21/lib/Makefile.in:691:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
freecontact-1.0.21/lib/Makefile.in:692:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
freecontact-1.0.21/lib/Makefile.in-693-	list='$(DISTFILES)'; \
##############################################
freecontact-1.0.21/lib/Makefile.in-704-	  if test -d $$d/$$file; then \
freecontact-1.0.21/lib/Makefile.in:705:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
freecontact-1.0.21/lib/Makefile.in-706-	    if test -d "$(distdir)/$$file"; then \
##############################################
freecontact-1.0.21/lib/Makefile.in-862-@DX_COND_doc_TRUE@@DX_COND_ps_TRUE@	    $(DX_LATEX) refman.tex; \
freecontact-1.0.21/lib/Makefile.in:863:@DX_COND_doc_TRUE@@DX_COND_ps_TRUE@	    countdown=`expr $$countdown - 1`; \
freecontact-1.0.21/lib/Makefile.in-864-@DX_COND_doc_TRUE@@DX_COND_ps_TRUE@	done; \
##############################################
freecontact-1.0.21/lib/Makefile.in-879-@DX_COND_doc_TRUE@@DX_COND_pdf_TRUE@	    $(DX_PDFLATEX) refman.tex; \
freecontact-1.0.21/lib/Makefile.in:880:@DX_COND_doc_TRUE@@DX_COND_pdf_TRUE@	    countdown=`expr $$countdown - 1`; \
freecontact-1.0.21/lib/Makefile.in-881-@DX_COND_doc_TRUE@@DX_COND_pdf_TRUE@	done; \
##############################################
freecontact-1.0.21/src/Makefile.in-60-  { \
freecontact-1.0.21/src/Makefile.in:61:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
freecontact-1.0.21/src/Makefile.in-62-  }; \
##############################################
freecontact-1.0.21/src/Makefile.in-154-	$(CXXFLAGS) $(freecontact_LDFLAGS) $(LDFLAGS) -o $@
freecontact-1.0.21/src/Makefile.in:155:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
freecontact-1.0.21/src/Makefile.in-156-am__vpath_adj = case $$p in \
freecontact-1.0.21/src/Makefile.in:157:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
freecontact-1.0.21/src/Makefile.in-158-    *) f=$$p;; \
freecontact-1.0.21/src/Makefile.in-159-  esac;
freecontact-1.0.21/src/Makefile.in:160:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
freecontact-1.0.21/src/Makefile.in-161-am__install_max = 40
freecontact-1.0.21/src/Makefile.in-162-am__nobase_strip_setup = \
freecontact-1.0.21/src/Makefile.in:163:  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
freecontact-1.0.21/src/Makefile.in-164-am__nobase_strip = \
##############################################
freecontact-1.0.21/src/Makefile.in-387-case "$@" in						\
freecontact-1.0.21/src/Makefile.in:388:  */*) am__odir=`echo "./$@" | sed 's|/[^/]*$$||'`;;	\
freecontact-1.0.21/src/Makefile.in-389-    *) am__odir=.;; 					\
##############################################
freecontact-1.0.21/src/Makefile.in-417-  bases='$(TEST_LOGS)'; \
freecontact-1.0.21/src/Makefile.in:418:  bases=`for i in $$bases; do echo $$i; done | sed 's/\.log$$//'`; \
freecontact-1.0.21/src/Makefile.in:419:  bases=`echo $$bases`
freecontact-1.0.21/src/Makefile.in-420-RECHECK_LOGS = $(TEST_LOGS)
##############################################
freecontact-1.0.21/src/Makefile.in-430-        */*) b='$*';; \
freecontact-1.0.21/src/Makefile.in:431:          *) b=`echo '$@' | sed 's/\.log$$//'`; \
freecontact-1.0.21/src/Makefile.in-432-       esac;; \
##############################################
freecontact-1.0.21/src/Makefile.in-718-	test -n "$(EXEEXT)" || exit 0; \
freecontact-1.0.21/src/Makefile.in:719:	list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
freecontact-1.0.21/src/Makefile.in-720-	echo " rm -f" $$list; \
##############################################
freecontact-1.0.21/src/Makefile.in-781-.cpp.obj:
freecontact-1.0.21/src/Makefile.in:782:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
freecontact-1.0.21/src/Makefile.in-783-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
##############################################
freecontact-1.0.21/src/Makefile.in-785-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
freecontact-1.0.21/src/Makefile.in:786:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
freecontact-1.0.21/src/Makefile.in-787-
##############################################
freecontact-1.0.21/src/Makefile.in-795-freecontact-freecontact.o: freecontact.cpp
freecontact-1.0.21/src/Makefile.in:796:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(freecontact_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT freecontact-freecontact.o -MD -MP -MF $(DEPDIR)/freecontact-freecontact.Tpo -c -o freecontact-freecontact.o `test -f 'freecontact.cpp' || echo '$(srcdir)/'`freecontact.cpp
freecontact-1.0.21/src/Makefile.in-797-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/freecontact-freecontact.Tpo $(DEPDIR)/freecontact-freecontact.Po
##############################################
freecontact-1.0.21/src/Makefile.in-799-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
freecontact-1.0.21/src/Makefile.in:800:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(freecontact_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o freecontact-freecontact.o `test -f 'freecontact.cpp' || echo '$(srcdir)/'`freecontact.cpp
freecontact-1.0.21/src/Makefile.in-801-
freecontact-1.0.21/src/Makefile.in-802-freecontact-freecontact.obj: freecontact.cpp
freecontact-1.0.21/src/Makefile.in:803:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(freecontact_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT freecontact-freecontact.obj -MD -MP -MF $(DEPDIR)/freecontact-freecontact.Tpo -c -o freecontact-freecontact.obj `if test -f 'freecontact.cpp'; then $(CYGPATH_W) 'freecontact.cpp'; else $(CYGPATH_W) '$(srcdir)/freecontact.cpp'; fi`
freecontact-1.0.21/src/Makefile.in-804-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/freecontact-freecontact.Tpo $(DEPDIR)/freecontact-freecontact.Po
##############################################
freecontact-1.0.21/src/Makefile.in-806-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
freecontact-1.0.21/src/Makefile.in:807:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(freecontact_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o freecontact-freecontact.obj `if test -f 'freecontact.cpp'; then $(CYGPATH_W) 'freecontact.cpp'; else $(CYGPATH_W) '$(srcdir)/freecontact.cpp'; fi`
freecontact-1.0.21/src/Makefile.in-808-
freecontact-1.0.21/src/Makefile.in-809-freecontact-_write_bioxsd.o: _write_bioxsd.cpp
freecontact-1.0.21/src/Makefile.in:810:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(freecontact_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT freecontact-_write_bioxsd.o -MD -MP -MF $(DEPDIR)/freecontact-_write_bioxsd.Tpo -c -o freecontact-_write_bioxsd.o `test -f '_write_bioxsd.cpp' || echo '$(srcdir)/'`_write_bioxsd.cpp
freecontact-1.0.21/src/Makefile.in-811-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/freecontact-_write_bioxsd.Tpo $(DEPDIR)/freecontact-_write_bioxsd.Po
##############################################
freecontact-1.0.21/src/Makefile.in-813-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
freecontact-1.0.21/src/Makefile.in:814:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(freecontact_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o freecontact-_write_bioxsd.o `test -f '_write_bioxsd.cpp' || echo '$(srcdir)/'`_write_bioxsd.cpp
freecontact-1.0.21/src/Makefile.in-815-
freecontact-1.0.21/src/Makefile.in-816-freecontact-_write_bioxsd.obj: _write_bioxsd.cpp
freecontact-1.0.21/src/Makefile.in:817:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(freecontact_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT freecontact-_write_bioxsd.obj -MD -MP -MF $(DEPDIR)/freecontact-_write_bioxsd.Tpo -c -o freecontact-_write_bioxsd.obj `if test -f '_write_bioxsd.cpp'; then $(CYGPATH_W) '_write_bioxsd.cpp'; else $(CYGPATH_W) '$(srcdir)/_write_bioxsd.cpp'; fi`
freecontact-1.0.21/src/Makefile.in-818-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/freecontact-_write_bioxsd.Tpo $(DEPDIR)/freecontact-_write_bioxsd.Po
##############################################
freecontact-1.0.21/src/Makefile.in-820-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
freecontact-1.0.21/src/Makefile.in:821:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(freecontact_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o freecontact-_write_bioxsd.obj `if test -f '_write_bioxsd.cpp'; then $(CYGPATH_W) '_write_bioxsd.cpp'; else $(CYGPATH_W) '$(srcdir)/_write_bioxsd.cpp'; fi`
freecontact-1.0.21/src/Makefile.in-822-
freecontact-1.0.21/src/Makefile.in-823-freecontact-freecontact_input_xsd.o: freecontact_input_xsd.cxx
freecontact-1.0.21/src/Makefile.in:824:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(freecontact_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT freecontact-freecontact_input_xsd.o -MD -MP -MF $(DEPDIR)/freecontact-freecontact_input_xsd.Tpo -c -o freecontact-freecontact_input_xsd.o `test -f 'freecontact_input_xsd.cxx' || echo '$(srcdir)/'`freecontact_input_xsd.cxx
freecontact-1.0.21/src/Makefile.in-825-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/freecontact-freecontact_input_xsd.Tpo $(DEPDIR)/freecontact-freecontact_input_xsd.Po
##############################################
freecontact-1.0.21/src/Makefile.in-827-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
freecontact-1.0.21/src/Makefile.in:828:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(freecontact_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o freecontact-freecontact_input_xsd.o `test -f 'freecontact_input_xsd.cxx' || echo '$(srcdir)/'`freecontact_input_xsd.cxx
freecontact-1.0.21/src/Makefile.in-829-
freecontact-1.0.21/src/Makefile.in-830-freecontact-freecontact_input_xsd.obj: freecontact_input_xsd.cxx
freecontact-1.0.21/src/Makefile.in:831:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(freecontact_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT freecontact-freecontact_input_xsd.obj -MD -MP -MF $(DEPDIR)/freecontact-freecontact_input_xsd.Tpo -c -o freecontact-freecontact_input_xsd.obj `if test -f 'freecontact_input_xsd.cxx'; then $(CYGPATH_W) 'freecontact_input_xsd.cxx'; else $(CYGPATH_W) '$(srcdir)/freecontact_input_xsd.cxx'; fi`
freecontact-1.0.21/src/Makefile.in-832-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/freecontact-freecontact_input_xsd.Tpo $(DEPDIR)/freecontact-freecontact_input_xsd.Po
##############################################
freecontact-1.0.21/src/Makefile.in-834-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
freecontact-1.0.21/src/Makefile.in:835:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(freecontact_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o freecontact-freecontact_input_xsd.obj `if test -f 'freecontact_input_xsd.cxx'; then $(CYGPATH_W) 'freecontact_input_xsd.cxx'; else $(CYGPATH_W) '$(srcdir)/freecontact_input_xsd.cxx'; fi`
freecontact-1.0.21/src/Makefile.in-836-
freecontact-1.0.21/src/Makefile.in-837-freecontact-freecontact_output_xsd.o: freecontact_output_xsd.cxx
freecontact-1.0.21/src/Makefile.in:838:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(freecontact_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT freecontact-freecontact_output_xsd.o -MD -MP -MF $(DEPDIR)/freecontact-freecontact_output_xsd.Tpo -c -o freecontact-freecontact_output_xsd.o `test -f 'freecontact_output_xsd.cxx' || echo '$(srcdir)/'`freecontact_output_xsd.cxx
freecontact-1.0.21/src/Makefile.in-839-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/freecontact-freecontact_output_xsd.Tpo $(DEPDIR)/freecontact-freecontact_output_xsd.Po
##############################################
freecontact-1.0.21/src/Makefile.in-841-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
freecontact-1.0.21/src/Makefile.in:842:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(freecontact_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o freecontact-freecontact_output_xsd.o `test -f 'freecontact_output_xsd.cxx' || echo '$(srcdir)/'`freecontact_output_xsd.cxx
freecontact-1.0.21/src/Makefile.in-843-
freecontact-1.0.21/src/Makefile.in-844-freecontact-freecontact_output_xsd.obj: freecontact_output_xsd.cxx
freecontact-1.0.21/src/Makefile.in:845:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(freecontact_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT freecontact-freecontact_output_xsd.obj -MD -MP -MF $(DEPDIR)/freecontact-freecontact_output_xsd.Tpo -c -o freecontact-freecontact_output_xsd.obj `if test -f 'freecontact_output_xsd.cxx'; then $(CYGPATH_W) 'freecontact_output_xsd.cxx'; else $(CYGPATH_W) '$(srcdir)/freecontact_output_xsd.cxx'; fi`
freecontact-1.0.21/src/Makefile.in-846-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/freecontact-freecontact_output_xsd.Tpo $(DEPDIR)/freecontact-freecontact_output_xsd.Po
##############################################
freecontact-1.0.21/src/Makefile.in-848-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
freecontact-1.0.21/src/Makefile.in:849:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(freecontact_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o freecontact-freecontact_output_xsd.obj `if test -f 'freecontact_output_xsd.cxx'; then $(CYGPATH_W) 'freecontact_output_xsd.cxx'; else $(CYGPATH_W) '$(srcdir)/freecontact_output_xsd.cxx'; fi`
freecontact-1.0.21/src/Makefile.in-850-
freecontact-1.0.21/src/Makefile.in-851-freecontact-$(BIOXSD)_xsd.o: $(BIOXSD)_xsd.cxx
freecontact-1.0.21/src/Makefile.in:852:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(freecontact_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT freecontact-$(BIOXSD)_xsd.o -MD -MP -MF $(DEPDIR)/freecontact-$(BIOXSD)_xsd.Tpo -c -o freecontact-$(BIOXSD)_xsd.o `test -f '$(BIOXSD)_xsd.cxx' || echo '$(srcdir)/'`$(BIOXSD)_xsd.cxx
freecontact-1.0.21/src/Makefile.in-853-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/freecontact-$(BIOXSD)_xsd.Tpo $(DEPDIR)/freecontact-$(BIOXSD)_xsd.Po
##############################################
freecontact-1.0.21/src/Makefile.in-855-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
freecontact-1.0.21/src/Makefile.in:856:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(freecontact_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o freecontact-$(BIOXSD)_xsd.o `test -f '$(BIOXSD)_xsd.cxx' || echo '$(srcdir)/'`$(BIOXSD)_xsd.cxx
freecontact-1.0.21/src/Makefile.in-857-
freecontact-1.0.21/src/Makefile.in-858-freecontact-$(BIOXSD)_xsd.obj: $(BIOXSD)_xsd.cxx
freecontact-1.0.21/src/Makefile.in:859:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(freecontact_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT freecontact-$(BIOXSD)_xsd.obj -MD -MP -MF $(DEPDIR)/freecontact-$(BIOXSD)_xsd.Tpo -c -o freecontact-$(BIOXSD)_xsd.obj `if test -f '$(BIOXSD)_xsd.cxx'; then $(CYGPATH_W) '$(BIOXSD)_xsd.cxx'; else $(CYGPATH_W) '$(srcdir)/$(BIOXSD)_xsd.cxx'; fi`
freecontact-1.0.21/src/Makefile.in-860-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/freecontact-$(BIOXSD)_xsd.Tpo $(DEPDIR)/freecontact-$(BIOXSD)_xsd.Po
##############################################
freecontact-1.0.21/src/Makefile.in-862-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
freecontact-1.0.21/src/Makefile.in:863:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(freecontact_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o freecontact-$(BIOXSD)_xsd.obj `if test -f '$(BIOXSD)_xsd.cxx'; then $(CYGPATH_W) '$(BIOXSD)_xsd.cxx'; else $(CYGPATH_W) '$(srcdir)/$(BIOXSD)_xsd.cxx'; fi`
freecontact-1.0.21/src/Makefile.in-864-
##############################################
freecontact-1.0.21/src/Makefile.in-872-.cxx.obj:
freecontact-1.0.21/src/Makefile.in:873:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
freecontact-1.0.21/src/Makefile.in-874-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
##############################################
freecontact-1.0.21/src/Makefile.in-876-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
freecontact-1.0.21/src/Makefile.in:877:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
freecontact-1.0.21/src/Makefile.in-878-
##############################################
freecontact-1.0.21/src/Makefile.in-895-	test -n "$(man1dir)" \
freecontact-1.0.21/src/Makefile.in:896:	  && test -n "`echo $$list1$$list2`" \
freecontact-1.0.21/src/Makefile.in-897-	  || exit 0; \
##############################################
freecontact-1.0.21/src/Makefile.in-952-	@list='$(dist_examples_DATA)'; test -n "$(examplesdir)" || list=; \
freecontact-1.0.21/src/Makefile.in:953:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
freecontact-1.0.21/src/Makefile.in-954-	dir='$(DESTDIR)$(examplesdir)'; $(am__uninstall_files_from_dir)
##############################################
freecontact-1.0.21/src/Makefile.in-973-	@list='$(dist_pkgdata_DATA)'; test -n "$(pkgdatadir)" || list=; \
freecontact-1.0.21/src/Makefile.in:974:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
freecontact-1.0.21/src/Makefile.in-975-	dir='$(DESTDIR)$(pkgdatadir)'; $(am__uninstall_files_from_dir)
##############################################
freecontact-1.0.21/src/Makefile.in-1006-GTAGS:
freecontact-1.0.21/src/Makefile.in:1007:	here=`$(am__cd) $(top_builddir) && pwd` \
freecontact-1.0.21/src/Makefile.in-1008-	  && $(am__cd) $(top_srcdir) \
##############################################
freecontact-1.0.21/src/Makefile.in-1049-	if test -n "$$redo_bases"; then \
freecontact-1.0.21/src/Makefile.in:1050:	  redo_logs=`for i in $$redo_bases; do echo $$i.log; done`; \
freecontact-1.0.21/src/Makefile.in:1051:	  redo_results=`for i in $$redo_bases; do echo $$i.trs; done`; \
freecontact-1.0.21/src/Makefile.in-1052-	  if $(am__make_dryrun); then :; else \
##############################################
freecontact-1.0.21/src/Makefile.in-1074-	ws='[ 	]'; \
freecontact-1.0.21/src/Makefile.in:1075:	results=`for b in $$bases; do echo $$b.trs; done`; \
freecontact-1.0.21/src/Makefile.in-1076-	test -n "$$results" || results=/dev/null; \
freecontact-1.0.21/src/Makefile.in:1077:	all=`  grep "^$$ws*:test-result:"           $$results | wc -l`; \
freecontact-1.0.21/src/Makefile.in:1078:	pass=` grep "^$$ws*:test-result:$$ws*PASS"  $$results | wc -l`; \
freecontact-1.0.21/src/Makefile.in:1079:	fail=` grep "^$$ws*:test-result:$$ws*FAIL"  $$results | wc -l`; \
freecontact-1.0.21/src/Makefile.in:1080:	skip=` grep "^$$ws*:test-result:$$ws*SKIP"  $$results | wc -l`; \
freecontact-1.0.21/src/Makefile.in:1081:	xfail=`grep "^$$ws*:test-result:$$ws*XFAIL" $$results | wc -l`; \
freecontact-1.0.21/src/Makefile.in:1082:	xpass=`grep "^$$ws*:test-result:$$ws*XPASS" $$results | wc -l`; \
freecontact-1.0.21/src/Makefile.in:1083:	error=`grep "^$$ws*:test-result:$$ws*ERROR" $$results | wc -l`; \
freecontact-1.0.21/src/Makefile.in:1084:	if test `expr $$fail + $$xpass + $$error` -eq 0; then \
freecontact-1.0.21/src/Makefile.in-1085-	  success=true; \
##############################################
freecontact-1.0.21/src/Makefile.in-1153-	@set +e; $(am__set_TESTS_bases); \
freecontact-1.0.21/src/Makefile.in:1154:	log_list=`for i in $$bases; do echo $$i.log; done`; \
freecontact-1.0.21/src/Makefile.in:1155:	trs_list=`for i in $$bases; do echo $$i.trs; done`; \
freecontact-1.0.21/src/Makefile.in:1156:	log_list=`echo $$log_list`; trs_list=`echo $$trs_list`; \
freecontact-1.0.21/src/Makefile.in-1157-	$(MAKE) $(AM_MAKEFLAGS) $(TEST_SUITE_LOG) TEST_LOGS="$$log_list"; \
##############################################
freecontact-1.0.21/src/Makefile.in-1163-	         | $(am__list_recheck_tests)` || exit 1; \
freecontact-1.0.21/src/Makefile.in:1164:	log_list=`for i in $$bases; do echo $$i.log; done`; \
freecontact-1.0.21/src/Makefile.in:1165:	log_list=`echo $$log_list`; \
freecontact-1.0.21/src/Makefile.in-1166-	$(MAKE) $(AM_MAKEFLAGS) $(TEST_SUITE_LOG) \
##############################################
freecontact-1.0.21/src/Makefile.in-1192-distdir: $(DISTFILES)
freecontact-1.0.21/src/Makefile.in:1193:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
freecontact-1.0.21/src/Makefile.in:1194:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
freecontact-1.0.21/src/Makefile.in-1195-	list='$(DISTFILES)'; \
##############################################
freecontact-1.0.21/src/Makefile.in-1206-	  if test -d $$d/$$file; then \
freecontact-1.0.21/src/Makefile.in:1207:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
freecontact-1.0.21/src/Makefile.in-1208-	    if test -d "$(distdir)/$$file"; then \