Ignore:
Timestamp:
May 2, 2003, 12:30:43 PM (22 years ago)
Author:
bird
Message:

Regenerated configure on OS/2.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/gcc/libjava/libltdl/configure

    • Property cvs2svn:cvs-rev changed from 1.1 to 1.2
    r79 r80  
    5050silent=
    5151site=
    52 sitefile=
    5352srcdir=
    5453target=NONE
     
    165164  --no-create             do not create output files
    166165  --quiet, --silent       do not print \`checking...' messages
    167   --site-file=FILE        use FILE as the site file
    168166  --version               print the version of autoconf that created configure
    169167Directory and file names:
     
    336334    site="$ac_optarg" ;;
    337335
    338   -site-file | --site-file | --site-fil | --site-fi | --site-f)
    339     ac_prev=sitefile ;;
    340   -site-file=* | --site-file=* | --site-fil=* | --site-fi=* | --site-f=*)
    341     sitefile="$ac_optarg" ;;
    342 
    343336  -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
    344337    ac_prev=srcdir ;;
     
    506499
    507500# Prefer explicitly selected file to automatically selected ones.
    508 if test -z "$sitefile"; then
    509   if test -z "$CONFIG_SITE"; then
    510     if test "x$prefix" != xNONE; then
    511       CONFIG_SITE="$prefix/share/config.site $prefix/etc/config.site"
    512     else
    513       CONFIG_SITE="$ac_default_prefix/share/config.site $ac_default_prefix/etc/config.site"
    514     fi
     501if test -z "$CONFIG_SITE"; then
     502  if test "x$prefix" != xNONE; then
     503    CONFIG_SITE="$prefix/share/config.site $prefix/etc/config.site"
     504  else
     505    CONFIG_SITE="$ac_default_prefix/share/config.site $ac_default_prefix/etc/config.site"
    515506  fi
    516 else
    517   CONFIG_SITE="$sitefile"
    518507fi
    519508for ac_site_file in $CONFIG_SITE; do
     
    553542fi
    554543
     544echo $ac_n "checking for path separator""... $ac_c" 1>&6
     545echo "configure:546: checking for path separator" >&5
     546# Filter path to get backslahes into forwardslashes
     547case "`uname -s 2> /dev/null`" in
     548OS/2)
     549  PATH=`echo -E "$PATH" | sed 's+\\\\+/+g'`
     550  PATH_IFS=';'
     551  ;;
     552*)
     553  PATH_IFS=':'
     554  ;;
     555esac
     556echo "$ac_t""${PATH_IFS}" 1>&6
     557
    555558echo $ac_n "checking for Cygwin environment""... $ac_c" 1>&6
    556 echo "configure:557: checking for Cygwin environment" >&5
     559echo "configure:560: checking for Cygwin environment" >&5
    557560if eval "test \"`echo '$''{'ac_cv_cygwin'+set}'`\" = set"; then
    558561  echo $ac_n "(cached) $ac_c" 1>&6
    559562else
    560563  cat > conftest.$ac_ext <<EOF
    561 #line 562 "configure"
     564#line 565 "configure"
    562565#include "confdefs.h"
    563566
     
    570573; return 0; }
    571574EOF
    572 if { (eval echo configure:573: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
     575if { (eval echo configure:576: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
    573576  rm -rf conftest*
    574577  ac_cv_cygwin=yes
     
    587590test "$ac_cv_cygwin" = yes && CYGWIN=yes
    588591echo $ac_n "checking for mingw32 environment""... $ac_c" 1>&6
    589 echo "configure:590: checking for mingw32 environment" >&5
     592echo "configure:593: checking for mingw32 environment" >&5
    590593if eval "test \"`echo '$''{'ac_cv_mingw32'+set}'`\" = set"; then
    591594  echo $ac_n "(cached) $ac_c" 1>&6
    592595else
    593596  cat > conftest.$ac_ext <<EOF
    594 #line 595 "configure"
     597#line 598 "configure"
    595598#include "confdefs.h"
    596599
     
    599602; return 0; }
    600603EOF
    601 if { (eval echo configure:602: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
     604if { (eval echo configure:605: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
    602605  rm -rf conftest*
    603606  ac_cv_mingw32=yes
     
    615618MINGW32=
    616619test "$ac_cv_mingw32" = yes && MINGW32=yes
     620echo $ac_n "checking for EMX/OS2 environment""... $ac_c" 1>&6
     621echo "configure:622: checking for EMX/OS2 environment" >&5
     622if eval "test \"`echo '$''{'ac_cv_emxos2'+set}'`\" = set"; then
     623  echo $ac_n "(cached) $ac_c" 1>&6
     624else
     625  : ${CC=gcc.exe}
     626cat > conftest.$ac_ext <<EOF
     627#line 628 "configure"
     628#include "confdefs.h"
     629
     630int main() {
     631return __EMX__;
     632; return 0; }
     633EOF
     634if { (eval echo configure:635: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
     635  rm -rf conftest*
     636  ac_cv_emxos2=yes
     637else
     638  echo "configure: failed program was:" >&5
     639  cat conftest.$ac_ext >&5
     640  rm -rf conftest*
     641  ac_cv_emxos2=no
     642fi
     643rm -f conftest*
     644rm -f conftest*
     645fi
     646
     647echo "$ac_t""$ac_cv_emxos2" 1>&6
     648if eval "test \"`echo '$''{'ac_cv_libpre'+set}'`\" = set"; then
     649  echo $ac_n "(cached) $ac_c" 1>&6
     650else
     651  if test "$ac_cv_emxos2" = yes ; then
     652  ac_cv_libpre=
     653else
     654  ac_cv_libpre=lib
     655fi
     656
     657fi
     658
     659EMXOS2=
     660test "$ac_cv_emxos2" = yes && EMXOS2=yes
     661
     662
     663
     664echo $ac_n "checking for executable suffix""... $ac_c" 1>&6
     665echo "configure:666: checking for executable suffix" >&5
     666if eval "test \"`echo '$''{'ac_cv_exeext'+set}'`\" = set"; then
     667  echo $ac_n "(cached) $ac_c" 1>&6
     668else
     669  if test "$CYGWIN" = yes || test "$MINGW32" = yes || test "$EMXOS2" = yes; then
     670  ac_cv_exeext=.exe
     671else
     672  rm -f conftest*
     673  echo 'int main () { return 0; }' > conftest.$ac_ext
     674  ac_cv_exeext=
     675  if { (eval echo configure:676: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; }; then
     676    for file in conftest.*; do
     677      case $file in
     678      *.c | *.o | *.obj) ;;
     679      *) ac_cv_exeext=`echo $file | sed -e s/conftest//` ;;
     680      esac
     681    done
     682  else
     683    { echo "configure: error: installation or configuration problem: compiler cannot create executables." 1>&2; exit 1; }
     684  fi
     685  rm -f conftest*
     686  test x"${ac_cv_exeext}" = x && ac_cv_exeext=no
     687fi
     688fi
     689
     690EXEEXT=""
     691test x"${ac_cv_exeext}" != xno && EXEEXT=${ac_cv_exeext}
     692echo "$ac_t""${ac_cv_exeext}" 1>&6
     693ac_exeext=$EXEEXT
     694
    617695
    618696
     
    691769# ./install, which can be erroneously created by make from ./install.sh.
    692770echo $ac_n "checking for a BSD compatible install""... $ac_c" 1>&6
    693 echo "configure:694: checking for a BSD compatible install" >&5
     771echo "configure:772: checking for a BSD compatible install" >&5
    694772if test -z "$INSTALL"; then
    695773if eval "test \"`echo '$''{'ac_cv_path_install'+set}'`\" = set"; then
    696774  echo $ac_n "(cached) $ac_c" 1>&6
    697775else
    698     IFS="${IFS=         }"; ac_save_IFS="$IFS"; IFS=":"
     776    IFS="${IFS=         }"; ac_save_IFS="$IFS"; IFS="$PATH_IFS"
    699777  for ac_dir in $PATH; do
    700778    # Account for people who put trailing slashes in PATH elements.
    701779    case "$ac_dir/" in
    702780    /|./|.//|/etc/*|/usr/sbin/*|/usr/etc/*|/sbin/*|/usr/afsws/bin/*|/usr/ucb/*) ;;
     781    # We reject the install program from OS/2 or W3.1
     782    */OS2|*/OS2/*|*/WINDOWS|*/WINDOWS/*) ;;
    703783    *)
    704784      # OSF1 and SCO ODT 3.0 have their own names for install.
     
    706786      # by default.
    707787      for ac_prog in ginstall scoinst install; do
    708         if test -f $ac_dir/$ac_prog; then
     788        if test -f $ac_dir/$ac_prog$ac_exeext; then
    709789          if test $ac_prog = install &&
    710790            grep dspmsg $ac_dir/$ac_prog >/dev/null 2>&1; then
     
    712792            :
    713793          else
    714             ac_cv_path_install="$ac_dir/$ac_prog -c"
     794            ac_cv_path_install="$ac_dir/$ac_prog$ac_exeext -c"
    715795            break 2
    716796          fi
     
    744824
    745825echo $ac_n "checking whether build environment is sane""... $ac_c" 1>&6
    746 echo "configure:747: checking whether build environment is sane" >&5
     826echo "configure:827: checking whether build environment is sane" >&5
    747827# Just in case
    748828sleep 1
     
    801881
    802882echo $ac_n "checking whether ${MAKE-make} sets \${MAKE}""... $ac_c" 1>&6
    803 echo "configure:804: checking whether ${MAKE-make} sets \${MAKE}" >&5
     883echo "configure:884: checking whether ${MAKE-make} sets \${MAKE}" >&5
    804884set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y%./+-%__p_%'`
    805885if eval "test \"`echo '$''{'ac_cv_prog_make_${ac_make}_set'+set}'`\" = set"; then
     
    840920missing_dir=`cd $ac_aux_dir && pwd`
    841921echo $ac_n "checking for working aclocal""... $ac_c" 1>&6
    842 echo "configure:843: checking for working aclocal" >&5
     922echo "configure:923: checking for working aclocal" >&5
    843923# Run test in a subshell; some versions of sh will print an error if
    844924# an executable is not found, even if stderr is redirected.
     
    853933
    854934echo $ac_n "checking for working autoconf""... $ac_c" 1>&6
    855 echo "configure:856: checking for working autoconf" >&5
     935echo "configure:936: checking for working autoconf" >&5
    856936# Run test in a subshell; some versions of sh will print an error if
    857937# an executable is not found, even if stderr is redirected.
     
    866946
    867947echo $ac_n "checking for working automake""... $ac_c" 1>&6
    868 echo "configure:869: checking for working automake" >&5
     948echo "configure:949: checking for working automake" >&5
    869949# Run test in a subshell; some versions of sh will print an error if
    870950# an executable is not found, even if stderr is redirected.
     
    879959
    880960echo $ac_n "checking for working autoheader""... $ac_c" 1>&6
    881 echo "configure:882: checking for working autoheader" >&5
     961echo "configure:962: checking for working autoheader" >&5
    882962# Run test in a subshell; some versions of sh will print an error if
    883963# an executable is not found, even if stderr is redirected.
     
    892972
    893973echo $ac_n "checking for working makeinfo""... $ac_c" 1>&6
    894 echo "configure:895: checking for working makeinfo" >&5
     974echo "configure:975: checking for working makeinfo" >&5
    895975# Run test in a subshell; some versions of sh will print an error if
    896976# an executable is not found, even if stderr is redirected.
     
    909989
    910990echo $ac_n "checking whether to enable maintainer-specific portions of Makefiles""... $ac_c" 1>&6
    911 echo "configure:912: checking whether to enable maintainer-specific portions of Makefiles" >&5
     991echo "configure:992: checking whether to enable maintainer-specific portions of Makefiles" >&5
    912992    # Check whether --enable-maintainer-mode or --disable-maintainer-mode was given.
    913993if test "${enable_maintainer_mode+set}" = set; then
     
    9351015set dummy gcc; ac_word=$2
    9361016echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    937 echo "configure:938: checking for $ac_word" >&5
     1017echo "configure:1018: checking for $ac_word" >&5
    9381018if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
    9391019  echo $ac_n "(cached) $ac_c" 1>&6
     
    9421022  ac_cv_prog_CC="$CC" # Let the user override the test.
    9431023else
    944   IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS=":"
     1024  IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS="$PATH_IFS"
    9451025  ac_dummy="$PATH"
    9461026  for ac_dir in $ac_dummy; do
    9471027    test -z "$ac_dir" && ac_dir=.
    948     if test -f $ac_dir/$ac_word; then
     1028    if test -f $ac_dir/$ac_word -o \
     1029            -f $ac_dir/$ac_word$ac_exeext ; then
    9491030      ac_cv_prog_CC="gcc"
    9501031      break
     
    9651046set dummy cc; ac_word=$2
    9661047echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    967 echo "configure:968: checking for $ac_word" >&5
     1048echo "configure:1049: checking for $ac_word" >&5
    9681049if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
    9691050  echo $ac_n "(cached) $ac_c" 1>&6
     
    9721053  ac_cv_prog_CC="$CC" # Let the user override the test.
    9731054else
    974   IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS=":"
     1055  IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS="$PATH_IFS"
    9751056  ac_prog_rejected=no
    9761057  ac_dummy="$PATH"
    9771058  for ac_dir in $ac_dummy; do
    9781059    test -z "$ac_dir" && ac_dir=.
    979     if test -f $ac_dir/$ac_word; then
    980       if test "$ac_dir/$ac_word" = "/usr/ucb/cc"; then
     1060    if test -f $ac_dir/$ac_word -o \
     1061            -f $ac_dir/$ac_word$ac_exeext ; then
     1062      if test "$ac_dir/$ac_word" = "/usr/ucb/cc" -o \
     1063               "$ac_dir/$ac_word$ac_exeext" = "/usr/ucb/cc" ; then
    9811064        ac_prog_rejected=yes
    9821065        continue
     
    10161099set dummy cl; ac_word=$2
    10171100echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    1018 echo "configure:1019: checking for $ac_word" >&5
     1101echo "configure:1102: checking for $ac_word" >&5
    10191102if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
    10201103  echo $ac_n "(cached) $ac_c" 1>&6
     
    10231106  ac_cv_prog_CC="$CC" # Let the user override the test.
    10241107else
    1025   IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS=":"
     1108  IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS="$PATH_IFS"
    10261109  ac_dummy="$PATH"
    10271110  for ac_dir in $ac_dummy; do
    10281111    test -z "$ac_dir" && ac_dir=.
    1029     if test -f $ac_dir/$ac_word; then
     1112    if test -f $ac_dir/$ac_word -o \
     1113            -f $ac_dir/$ac_word$ac_exeext ; then
    10301114      ac_cv_prog_CC="cl"
    10311115      break
     
    10481132
    10491133echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works""... $ac_c" 1>&6
    1050 echo "configure:1051: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works" >&5
     1134echo "configure:1135: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works" >&5
    10511135
    10521136ac_ext=c
     
    10591143cat > conftest.$ac_ext << EOF
    10601144
    1061 #line 1062 "configure"
     1145#line 1146 "configure"
    10621146#include "confdefs.h"
    10631147
    10641148main(){return(0);}
    10651149EOF
    1066 if { (eval echo configure:1067: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     1150if { (eval echo configure:1151: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    10671151  ac_cv_prog_cc_works=yes
    10681152  # If we can't run a trivial program, we are probably using a cross compiler.
     
    10901174fi
    10911175echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler""... $ac_c" 1>&6
    1092 echo "configure:1093: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler" >&5
     1176echo "configure:1177: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler" >&5
    10931177echo "$ac_t""$ac_cv_prog_cc_cross" 1>&6
    10941178cross_compiling=$ac_cv_prog_cc_cross
    10951179
    10961180echo $ac_n "checking whether we are using GNU C""... $ac_c" 1>&6
    1097 echo "configure:1098: checking whether we are using GNU C" >&5
     1181echo "configure:1182: checking whether we are using GNU C" >&5
    10981182if eval "test \"`echo '$''{'ac_cv_prog_gcc'+set}'`\" = set"; then
    10991183  echo $ac_n "(cached) $ac_c" 1>&6
     
    11041188#endif
    11051189EOF
    1106 if { ac_try='${CC-cc} -E conftest.c'; { (eval echo configure:1107: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then
     1190if { ac_try='${CC-cc} -E conftest.c'; { (eval echo configure:1191: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then
    11071191  ac_cv_prog_gcc=yes
    11081192else
     
    11231207CFLAGS=
    11241208echo $ac_n "checking whether ${CC-cc} accepts -g""... $ac_c" 1>&6
    1125 echo "configure:1126: checking whether ${CC-cc} accepts -g" >&5
     1209echo "configure:1210: checking whether ${CC-cc} accepts -g" >&5
    11261210if eval "test \"`echo '$''{'ac_cv_prog_cc_g'+set}'`\" = set"; then
    11271211  echo $ac_n "(cached) $ac_c" 1>&6
     
    11551239
    11561240echo $ac_n "checking for working const""... $ac_c" 1>&6
    1157 echo "configure:1158: checking for working const" >&5
     1241echo "configure:1242: checking for working const" >&5
    11581242if eval "test \"`echo '$''{'ac_cv_c_const'+set}'`\" = set"; then
    11591243  echo $ac_n "(cached) $ac_c" 1>&6
    11601244else
    11611245  cat > conftest.$ac_ext <<EOF
    1162 #line 1163 "configure"
     1246#line 1247 "configure"
    11631247#include "confdefs.h"
    11641248
     
    12091293; return 0; }
    12101294EOF
    1211 if { (eval echo configure:1212: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
     1295if { (eval echo configure:1296: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
    12121296  rm -rf conftest*
    12131297  ac_cv_c_const=yes
     
    12301314
    12311315echo $ac_n "checking for inline""... $ac_c" 1>&6
    1232 echo "configure:1233: checking for inline" >&5
     1316echo "configure:1317: checking for inline" >&5
    12331317if eval "test \"`echo '$''{'ac_cv_c_inline'+set}'`\" = set"; then
    12341318  echo $ac_n "(cached) $ac_c" 1>&6
     
    12371321for ac_kw in inline __inline__ __inline; do
    12381322  cat > conftest.$ac_ext <<EOF
    1239 #line 1240 "configure"
     1323#line 1324 "configure"
    12401324#include "confdefs.h"
    12411325
     
    12441328; return 0; }
    12451329EOF
    1246 if { (eval echo configure:1247: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
     1330if { (eval echo configure:1331: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
    12471331  rm -rf conftest*
    12481332  ac_cv_c_inline=$ac_kw; break
     
    13471431
    13481432echo $ac_n "checking host system type""... $ac_c" 1>&6
    1349 echo "configure:1350: checking host system type" >&5
     1433echo "configure:1434: checking host system type" >&5
    13501434
    13511435host_alias=$host
     
    13681452
    13691453echo $ac_n "checking build system type""... $ac_c" 1>&6
    1370 echo "configure:1371: checking build system type" >&5
     1454echo "configure:1455: checking build system type" >&5
    13711455
    13721456build_alias=$build
     
    13971481  # Check if gcc -print-prog-name=ld gives a path.
    13981482  echo $ac_n "checking for ld used by GCC""... $ac_c" 1>&6
    1399 echo "configure:1400: checking for ld used by GCC" >&5
     1483echo "configure:1484: checking for ld used by GCC" >&5
    14001484  case $host in
    14011485  *-*-mingw*)
     
    14271511elif test "$with_gnu_ld" = yes; then
    14281512  echo $ac_n "checking for GNU ld""... $ac_c" 1>&6
    1429 echo "configure:1430: checking for GNU ld" >&5
     1513echo "configure:1514: checking for GNU ld" >&5
    14301514else
    14311515  echo $ac_n "checking for non-GNU ld""... $ac_c" 1>&6
    1432 echo "configure:1433: checking for non-GNU ld" >&5
     1516echo "configure:1517: checking for non-GNU ld" >&5
    14331517fi
    14341518if eval "test \"`echo '$''{'ac_cv_path_LD'+set}'`\" = set"; then
     
    14651549test -z "$LD" && { echo "configure: error: no acceptable ld found in \$PATH" 1>&2; exit 1; }
    14661550echo $ac_n "checking if the linker ($LD) is GNU ld""... $ac_c" 1>&6
    1467 echo "configure:1468: checking if the linker ($LD) is GNU ld" >&5
     1551echo "configure:1552: checking if the linker ($LD) is GNU ld" >&5
    14681552if eval "test \"`echo '$''{'ac_cv_prog_gnu_ld'+set}'`\" = set"; then
    14691553  echo $ac_n "(cached) $ac_c" 1>&6
     
    14821566
    14831567echo $ac_n "checking for $LD option to reload object files""... $ac_c" 1>&6
    1484 echo "configure:1485: checking for $LD option to reload object files" >&5
     1568echo "configure:1569: checking for $LD option to reload object files" >&5
    14851569if eval "test \"`echo '$''{'lt_cv_ld_reload_flag'+set}'`\" = set"; then
    14861570  echo $ac_n "(cached) $ac_c" 1>&6
     
    14941578
    14951579echo $ac_n "checking for BSD-compatible nm""... $ac_c" 1>&6
    1496 echo "configure:1497: checking for BSD-compatible nm" >&5
     1580echo "configure:1581: checking for BSD-compatible nm" >&5
    14971581if eval "test \"`echo '$''{'ac_cv_path_NM'+set}'`\" = set"; then
    14981582  echo $ac_n "(cached) $ac_c" 1>&6
     
    15321616
    15331617echo $ac_n "checking whether ln -s works""... $ac_c" 1>&6
    1534 echo "configure:1535: checking whether ln -s works" >&5
     1618echo "configure:1619: checking whether ln -s works" >&5
    15351619if eval "test \"`echo '$''{'ac_cv_prog_LN_S'+set}'`\" = set"; then
    15361620  echo $ac_n "(cached) $ac_c" 1>&6
     
    15421626  ac_cv_prog_LN_S="ln -s"
    15431627else
    1544   ac_cv_prog_LN_S=ln
    1545 fi
     1628  echo A > conftestdata;
     1629  if ln conftestdata conftestdata2 2>/dev/null; then
     1630    ac_cv_prog_LN_S=ln
     1631  else
     1632    ac_cv_prog_LN_S=cp
     1633  fi
     1634fi
     1635rm -f conftestdata*
    15461636fi
    15471637LN_S="$ac_cv_prog_LN_S"
     
    15531643
    15541644echo $ac_n "checking how to recognise dependant libraries""... $ac_c" 1>&6
    1555 echo "configure:1556: checking how to recognise dependant libraries" >&5
     1645echo "configure:1646: checking how to recognise dependant libraries" >&5
    15561646if eval "test \"`echo '$''{'lt_cv_deplibs_check_method'+set}'`\" = set"; then
    15571647  echo $ac_n "(cached) $ac_c" 1>&6
     
    16961786
    16971787echo $ac_n "checking for object suffix""... $ac_c" 1>&6
    1698 echo "configure:1699: checking for object suffix" >&5
     1788echo "configure:1789: checking for object suffix" >&5
    16991789if eval "test \"`echo '$''{'ac_cv_objext'+set}'`\" = set"; then
    17001790  echo $ac_n "(cached) $ac_c" 1>&6
     
    17021792  rm -f conftest*
    17031793echo 'int i = 1;' > conftest.$ac_ext
    1704 if { (eval echo configure:1705: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
     1794if { (eval echo configure:1795: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
    17051795  for ac_file in conftest.*; do
    17061796    case $ac_file in
     
    17191809ac_objext=$ac_cv_objext
    17201810
    1721 
    1722 
    1723 echo $ac_n "checking for executable suffix""... $ac_c" 1>&6
    1724 echo "configure:1725: checking for executable suffix" >&5
    1725 if eval "test \"`echo '$''{'ac_cv_exeext'+set}'`\" = set"; then
    1726   echo $ac_n "(cached) $ac_c" 1>&6
    1727 else
    1728   if test "$CYGWIN" = yes || test "$MINGW32" = yes; then
    1729   ac_cv_exeext=.exe
    1730 else
    1731   rm -f conftest*
    1732   echo 'int main () { return 0; }' > conftest.$ac_ext
    1733   ac_cv_exeext=
    1734   if { (eval echo configure:1735: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; }; then
    1735     for file in conftest.*; do
    1736       case $file in
    1737       *.c | *.o | *.obj | *.ilk | *.pdb) ;;
    1738       *) ac_cv_exeext=`echo $file | sed -e s/conftest//` ;;
    1739       esac
    1740     done
    1741   else
    1742     { echo "configure: error: installation or configuration problem: compiler cannot create executables." 1>&2; exit 1; }
    1743   fi
    1744   rm -f conftest*
    1745   test x"${ac_cv_exeext}" = x && ac_cv_exeext=no
    1746 fi
    1747 fi
    1748 
    1749 EXEEXT=""
    1750 test x"${ac_cv_exeext}" != xno && EXEEXT=${ac_cv_exeext}
    1751 echo "$ac_t""${ac_cv_exeext}" 1>&6
    1752 ac_exeext=$EXEEXT
    1753 
    17541811if test $host != $build; then
    17551812  ac_tool_prefix=${host_alias}-
     
    17651822  if test "$file_magic_cmd" = '${MAGIC}'; then
    17661823    echo $ac_n "checking for ${ac_tool_prefix}file""... $ac_c" 1>&6
    1767 echo "configure:1768: checking for ${ac_tool_prefix}file" >&5
     1824echo "configure:1825: checking for ${ac_tool_prefix}file" >&5
    17681825if eval "test \"`echo '$''{'lt_cv_path_MAGIC'+set}'`\" = set"; then
    17691826  echo $ac_n "(cached) $ac_c" 1>&6
     
    18271884  if test -n "$ac_tool_prefix"; then
    18281885    echo $ac_n "checking for file""... $ac_c" 1>&6
    1829 echo "configure:1830: checking for file" >&5
     1886echo "configure:1887: checking for file" >&5
    18301887if eval "test \"`echo '$''{'lt_cv_path_MAGIC'+set}'`\" = set"; then
    18311888  echo $ac_n "(cached) $ac_c" 1>&6
     
    18981955set dummy ${ac_tool_prefix}ranlib; ac_word=$2
    18991956echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    1900 echo "configure:1901: checking for $ac_word" >&5
     1957echo "configure:1958: checking for $ac_word" >&5
    19011958if eval "test \"`echo '$''{'ac_cv_prog_RANLIB'+set}'`\" = set"; then
    19021959  echo $ac_n "(cached) $ac_c" 1>&6
     
    19051962  ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
    19061963else
    1907   IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS=":"
     1964  IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS="$PATH_IFS"
    19081965  ac_dummy="$PATH"
    19091966  for ac_dir in $ac_dummy; do
    19101967    test -z "$ac_dir" && ac_dir=.
    1911     if test -f $ac_dir/$ac_word; then
     1968    if test -f $ac_dir/$ac_word -o \
     1969            -f $ac_dir/$ac_word$ac_exeext ; then
    19121970      ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
    19131971      break
     
    19301988set dummy ranlib; ac_word=$2
    19311989echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    1932 echo "configure:1933: checking for $ac_word" >&5
     1990echo "configure:1991: checking for $ac_word" >&5
    19331991if eval "test \"`echo '$''{'ac_cv_prog_RANLIB'+set}'`\" = set"; then
    19341992  echo $ac_n "(cached) $ac_c" 1>&6
     
    19371995  ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
    19381996else
    1939   IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS=":"
     1997  IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS="$PATH_IFS"
    19401998  ac_dummy="$PATH"
    19411999  for ac_dir in $ac_dummy; do
    19422000    test -z "$ac_dir" && ac_dir=.
    1943     if test -f $ac_dir/$ac_word; then
     2001    if test -f $ac_dir/$ac_word -o \
     2002            -f $ac_dir/$ac_word$ac_exeext ; then
    19442003      ac_cv_prog_RANLIB="ranlib"
    19452004      break
     
    19652024set dummy ${ac_tool_prefix}strip; ac_word=$2
    19662025echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    1967 echo "configure:1968: checking for $ac_word" >&5
     2026echo "configure:2027: checking for $ac_word" >&5
    19682027if eval "test \"`echo '$''{'ac_cv_prog_STRIP'+set}'`\" = set"; then
    19692028  echo $ac_n "(cached) $ac_c" 1>&6
     
    19722031  ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
    19732032else
    1974   IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS=":"
     2033  IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS="$PATH_IFS"
    19752034  ac_dummy="$PATH"
    19762035  for ac_dir in $ac_dummy; do
    19772036    test -z "$ac_dir" && ac_dir=.
    1978     if test -f $ac_dir/$ac_word; then
     2037    if test -f $ac_dir/$ac_word -o \
     2038            -f $ac_dir/$ac_word$ac_exeext ; then
    19792039      ac_cv_prog_STRIP="${ac_tool_prefix}strip"
    19802040      break
     
    19972057set dummy strip; ac_word=$2
    19982058echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    1999 echo "configure:2000: checking for $ac_word" >&5
     2059echo "configure:2060: checking for $ac_word" >&5
    20002060if eval "test \"`echo '$''{'ac_cv_prog_STRIP'+set}'`\" = set"; then
    20012061  echo $ac_n "(cached) $ac_c" 1>&6
     
    20042064  ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
    20052065else
    2006   IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS=":"
     2066  IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS="$PATH_IFS"
    20072067  ac_dummy="$PATH"
    20082068  for ac_dir in $ac_dummy; do
    20092069    test -z "$ac_dir" && ac_dir=.
    2010     if test -f $ac_dir/$ac_word; then
     2070    if test -f $ac_dir/$ac_word -o \
     2071            -f $ac_dir/$ac_word$ac_exeext ; then
    20112072      ac_cv_prog_STRIP="strip"
    20122073      break
     
    20642125*-*-irix6*)
    20652126  # Find out which ABI we are using.
    2066   echo '#line 2067 "configure"' > conftest.$ac_ext
    2067   if { (eval echo configure:2068: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
     2127  echo '#line 2128 "configure"' > conftest.$ac_ext
     2128  if { (eval echo configure:2129: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
    20682129    case "`/usr/bin/file conftest.o`" in
    20692130    *32-bit*)
     
    20862147  CFLAGS="$CFLAGS -belf"
    20872148  echo $ac_n "checking whether the C compiler needs -belf""... $ac_c" 1>&6
    2088 echo "configure:2089: checking whether the C compiler needs -belf" >&5
     2149echo "configure:2150: checking whether the C compiler needs -belf" >&5
    20892150if eval "test \"`echo '$''{'lt_cv_cc_needs_belf'+set}'`\" = set"; then
    20902151  echo $ac_n "(cached) $ac_c" 1>&6
     
    20992160
    21002161     cat > conftest.$ac_ext <<EOF
    2101 #line 2102 "configure"
     2162#line 2163 "configure"
    21022163#include "confdefs.h"
    21032164
     
    21062167; return 0; }
    21072168EOF
    2108 if { (eval echo configure:2109: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     2169if { (eval echo configure:2170: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    21092170  rm -rf conftest*
    21102171  lt_cv_cc_needs_belf=yes
     
    21362197set dummy ${ac_tool_prefix}dlltool; ac_word=$2
    21372198echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    2138 echo "configure:2139: checking for $ac_word" >&5
     2199echo "configure:2200: checking for $ac_word" >&5
    21392200if eval "test \"`echo '$''{'ac_cv_prog_DLLTOOL'+set}'`\" = set"; then
    21402201  echo $ac_n "(cached) $ac_c" 1>&6
     
    21432204  ac_cv_prog_DLLTOOL="$DLLTOOL" # Let the user override the test.
    21442205else
    2145   IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS=":"
     2206  IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS="$PATH_IFS"
    21462207  ac_dummy="$PATH"
    21472208  for ac_dir in $ac_dummy; do
    21482209    test -z "$ac_dir" && ac_dir=.
    2149     if test -f $ac_dir/$ac_word; then
     2210    if test -f $ac_dir/$ac_word -o \
     2211            -f $ac_dir/$ac_word$ac_exeext ; then
    21502212      ac_cv_prog_DLLTOOL="${ac_tool_prefix}dlltool"
    21512213      break
     
    21682230set dummy dlltool; ac_word=$2
    21692231echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    2170 echo "configure:2171: checking for $ac_word" >&5
     2232echo "configure:2233: checking for $ac_word" >&5
    21712233if eval "test \"`echo '$''{'ac_cv_prog_DLLTOOL'+set}'`\" = set"; then
    21722234  echo $ac_n "(cached) $ac_c" 1>&6
     
    21752237  ac_cv_prog_DLLTOOL="$DLLTOOL" # Let the user override the test.
    21762238else
    2177   IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS=":"
     2239  IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS="$PATH_IFS"
    21782240  ac_dummy="$PATH"
    21792241  for ac_dir in $ac_dummy; do
    21802242    test -z "$ac_dir" && ac_dir=.
    2181     if test -f $ac_dir/$ac_word; then
     2243    if test -f $ac_dir/$ac_word -o \
     2244            -f $ac_dir/$ac_word$ac_exeext ; then
    21822245      ac_cv_prog_DLLTOOL="dlltool"
    21832246      break
     
    22032266set dummy ${ac_tool_prefix}as; ac_word=$2
    22042267echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    2205 echo "configure:2206: checking for $ac_word" >&5
     2268echo "configure:2269: checking for $ac_word" >&5
    22062269if eval "test \"`echo '$''{'ac_cv_prog_AS'+set}'`\" = set"; then
    22072270  echo $ac_n "(cached) $ac_c" 1>&6
     
    22102273  ac_cv_prog_AS="$AS" # Let the user override the test.
    22112274else
    2212   IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS=":"
     2275  IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS="$PATH_IFS"
    22132276  ac_dummy="$PATH"
    22142277  for ac_dir in $ac_dummy; do
    22152278    test -z "$ac_dir" && ac_dir=.
    2216     if test -f $ac_dir/$ac_word; then
     2279    if test -f $ac_dir/$ac_word -o \
     2280            -f $ac_dir/$ac_word$ac_exeext ; then
    22172281      ac_cv_prog_AS="${ac_tool_prefix}as"
    22182282      break
     
    22352299set dummy as; ac_word=$2
    22362300echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    2237 echo "configure:2238: checking for $ac_word" >&5
     2301echo "configure:2302: checking for $ac_word" >&5
    22382302if eval "test \"`echo '$''{'ac_cv_prog_AS'+set}'`\" = set"; then
    22392303  echo $ac_n "(cached) $ac_c" 1>&6
     
    22422306  ac_cv_prog_AS="$AS" # Let the user override the test.
    22432307else
    2244   IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS=":"
     2308  IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS="$PATH_IFS"
    22452309  ac_dummy="$PATH"
    22462310  for ac_dir in $ac_dummy; do
    22472311    test -z "$ac_dir" && ac_dir=.
    2248     if test -f $ac_dir/$ac_word; then
     2312    if test -f $ac_dir/$ac_word -o \
     2313            -f $ac_dir/$ac_word$ac_exeext ; then
    22492314      ac_cv_prog_AS="as"
    22502315      break
     
    22702335set dummy ${ac_tool_prefix}objdump; ac_word=$2
    22712336echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    2272 echo "configure:2273: checking for $ac_word" >&5
     2337echo "configure:2338: checking for $ac_word" >&5
    22732338if eval "test \"`echo '$''{'ac_cv_prog_OBJDUMP'+set}'`\" = set"; then
    22742339  echo $ac_n "(cached) $ac_c" 1>&6
     
    22772342  ac_cv_prog_OBJDUMP="$OBJDUMP" # Let the user override the test.
    22782343else
    2279   IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS=":"
     2344  IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS="$PATH_IFS"
    22802345  ac_dummy="$PATH"
    22812346  for ac_dir in $ac_dummy; do
    22822347    test -z "$ac_dir" && ac_dir=.
    2283     if test -f $ac_dir/$ac_word; then
     2348    if test -f $ac_dir/$ac_word -o \
     2349            -f $ac_dir/$ac_word$ac_exeext ; then
    22842350      ac_cv_prog_OBJDUMP="${ac_tool_prefix}objdump"
    22852351      break
     
    23022368set dummy objdump; ac_word=$2
    23032369echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    2304 echo "configure:2305: checking for $ac_word" >&5
     2370echo "configure:2371: checking for $ac_word" >&5
    23052371if eval "test \"`echo '$''{'ac_cv_prog_OBJDUMP'+set}'`\" = set"; then
    23062372  echo $ac_n "(cached) $ac_c" 1>&6
     
    23092375  ac_cv_prog_OBJDUMP="$OBJDUMP" # Let the user override the test.
    23102376else
    2311   IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS=":"
     2377  IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS="$PATH_IFS"
    23122378  ac_dummy="$PATH"
    23132379  for ac_dir in $ac_dummy; do
    23142380    test -z "$ac_dir" && ac_dir=.
    2315     if test -f $ac_dir/$ac_word; then
     2381    if test -f $ac_dir/$ac_word -o \
     2382            -f $ac_dir/$ac_word$ac_exeext ; then
    23162383      ac_cv_prog_OBJDUMP="objdump"
    23172384      break
     
    23382405  # can override, but on older systems we have to supply one
    23392406  echo $ac_n "checking if libtool should supply DllMain function""... $ac_c" 1>&6
    2340 echo "configure:2341: checking if libtool should supply DllMain function" >&5
     2407echo "configure:2408: checking if libtool should supply DllMain function" >&5
    23412408if eval "test \"`echo '$''{'lt_cv_need_dllmain'+set}'`\" = set"; then
    23422409  echo $ac_n "(cached) $ac_c" 1>&6
    23432410else
    23442411  cat > conftest.$ac_ext <<EOF
    2345 #line 2346 "configure"
     2412#line 2413 "configure"
    23462413#include "confdefs.h"
    23472414
     
    23512418; return 0; }
    23522419EOF
    2353 if { (eval echo configure:2354: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     2420if { (eval echo configure:2421: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    23542421  rm -rf conftest*
    23552422  lt_cv_need_dllmain=no
     
    23722439    CFLAGS="$CFLAGS -mdll"
    23732440    echo $ac_n "checking how to link DLLs""... $ac_c" 1>&6
    2374 echo "configure:2375: checking how to link DLLs" >&5
     2441echo "configure:2442: checking how to link DLLs" >&5
    23752442if eval "test \"`echo '$''{'lt_cv_cc_dll_switch'+set}'`\" = set"; then
    23762443  echo $ac_n "(cached) $ac_c" 1>&6
    23772444else
    23782445  cat > conftest.$ac_ext <<EOF
    2379 #line 2380 "configure"
     2446#line 2447 "configure"
    23802447#include "confdefs.h"
    23812448
     
    23842451; return 0; }
    23852452EOF
    2386 if { (eval echo configure:2387: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     2453if { (eval echo configure:2454: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    23872454  rm -rf conftest*
    23882455  lt_cv_cc_dll_switch=-mdll
     
    24962563
    24972564echo $ac_n "checking for garbage collector to use""... $ac_c" 1>&6
    2498 echo "configure:2499: checking for garbage collector to use" >&5
     2565echo "configure:2566: checking for garbage collector to use" >&5
    24992566# Check whether --enable-java-gc or --disable-java-gc was given.
    25002567if test "${enable_java_gc+set}" = set; then
     
    25192586
    25202587echo $ac_n "checking how to run the C preprocessor""... $ac_c" 1>&6
    2521 echo "configure:2522: checking how to run the C preprocessor" >&5
     2588echo "configure:2589: checking how to run the C preprocessor" >&5
    25222589# On Suns, sometimes $CPP names a directory.
    25232590if test -n "$CPP" && test -d "$CPP"; then
     
    25342601  # not just through cpp.
    25352602  cat > conftest.$ac_ext <<EOF
    2536 #line 2537 "configure"
     2603#include <sys/types.h>
     2604#line 2605 "configure"
    25372605#include "confdefs.h"
    25382606#include <assert.h>
     
    25402608EOF
    25412609ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
    2542 { (eval echo configure:2543: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
     2610{ (eval echo configure:2611: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
    25432611ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
    25442612if test -z "$ac_err"; then
     
    25512619  CPP="${CC-cc} -E -traditional-cpp"
    25522620  cat > conftest.$ac_ext <<EOF
    2553 #line 2554 "configure"
     2621#include <sys/types.h>
     2622#line 2623 "configure"
    25542623#include "confdefs.h"
    25552624#include <assert.h>
     
    25572626EOF
    25582627ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
    2559 { (eval echo configure:2560: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
     2628{ (eval echo configure:2629: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
    25602629ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
    25612630if test -z "$ac_err"; then
     
    25682637  CPP="${CC-cc} -nologo -E"
    25692638  cat > conftest.$ac_ext <<EOF
    2570 #line 2571 "configure"
     2639#include <sys/types.h>
     2640#line 2641 "configure"
    25712641#include "confdefs.h"
    25722642#include <assert.h>
     
    25742644EOF
    25752645ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
    2576 { (eval echo configure:2577: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
     2646{ (eval echo configure:2647: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
    25772647ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
    25782648if test -z "$ac_err"; then
     
    26062676# Check for command to grab the raw symbol name followed by C symbol from nm.
    26072677echo $ac_n "checking command to parse $NM output""... $ac_c" 1>&6
    2608 echo "configure:2609: checking command to parse $NM output" >&5
     2678echo "configure:2679: checking command to parse $NM output" >&5
    26092679if eval "test \"`echo '$''{'ac_cv_sys_global_symbol_pipe'+set}'`\" = set"; then
    26102680  echo $ac_n "(cached) $ac_c" 1>&6
     
    26692739EOF
    26702740
    2671   if { (eval echo configure:2672: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
     2741  if { (eval echo configure:2742: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
    26722742    # Now try to grab the symbols.
    26732743    ac_nlist=conftest.nm
    26742744
    2675     if { (eval echo configure:2676: \"$NM conftest.$ac_objext \| $ac_cv_sys_global_symbol_pipe \> $ac_nlist\") 1>&5; (eval $NM conftest.$ac_objext \| $ac_cv_sys_global_symbol_pipe \> $ac_nlist) 2>&5; } && test -s "$ac_nlist"; then
     2745    if { (eval echo configure:2746: \"$NM conftest.$ac_objext \| $ac_cv_sys_global_symbol_pipe \> $ac_nlist\") 1>&5; (eval $NM conftest.$ac_objext \| $ac_cv_sys_global_symbol_pipe \> $ac_nlist) 2>&5; } && test -s "$ac_nlist"; then
    26762746
    26772747      # Try sorting and uniquifying the output.
     
    27252795          LIBS="conftstm.$ac_objext"
    27262796          CFLAGS="$CFLAGS$no_builtin_flag"
    2727           if { (eval echo configure:2728: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
     2797          if { (eval echo configure:2798: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
    27282798            ac_pipe_works=yes
    27292799          else
     
    27712841
    27722842echo $ac_n "checking for ANSI C header files""... $ac_c" 1>&6
    2773 echo "configure:2774: checking for ANSI C header files" >&5
     2843echo "configure:2844: checking for ANSI C header files" >&5
    27742844if eval "test \"`echo '$''{'ac_cv_header_stdc'+set}'`\" = set"; then
    27752845  echo $ac_n "(cached) $ac_c" 1>&6
    27762846else
    27772847  cat > conftest.$ac_ext <<EOF
    2778 #line 2779 "configure"
     2848#include <sys/types.h>
     2849#line 2850 "configure"
    27792850#include "confdefs.h"
    27802851#include <stdlib.h>
     
    27842855EOF
    27852856ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
    2786 { (eval echo configure:2787: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
     2857{ (eval echo configure:2858: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
    27872858ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
    27882859if test -z "$ac_err"; then
     
    28012872  # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
    28022873cat > conftest.$ac_ext <<EOF
    2803 #line 2804 "configure"
     2874#line 2875 "configure"
    28042875#include "confdefs.h"
    28052876#include <string.h>
     
    28192890  # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
    28202891cat > conftest.$ac_ext <<EOF
    2821 #line 2822 "configure"
     2892#line 2893 "configure"
    28222893#include "confdefs.h"
    28232894#include <stdlib.h>
     
    28402911else
    28412912  cat > conftest.$ac_ext <<EOF
    2842 #line 2843 "configure"
     2913#line 2914 "configure"
    28432914#include "confdefs.h"
    28442915#include <ctype.h>
     
    28512922
    28522923EOF
    2853 if { (eval echo configure:2854: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
     2924if { (eval echo configure:2925: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
    28542925then
    28552926  :
     
    29012972
    29022973echo $ac_n "checking which extension is used for shared libraries""... $ac_c" 1>&6
    2903 echo "configure:2904: checking which extension is used for shared libraries" >&5
     2974echo "configure:2975: checking which extension is used for shared libraries" >&5
    29042975if eval "test \"`echo '$''{'libltdl_cv_shlibext'+set}'`\" = set"; then
    29052976  echo $ac_n "(cached) $ac_c" 1>&6
     
    29282999
    29293000echo $ac_n "checking which variable specifies run-time library path""... $ac_c" 1>&6
    2930 echo "configure:2931: checking which variable specifies run-time library path" >&5
     3001echo "configure:3002: checking which variable specifies run-time library path" >&5
    29313002if eval "test \"`echo '$''{'libltdl_cv_shlibpath_var'+set}'`\" = set"; then
    29323003  echo $ac_n "(cached) $ac_c" 1>&6
     
    29443015
    29453016echo $ac_n "checking for the default library search path""... $ac_c" 1>&6
    2946 echo "configure:2947: checking for the default library search path" >&5
     3017echo "configure:3018: checking for the default library search path" >&5
    29473018if eval "test \"`echo '$''{'libltdl_cv_sys_search_path'+set}'`\" = set"; then
    29483019  echo $ac_n "(cached) $ac_c" 1>&6
     
    29723043
    29733044echo $ac_n "checking for objdir""... $ac_c" 1>&6
    2974 echo "configure:2975: checking for objdir" >&5
     3045echo "configure:3046: checking for objdir" >&5
    29753046if eval "test \"`echo '$''{'libltdl_cv_objdir'+set}'`\" = set"; then
    29763047  echo $ac_n "(cached) $ac_c" 1>&6
     
    29993070
    30003071echo $ac_n "checking whether libtool supports -dlopen/-dlpreopen""... $ac_c" 1>&6
    3001 echo "configure:3002: checking whether libtool supports -dlopen/-dlpreopen" >&5
     3072echo "configure:3073: checking whether libtool supports -dlopen/-dlpreopen" >&5
    30023073if eval "test \"`echo '$''{'libltdl_cv_preloaded_symbols'+set}'`\" = set"; then
    30033074  echo $ac_n "(cached) $ac_c" 1>&6
     
    30213092LIBADD_DL=
    30223093echo $ac_n "checking for dlopen in -ldl""... $ac_c" 1>&6
    3023 echo "configure:3024: checking for dlopen in -ldl" >&5
     3094echo "configure:3095: checking for dlopen in -ldl" >&5
    30243095ac_lib_var=`echo dl'_'dlopen | sed 'y%./+-%__p_%'`
    30253096if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
     
    30293100LIBS="-ldl  $LIBS"
    30303101cat > conftest.$ac_ext <<EOF
    3031 #line 3032 "configure"
     3102#line 3103 "configure"
    30323103#include "confdefs.h"
    30333104/* Override any gcc2 internal prototype to avoid an error.  */
     
    30403111; return 0; }
    30413112EOF
    3042 if { (eval echo configure:3043: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     3113if { (eval echo configure:3114: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    30433114  rm -rf conftest*
    30443115  eval "ac_cv_lib_$ac_lib_var=yes"
     
    30623133  echo "$ac_t""no" 1>&6
    30633134echo $ac_n "checking for dlopen""... $ac_c" 1>&6
    3064 echo "configure:3065: checking for dlopen" >&5
     3135echo "configure:3136: checking for dlopen" >&5
    30653136if eval "test \"`echo '$''{'ac_cv_func_dlopen'+set}'`\" = set"; then
    30663137  echo $ac_n "(cached) $ac_c" 1>&6
    30673138else
    30683139  cat > conftest.$ac_ext <<EOF
    3069 #line 3070 "configure"
     3140#line 3141 "configure"
    30703141#include "confdefs.h"
    30713142/* System header to define __stub macros and hopefully few prototypes,
     
    30903161; return 0; }
    30913162EOF
    3092 if { (eval echo configure:3093: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     3163if { (eval echo configure:3164: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    30933164  rm -rf conftest*
    30943165  eval "ac_cv_func_dlopen=yes"
     
    31113182  echo "$ac_t""no" 1>&6
    31123183echo $ac_n "checking for dlopen in -lsvld""... $ac_c" 1>&6
    3113 echo "configure:3114: checking for dlopen in -lsvld" >&5
     3184echo "configure:3185: checking for dlopen in -lsvld" >&5
    31143185ac_lib_var=`echo svld'_'dlopen | sed 'y%./+-%__p_%'`
    31153186if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
     
    31193190LIBS="-lsvld  $LIBS"
    31203191cat > conftest.$ac_ext <<EOF
    3121 #line 3122 "configure"
     3192#line 3193 "configure"
    31223193#include "confdefs.h"
    31233194/* Override any gcc2 internal prototype to avoid an error.  */
     
    31303201; return 0; }
    31313202EOF
    3132 if { (eval echo configure:3133: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     3203if { (eval echo configure:3204: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    31333204  rm -rf conftest*
    31343205  eval "ac_cv_lib_$ac_lib_var=yes"
     
    31593230
    31603231echo $ac_n "checking for shl_load""... $ac_c" 1>&6
    3161 echo "configure:3162: checking for shl_load" >&5
     3232echo "configure:3233: checking for shl_load" >&5
    31623233if eval "test \"`echo '$''{'ac_cv_func_shl_load'+set}'`\" = set"; then
    31633234  echo $ac_n "(cached) $ac_c" 1>&6
    31643235else
    31653236  cat > conftest.$ac_ext <<EOF
    3166 #line 3167 "configure"
     3237#line 3238 "configure"
    31673238#include "confdefs.h"
    31683239/* System header to define __stub macros and hopefully few prototypes,
     
    31873258; return 0; }
    31883259EOF
    3189 if { (eval echo configure:3190: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     3260if { (eval echo configure:3261: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    31903261  rm -rf conftest*
    31913262  eval "ac_cv_func_shl_load=yes"
     
    32083279  echo "$ac_t""no" 1>&6
    32093280echo $ac_n "checking for shl_load in -ldld""... $ac_c" 1>&6
    3210 echo "configure:3211: checking for shl_load in -ldld" >&5
     3281echo "configure:3282: checking for shl_load in -ldld" >&5
    32113282ac_lib_var=`echo dld'_'shl_load | sed 'y%./+-%__p_%'`
    32123283if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
     
    32163287LIBS="-ldld  $LIBS"
    32173288cat > conftest.$ac_ext <<EOF
    3218 #line 3219 "configure"
     3289#line 3290 "configure"
    32193290#include "confdefs.h"
    32203291/* Override any gcc2 internal prototype to avoid an error.  */
     
    32273298; return 0; }
    32283299EOF
    3229 if { (eval echo configure:3230: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     3300if { (eval echo configure:3301: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    32303301  rm -rf conftest*
    32313302  eval "ac_cv_lib_$ac_lib_var=yes"
     
    32553326
    32563327echo $ac_n "checking for dld_link in -ldld""... $ac_c" 1>&6
    3257 echo "configure:3258: checking for dld_link in -ldld" >&5
     3328echo "configure:3329: checking for dld_link in -ldld" >&5
    32583329ac_lib_var=`echo dld'_'dld_link | sed 'y%./+-%__p_%'`
    32593330if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
     
    32633334LIBS="-ldld  $LIBS"
    32643335cat > conftest.$ac_ext <<EOF
    3265 #line 3266 "configure"
     3336#line 3337 "configure"
    32663337#include "confdefs.h"
    32673338/* Override any gcc2 internal prototype to avoid an error.  */
     
    32743345; return 0; }
    32753346EOF
    3276 if { (eval echo configure:3277: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     3347if { (eval echo configure:3348: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    32773348  rm -rf conftest*
    32783349  eval "ac_cv_lib_$ac_lib_var=yes"
     
    33053376do
    33063377echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
    3307 echo "configure:3308: checking for $ac_func" >&5
     3378echo "configure:3379: checking for $ac_func" >&5
    33083379if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
    33093380  echo $ac_n "(cached) $ac_c" 1>&6
    33103381else
    33113382  cat > conftest.$ac_ext <<EOF
    3312 #line 3313 "configure"
     3383#line 3384 "configure"
    33133384#include "confdefs.h"
    33143385/* System header to define __stub macros and hopefully few prototypes,
     
    33333404; return 0; }
    33343405EOF
    3335 if { (eval echo configure:3336: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     3406if { (eval echo configure:3407: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    33363407  rm -rf conftest*
    33373408  eval "ac_cv_func_$ac_func=yes"
     
    33613432
    33623433echo $ac_n "checking for _ prefix in compiled symbols""... $ac_c" 1>&6
    3363 echo "configure:3364: checking for _ prefix in compiled symbols" >&5
     3434echo "configure:3435: checking for _ prefix in compiled symbols" >&5
    33643435if eval "test \"`echo '$''{'ac_cv_sys_symbol_underscore'+set}'`\" = set"; then
    33653436  echo $ac_n "(cached) $ac_c" 1>&6
     
    33703441int main(){nm_test_func;return 0;}
    33713442EOF
    3372 if { (eval echo configure:3373: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
     3443if { (eval echo configure:3444: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
    33733444  # Now try to grab the symbols.
    33743445  ac_nlist=conftest.nm
    3375   if { (eval echo configure:3376: \"$NM conftest.$ac_objext \| $ac_cv_sys_global_symbol_pipe \> $ac_nlist\") 1>&5; (eval $NM conftest.$ac_objext \| $ac_cv_sys_global_symbol_pipe \> $ac_nlist) 2>&5; } && test -s "$ac_nlist"; then
     3446  if { (eval echo configure:3447: \"$NM conftest.$ac_objext \| $ac_cv_sys_global_symbol_pipe \> $ac_nlist\") 1>&5; (eval $NM conftest.$ac_objext \| $ac_cv_sys_global_symbol_pipe \> $ac_nlist) 2>&5; } && test -s "$ac_nlist"; then
    33763447    # See whether the symbols have a leading underscore.
    33773448    if egrep '^. _nm_test_func' "$ac_nlist" >/dev/null; then
     
    34003471     test x"$ac_cv_lib_dl_dlopen" = xyes ; then
    34013472        echo $ac_n "checking whether we have to add an underscore for dlsym""... $ac_c" 1>&6
    3402 echo "configure:3403: checking whether we have to add an underscore for dlsym" >&5
     3473echo "configure:3474: checking whether we have to add an underscore for dlsym" >&5
    34033474if eval "test \"`echo '$''{'libltdl_cv_need_uscore'+set}'`\" = set"; then
    34043475  echo $ac_n "(cached) $ac_c" 1>&6
     
    34093480else
    34103481  cat > conftest.$ac_ext <<EOF
    3411 #line 3412 "configure"
     3482#line 3483 "configure"
    34123483#include "confdefs.h"
    34133484
     
    34563527
    34573528EOF
    3458 if { (eval echo configure:3459: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
     3529if { (eval echo configure:3530: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
    34593530then
    34603531  libltdl_cv_need_uscore=no
     
    34883559ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
    34893560echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
    3490 echo "configure:3491: checking for $ac_hdr" >&5
     3561echo "configure:3562: checking for $ac_hdr" >&5
    34913562if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
    34923563  echo $ac_n "(cached) $ac_c" 1>&6
    34933564else
    34943565  cat > conftest.$ac_ext <<EOF
    3495 #line 3496 "configure"
     3566#include <sys/types.h>
     3567#line 3568 "configure"
    34963568#include "confdefs.h"
    34973569#include <$ac_hdr>
    34983570EOF
    34993571ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
    3500 { (eval echo configure:3501: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
     3572{ (eval echo configure:3573: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
    35013573ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
    35023574if test -z "$ac_err"; then
     
    35283600ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
    35293601echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
    3530 echo "configure:3531: checking for $ac_hdr" >&5
     3602echo "configure:3603: checking for $ac_hdr" >&5
    35313603if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
    35323604  echo $ac_n "(cached) $ac_c" 1>&6
    35333605else
    35343606  cat > conftest.$ac_ext <<EOF
    3535 #line 3536 "configure"
     3607#include <sys/types.h>
     3608#line 3609 "configure"
    35363609#include "confdefs.h"
    35373610#include <$ac_hdr>
    35383611EOF
    35393612ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
    3540 { (eval echo configure:3541: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
     3613{ (eval echo configure:3614: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
    35413614ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
    35423615if test -z "$ac_err"; then
     
    35673640do
    35683641echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
    3569 echo "configure:3570: checking for $ac_func" >&5
     3642echo "configure:3643: checking for $ac_func" >&5
    35703643if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
    35713644  echo $ac_n "(cached) $ac_c" 1>&6
    35723645else
    35733646  cat > conftest.$ac_ext <<EOF
    3574 #line 3575 "configure"
     3647#line 3648 "configure"
    35753648#include "confdefs.h"
    35763649/* System header to define __stub macros and hopefully few prototypes,
     
    35953668; return 0; }
    35963669EOF
    3597 if { (eval echo configure:3598: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     3670if { (eval echo configure:3671: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    35983671  rm -rf conftest*
    35993672  eval "ac_cv_func_$ac_func=yes"
     
    36223695do
    36233696echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
    3624 echo "configure:3625: checking for $ac_func" >&5
     3697echo "configure:3698: checking for $ac_func" >&5
    36253698if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
    36263699  echo $ac_n "(cached) $ac_c" 1>&6
    36273700else
    36283701  cat > conftest.$ac_ext <<EOF
    3629 #line 3630 "configure"
     3702#line 3703 "configure"
    36303703#include "confdefs.h"
    36313704/* System header to define __stub macros and hopefully few prototypes,
     
    36503723; return 0; }
    36513724EOF
    3652 if { (eval echo configure:3653: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     3725if { (eval echo configure:3726: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    36533726  rm -rf conftest*
    36543727  eval "ac_cv_func_$ac_func=yes"
     
    36773750do
    36783751echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
    3679 echo "configure:3680: checking for $ac_func" >&5
     3752echo "configure:3753: checking for $ac_func" >&5
    36803753if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
    36813754  echo $ac_n "(cached) $ac_c" 1>&6
    36823755else
    36833756  cat > conftest.$ac_ext <<EOF
    3684 #line 3685 "configure"
     3757#line 3758 "configure"
    36853758#include "confdefs.h"
    36863759/* System header to define __stub macros and hopefully few prototypes,
     
    37053778; return 0; }
    37063779EOF
    3707 if { (eval echo configure:3708: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     3780if { (eval echo configure:3781: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    37083781  rm -rf conftest*
    37093782  eval "ac_cv_func_$ac_func=yes"
     
    38073880# Run this file to recreate the current configuration.
    38083881# This directory was configured as follows,
     3882EOF
     3883echo ': ${CONFIG_SHELL='"${CONFIG_SHELL-/bin/sh}"'}' >> $CONFIG_STATUS
     3884cat >> $CONFIG_STATUS <<EOF
    38093885# on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
    38103886#
     
    38323908ac_given_srcdir=$srcdir
    38333909ac_given_INSTALL="$INSTALL"
     3910PATHIFS="$PATH_IFS"
    38343911
    38353912trap 'rm -fr `echo "Makefile config.h" | sed "s/:[^ ]*//g"` conftest*; exit 1' 1 2 15
     
    38423919$ac_vpsub
    38433920$extrasub
     3921s,\([^a-zA-Z0-9:]\)/bin/sh\(.exe\),\1${CONFIG_SHELL-/bin/sh}\2,g
    38443922s%@SHELL@%$SHELL%g
    38453923s%@CFLAGS@%$CFLAGS%g
     
    38653943s%@infodir@%$infodir%g
    38663944s%@mandir@%$mandir%g
     3945s%@PATH_IFS@%$PATH_IFS%g
     3946s%@EXEEXT@%$EXEEXT%g
    38673947s%@mkinstalldirs@%$mkinstalldirs%g
    38683948s%@INSTALL_PROGRAM@%$INSTALL_PROGRAM%g
     
    38933973s%@LN_S@%$LN_S%g
    38943974s%@OBJEXT@%$OBJEXT%g
    3895 s%@EXEEXT@%$EXEEXT%g
    38963975s%@RANLIB@%$RANLIB%g
    38973976s%@STRIP@%$STRIP%g
     
    39784057      if test -z "$ac_dots"; then top_srcdir=.
    39794058      else top_srcdir=`echo $ac_dots|sed 's%/$%%'`; fi ;;
    3980   /*) srcdir="$ac_given_srcdir$ac_dir_suffix"; top_srcdir="$ac_given_srcdir" ;;
     4059  /* | [A-Za-z]:*)
     4060    srcdir="$ac_given_srcdir$ac_dir_suffix"; top_srcdir="$ac_given_srcdir" ;;
    39814061  *) # Relative path.
    39824062    srcdir="$ac_dots$ac_given_srcdir$ac_dir_suffix"
     
    39854065
    39864066  case "$ac_given_INSTALL" in
    3987   [/$]*) INSTALL="$ac_given_INSTALL" ;;
     4067  [/$]* | [A-Za-z]:*) INSTALL="$ac_given_INSTALL" ;;
    39884068  *) INSTALL="$ac_dots$ac_given_INSTALL" ;;
    39894069  esac
     
    39984078  esac
    39994079
    4000   ac_file_inputs=`echo $ac_file_in|sed -e "s%^%$ac_given_srcdir/%" -e "s%:% $ac_given_srcdir/%g"`
     4080  ac_file_inputs=`echo $ac_file_in|sed -e "s%^%$ac_given_srcdir/%" -e "s%$PATHIFS% $ac_given_srcdir/%g"`
    40014081  sed -e "$ac_comsub
    40024082s%@configure_input@%$configure_input%g
     
    40454125
    40464126  rm -f conftest.frag conftest.in conftest.out
    4047   ac_file_inputs=`echo $ac_file_in|sed -e "s%^%$ac_given_srcdir/%" -e "s%:% $ac_given_srcdir/%g"`
     4127# kso the other way around might work better with drive letters and such.
     4128#  ac_file_inputs=`echo $ac_file_in|sed -e "s%^%$ac_given_srcdir/%" -e "s%:% $ac_given_srcdir/%g"`
     4129  ac_file_inputs=`echo $ac_file_in|sed -e "s%:% $ac_given_srcdir/%g" -e "s%^%$ac_given_srcdir/%" `
    40484130  cat $ac_file_inputs > conftest.in
    40494131
Note: See TracChangeset for help on using the changeset viewer.