Diff for /sql/mysql/configure between versions 1.1.1.1 and 1.11

version 1.1.1.1, 2001/09/21 15:40:55 version 1.11, 2002/08/02 11:16:14
Line 12  ac_help= Line 12  ac_help=
 ac_default_prefix=/usr/local  ac_default_prefix=/usr/local
 # Any additions from configure.in:  # Any additions from configure.in:
 ac_help="$ac_help  ac_help="$ac_help
   --with-mysql_inc[=DIR]      DIR is the MySQL includes directory"    --with-mysql-inc=DIR        DIR is the MySQL includes directory"
 ac_help="$ac_help  ac_help="$ac_help
   --enable-shared[=PKGS]  build shared libraries [default=yes]"    --enable-static[=PKGS]  build static libraries [default=no]"
 ac_help="$ac_help  ac_help="$ac_help
   --enable-static[=PKGS]  build static libraries [default=yes]"    --enable-shared[=PKGS]  build shared libraries [default=yes]"
 ac_help="$ac_help  ac_help="$ac_help
   --enable-fast-install[=PKGS]  optimize for fast installation [default=yes]"    --enable-fast-install[=PKGS]  optimize for fast installation [default=yes]"
 ac_help="$ac_help  ac_help="$ac_help
Line 701  else Line 701  else
 fi  fi
   
   
 PACKAGE=parser3mysqlclient  PACKAGE=parser3mysql
   
 VERSION=3.0g  VERSION=3.0b
   
 if test "`cd $srcdir && pwd`" != "`pwd`" && test -f $srcdir/config.status; then  if test "`cd $srcdir && pwd`" != "`pwd`" && test -f $srcdir/config.status; then
   { echo "configure: error: source directory already configured; run "make distclean" there first" 1>&2; exit 1; }    { echo "configure: error: source directory already configured; run "make distclean" there first" 1>&2; exit 1; }
Line 784  fi Line 784  fi
   
   
   
 # Check whether --with-mysql_inc or --without-mysql_inc was given.  
           
   
   
   # Check whether --with-mysql-inc or --without-mysql-inc was given.
 if test "${with_mysql_inc+set}" = set; then  if test "${with_mysql_inc+set}" = set; then
   withval="$with_mysql_inc"    withval="$with_mysql_inc"
   :    
           if test -r "$withval/mysql.h"; then
                   MYSQL_INC=$withval
           fi
   
   
       if test -z "$MYSQL_INC"; then
                   { echo "configure: error: $MYSQL_INC does not seem to be valid MySQL includes directory" 1>&2; exit 1; }
       fi
   
 else  else
   withval="/usr/include/mysql"    echo $ac_n "checking for MYSQL_INC directory""... $ac_c" 1>&6
   echo "configure:807: checking for MYSQL_INC directory" >&5
           for d in \
                   /usr/local/include/mysql \
                   /usr/include/mysql ; do
                   
           if test -r "$d/mysql.h"; then
                   MYSQL_INC=$d
           fi
   
           done
   
       if test -z "$MYSQL_INC"; then
           { echo "configure: error: use --with-mysql-inc=DIR to specify MySQL includes directory" 1>&2; exit 1; }
       fi
   
           echo "$ac_t""$MYSQL_INC" 1>&6
   
 fi  fi
   
 MYSQL_INC=$withval  
   
   
   
   
Line 809  MYSQL_INC=$withval Line 839  MYSQL_INC=$withval
 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"  # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
 # ./install, which can be erroneously created by make from ./install.sh.  # ./install, which can be erroneously created by make from ./install.sh.
 echo $ac_n "checking for a BSD compatible install""... $ac_c" 1>&6  echo $ac_n "checking for a BSD compatible install""... $ac_c" 1>&6
 echo "configure:813: checking for a BSD compatible install" >&5  echo "configure:843: checking for a BSD compatible install" >&5
 if test -z "$INSTALL"; then  if test -z "$INSTALL"; then
 if eval "test \"`echo '$''{'ac_cv_path_install'+set}'`\" = set"; then  if eval "test \"`echo '$''{'ac_cv_path_install'+set}'`\" = set"; then
   echo $ac_n "(cached) $ac_c" 1>&6    echo $ac_n "(cached) $ac_c" 1>&6
Line 862  test -z "$INSTALL_SCRIPT" && INSTALL_SCR Line 892  test -z "$INSTALL_SCRIPT" && INSTALL_SCR
 test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'  test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
   
 echo $ac_n "checking whether ${MAKE-make} sets \${MAKE}""... $ac_c" 1>&6  echo $ac_n "checking whether ${MAKE-make} sets \${MAKE}""... $ac_c" 1>&6
 echo "configure:866: checking whether ${MAKE-make} sets \${MAKE}" >&5  echo "configure:896: checking whether ${MAKE-make} sets \${MAKE}" >&5
 set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y%./+-%__p_%'`  set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y%./+-%__p_%'`
 if eval "test \"`echo '$''{'ac_cv_prog_make_${ac_make}_set'+set}'`\" = set"; then  if eval "test \"`echo '$''{'ac_cv_prog_make_${ac_make}_set'+set}'`\" = set"; then
   echo $ac_n "(cached) $ac_c" 1>&6    echo $ac_n "(cached) $ac_c" 1>&6
Line 893  do Line 923  do
 # Extract the first word of "$ac_prog", so it can be a program name with args.  # Extract the first word of "$ac_prog", so it can be a program name with args.
 set dummy $ac_prog; ac_word=$2  set dummy $ac_prog; ac_word=$2
 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6  echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
 echo "configure:897: checking for $ac_word" >&5  echo "configure:927: checking for $ac_word" >&5
 if eval "test \"`echo '$''{'ac_cv_prog_AWK'+set}'`\" = set"; then  if eval "test \"`echo '$''{'ac_cv_prog_AWK'+set}'`\" = set"; then
   echo $ac_n "(cached) $ac_c" 1>&6    echo $ac_n "(cached) $ac_c" 1>&6
 else  else
Line 935  do Line 965  do
 # Extract the first word of "$ac_prog", so it can be a program name with args.  # Extract the first word of "$ac_prog", so it can be a program name with args.
 set dummy $ac_prog; ac_word=$2  set dummy $ac_prog; ac_word=$2
 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6  echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
 echo "configure:939: checking for $ac_word" >&5  echo "configure:969: checking for $ac_word" >&5
 if eval "test \"`echo '$''{'ac_cv_prog_CXX'+set}'`\" = set"; then  if eval "test \"`echo '$''{'ac_cv_prog_CXX'+set}'`\" = set"; then
   echo $ac_n "(cached) $ac_c" 1>&6    echo $ac_n "(cached) $ac_c" 1>&6
 else  else
Line 967  test -n "$CXX" || CXX="gcc" Line 997  test -n "$CXX" || CXX="gcc"
   
   
 echo $ac_n "checking whether the C++ compiler ($CXX $CXXFLAGS $LDFLAGS) works""... $ac_c" 1>&6  echo $ac_n "checking whether the C++ compiler ($CXX $CXXFLAGS $LDFLAGS) works""... $ac_c" 1>&6
 echo "configure:971: checking whether the C++ compiler ($CXX $CXXFLAGS $LDFLAGS) works" >&5  echo "configure:1001: checking whether the C++ compiler ($CXX $CXXFLAGS $LDFLAGS) works" >&5
   
 ac_ext=C  ac_ext=C
 # CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.  # CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
Line 978  cross_compiling=$ac_cv_prog_cxx_cross Line 1008  cross_compiling=$ac_cv_prog_cxx_cross
   
 cat > conftest.$ac_ext << EOF  cat > conftest.$ac_ext << EOF
   
 #line 982 "configure"  #line 1012 "configure"
 #include "confdefs.h"  #include "confdefs.h"
   
 int main(){return(0);}  int main(){return(0);}
 EOF  EOF
 if { (eval echo configure:987: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then  if { (eval echo configure:1017: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
   ac_cv_prog_cxx_works=yes    ac_cv_prog_cxx_works=yes
   # If we can't run a trivial program, we are probably using a cross compiler.    # If we can't run a trivial program, we are probably using a cross compiler.
   if (./conftest; exit) 2>/dev/null; then    if (./conftest; exit) 2>/dev/null; then
Line 1009  if test $ac_cv_prog_cxx_works = no; then Line 1039  if test $ac_cv_prog_cxx_works = no; then
   { echo "configure: error: installation or configuration problem: C++ compiler cannot create executables." 1>&2; exit 1; }    { echo "configure: error: installation or configuration problem: C++ compiler cannot create executables." 1>&2; exit 1; }
 fi  fi
 echo $ac_n "checking whether the C++ compiler ($CXX $CXXFLAGS $LDFLAGS) is a cross-compiler""... $ac_c" 1>&6  echo $ac_n "checking whether the C++ compiler ($CXX $CXXFLAGS $LDFLAGS) is a cross-compiler""... $ac_c" 1>&6
 echo "configure:1013: checking whether the C++ compiler ($CXX $CXXFLAGS $LDFLAGS) is a cross-compiler" >&5  echo "configure:1043: checking whether the C++ compiler ($CXX $CXXFLAGS $LDFLAGS) is a cross-compiler" >&5
 echo "$ac_t""$ac_cv_prog_cxx_cross" 1>&6  echo "$ac_t""$ac_cv_prog_cxx_cross" 1>&6
 cross_compiling=$ac_cv_prog_cxx_cross  cross_compiling=$ac_cv_prog_cxx_cross
   
 echo $ac_n "checking whether we are using GNU C++""... $ac_c" 1>&6  echo $ac_n "checking whether we are using GNU C++""... $ac_c" 1>&6
 echo "configure:1018: checking whether we are using GNU C++" >&5  echo "configure:1048: checking whether we are using GNU C++" >&5
 if eval "test \"`echo '$''{'ac_cv_prog_gxx'+set}'`\" = set"; then  if eval "test \"`echo '$''{'ac_cv_prog_gxx'+set}'`\" = set"; then
   echo $ac_n "(cached) $ac_c" 1>&6    echo $ac_n "(cached) $ac_c" 1>&6
 else  else
Line 1023  else Line 1053  else
   yes;    yes;
 #endif  #endif
 EOF  EOF
 if { ac_try='${CXX-g++} -E conftest.C'; { (eval echo configure:1027: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then  if { ac_try='${CXX-g++} -E conftest.C'; { (eval echo configure:1057: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then
   ac_cv_prog_gxx=yes    ac_cv_prog_gxx=yes
 else  else
   ac_cv_prog_gxx=no    ac_cv_prog_gxx=no
Line 1042  ac_test_CXXFLAGS="${CXXFLAGS+set}" Line 1072  ac_test_CXXFLAGS="${CXXFLAGS+set}"
 ac_save_CXXFLAGS="$CXXFLAGS"  ac_save_CXXFLAGS="$CXXFLAGS"
 CXXFLAGS=  CXXFLAGS=
 echo $ac_n "checking whether ${CXX-g++} accepts -g""... $ac_c" 1>&6  echo $ac_n "checking whether ${CXX-g++} accepts -g""... $ac_c" 1>&6
 echo "configure:1046: checking whether ${CXX-g++} accepts -g" >&5  echo "configure:1076: checking whether ${CXX-g++} accepts -g" >&5
 if eval "test \"`echo '$''{'ac_cv_prog_cxx_g'+set}'`\" = set"; then  if eval "test \"`echo '$''{'ac_cv_prog_cxx_g'+set}'`\" = set"; then
   echo $ac_n "(cached) $ac_c" 1>&6    echo $ac_n "(cached) $ac_c" 1>&6
 else  else
Line 1081  fi Line 1111  fi
   
   
   
 # Check whether --enable-shared or --disable-shared was given.  # Check whether --enable-static or --disable-static was given.
 if test "${enable_shared+set}" = set; then  if test "${enable_static+set}" = set; then
   enableval="$enable_shared"    enableval="$enable_static"
   p=${PACKAGE-default}    p=${PACKAGE-default}
 case "$enableval" in  case "$enableval" in
 yes) enable_shared=yes ;;  yes) enable_static=yes ;;
 no) enable_shared=no ;;  no) enable_static=no ;;
 *)  *)
   enable_shared=no    enable_static=no
   # Look at the argument we got.  We use all the common list separators.    # Look at the argument we got.  We use all the common list separators.
   IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS="${IFS}:,"    IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS="${IFS}:,"
   for pkg in $enableval; do    for pkg in $enableval; do
     if test "X$pkg" = "X$p"; then      if test "X$pkg" = "X$p"; then
       enable_shared=yes        enable_static=yes
     fi      fi
   done    done
   IFS="$ac_save_ifs"    IFS="$ac_save_ifs"
   ;;    ;;
 esac  esac
 else  else
   enable_shared=yes    enable_static=no
 fi  fi
   
 # Check whether --enable-static or --disable-static was given.  
 if test "${enable_static+set}" = set; then  # Check whether --enable-shared or --disable-shared was given.
   enableval="$enable_static"  if test "${enable_shared+set}" = set; then
     enableval="$enable_shared"
   p=${PACKAGE-default}    p=${PACKAGE-default}
 case "$enableval" in  case "$enableval" in
 yes) enable_static=yes ;;  yes) enable_shared=yes ;;
 no) enable_static=no ;;  no) enable_shared=no ;;
 *)  *)
   enable_static=no    enable_shared=no
   # Look at the argument we got.  We use all the common list separators.    # Look at the argument we got.  We use all the common list separators.
   IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS="${IFS}:,"    IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS="${IFS}:,"
   for pkg in $enableval; do    for pkg in $enableval; do
     if test "X$pkg" = "X$p"; then      if test "X$pkg" = "X$p"; then
       enable_static=yes        enable_shared=yes
     fi      fi
   done    done
   IFS="$ac_save_ifs"    IFS="$ac_save_ifs"
   ;;    ;;
 esac  esac
 else  else
   enable_static=yes    enable_shared=yes
 fi  fi
   
 # Check whether --enable-fast-install or --disable-fast-install was given.  # Check whether --enable-fast-install or --disable-fast-install was given.
Line 1157  else { echo "configure: error: can not r Line 1188  else { echo "configure: error: can not r
 fi  fi
   
 echo $ac_n "checking host system type""... $ac_c" 1>&6  echo $ac_n "checking host system type""... $ac_c" 1>&6
 echo "configure:1161: checking host system type" >&5  echo "configure:1192: checking host system type" >&5
   
 host_alias=$host  host_alias=$host
 case "$host_alias" in  case "$host_alias" in
Line 1178  host_os=`echo $host | sed 's/^\([^-]*\)- Line 1209  host_os=`echo $host | sed 's/^\([^-]*\)-
 echo "$ac_t""$host" 1>&6  echo "$ac_t""$host" 1>&6
   
 echo $ac_n "checking build system type""... $ac_c" 1>&6  echo $ac_n "checking build system type""... $ac_c" 1>&6
 echo "configure:1182: checking build system type" >&5  echo "configure:1213: checking build system type" >&5
   
 build_alias=$build  build_alias=$build
 case "$build_alias" in  case "$build_alias" in
Line 1198  echo "$ac_t""$build" 1>&6 Line 1229  echo "$ac_t""$build" 1>&6
 # Extract the first word of "ranlib", so it can be a program name with args.  # Extract the first word of "ranlib", so it can be a program name with args.
 set dummy ranlib; ac_word=$2  set dummy ranlib; ac_word=$2
 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6  echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
 echo "configure:1202: checking for $ac_word" >&5  echo "configure:1233: checking for $ac_word" >&5
 if eval "test \"`echo '$''{'ac_cv_prog_RANLIB'+set}'`\" = set"; then  if eval "test \"`echo '$''{'ac_cv_prog_RANLIB'+set}'`\" = set"; then
   echo $ac_n "(cached) $ac_c" 1>&6    echo $ac_n "(cached) $ac_c" 1>&6
 else  else
Line 1228  fi Line 1259  fi
 # Extract the first word of "gcc", so it can be a program name with args.  # Extract the first word of "gcc", so it can be a program name with args.
 set dummy gcc; ac_word=$2  set dummy gcc; ac_word=$2
 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6  echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
 echo "configure:1232: checking for $ac_word" >&5  echo "configure:1263: checking for $ac_word" >&5
 if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then  if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
   echo $ac_n "(cached) $ac_c" 1>&6    echo $ac_n "(cached) $ac_c" 1>&6
 else  else
Line 1258  if test -z "$CC"; then Line 1289  if test -z "$CC"; then
   # Extract the first word of "cc", so it can be a program name with args.    # Extract the first word of "cc", so it can be a program name with args.
 set dummy cc; ac_word=$2  set dummy cc; ac_word=$2
 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6  echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
 echo "configure:1262: checking for $ac_word" >&5  echo "configure:1293: checking for $ac_word" >&5
 if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then  if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
   echo $ac_n "(cached) $ac_c" 1>&6    echo $ac_n "(cached) $ac_c" 1>&6
 else  else
Line 1309  fi Line 1340  fi
       # Extract the first word of "cl", so it can be a program name with args.        # Extract the first word of "cl", so it can be a program name with args.
 set dummy cl; ac_word=$2  set dummy cl; ac_word=$2
 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6  echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
 echo "configure:1313: checking for $ac_word" >&5  echo "configure:1344: checking for $ac_word" >&5
 if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then  if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
   echo $ac_n "(cached) $ac_c" 1>&6    echo $ac_n "(cached) $ac_c" 1>&6
 else  else
Line 1341  fi Line 1372  fi
 fi  fi
   
 echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works""... $ac_c" 1>&6  echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works""... $ac_c" 1>&6
 echo "configure:1345: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works" >&5  echo "configure:1376: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works" >&5
   
 ac_ext=c  ac_ext=c
 # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.  # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
Line 1352  cross_compiling=$ac_cv_prog_cc_cross Line 1383  cross_compiling=$ac_cv_prog_cc_cross
   
 cat > conftest.$ac_ext << EOF  cat > conftest.$ac_ext << EOF
   
 #line 1356 "configure"  #line 1387 "configure"
 #include "confdefs.h"  #include "confdefs.h"
   
 main(){return(0);}  main(){return(0);}
 EOF  EOF
 if { (eval echo configure:1361: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then  if { (eval echo configure:1392: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
   ac_cv_prog_cc_works=yes    ac_cv_prog_cc_works=yes
   # If we can't run a trivial program, we are probably using a cross compiler.    # If we can't run a trivial program, we are probably using a cross compiler.
   if (./conftest; exit) 2>/dev/null; then    if (./conftest; exit) 2>/dev/null; then
Line 1383  if test $ac_cv_prog_cc_works = no; then Line 1414  if test $ac_cv_prog_cc_works = no; then
   { echo "configure: error: installation or configuration problem: C compiler cannot create executables." 1>&2; exit 1; }    { echo "configure: error: installation or configuration problem: C compiler cannot create executables." 1>&2; exit 1; }
 fi  fi
 echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler""... $ac_c" 1>&6  echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler""... $ac_c" 1>&6
 echo "configure:1387: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler" >&5  echo "configure:1418: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler" >&5
 echo "$ac_t""$ac_cv_prog_cc_cross" 1>&6  echo "$ac_t""$ac_cv_prog_cc_cross" 1>&6
 cross_compiling=$ac_cv_prog_cc_cross  cross_compiling=$ac_cv_prog_cc_cross
   
 echo $ac_n "checking whether we are using GNU C""... $ac_c" 1>&6  echo $ac_n "checking whether we are using GNU C""... $ac_c" 1>&6
 echo "configure:1392: checking whether we are using GNU C" >&5  echo "configure:1423: checking whether we are using GNU C" >&5
 if eval "test \"`echo '$''{'ac_cv_prog_gcc'+set}'`\" = set"; then  if eval "test \"`echo '$''{'ac_cv_prog_gcc'+set}'`\" = set"; then
   echo $ac_n "(cached) $ac_c" 1>&6    echo $ac_n "(cached) $ac_c" 1>&6
 else  else
Line 1397  else Line 1428  else
   yes;    yes;
 #endif  #endif
 EOF  EOF
 if { ac_try='${CC-cc} -E conftest.c'; { (eval echo configure:1401: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then  if { ac_try='${CC-cc} -E conftest.c'; { (eval echo configure:1432: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then
   ac_cv_prog_gcc=yes    ac_cv_prog_gcc=yes
 else  else
   ac_cv_prog_gcc=no    ac_cv_prog_gcc=no
Line 1416  ac_test_CFLAGS="${CFLAGS+set}" Line 1447  ac_test_CFLAGS="${CFLAGS+set}"
 ac_save_CFLAGS="$CFLAGS"  ac_save_CFLAGS="$CFLAGS"
 CFLAGS=  CFLAGS=
 echo $ac_n "checking whether ${CC-cc} accepts -g""... $ac_c" 1>&6  echo $ac_n "checking whether ${CC-cc} accepts -g""... $ac_c" 1>&6
 echo "configure:1420: checking whether ${CC-cc} accepts -g" >&5  echo "configure:1451: checking whether ${CC-cc} accepts -g" >&5
 if eval "test \"`echo '$''{'ac_cv_prog_cc_g'+set}'`\" = set"; then  if eval "test \"`echo '$''{'ac_cv_prog_cc_g'+set}'`\" = set"; then
   echo $ac_n "(cached) $ac_c" 1>&6    echo $ac_n "(cached) $ac_c" 1>&6
 else  else
Line 1459  ac_prog=ld Line 1490  ac_prog=ld
 if test "$ac_cv_prog_gcc" = yes; then  if test "$ac_cv_prog_gcc" = yes; then
   # Check if gcc -print-prog-name=ld gives a path.    # Check if gcc -print-prog-name=ld gives a path.
   echo $ac_n "checking for ld used by GCC""... $ac_c" 1>&6    echo $ac_n "checking for ld used by GCC""... $ac_c" 1>&6
 echo "configure:1463: checking for ld used by GCC" >&5  echo "configure:1494: checking for ld used by GCC" >&5
   ac_prog=`($CC -print-prog-name=ld) 2>&5`    ac_prog=`($CC -print-prog-name=ld) 2>&5`
   case "$ac_prog" in    case "$ac_prog" in
     # Accept absolute paths.      # Accept absolute paths.
Line 1483  echo "configure:1463: checking for ld us Line 1514  echo "configure:1463: checking for ld us
   esac    esac
 elif test "$with_gnu_ld" = yes; then  elif test "$with_gnu_ld" = yes; then
   echo $ac_n "checking for GNU ld""... $ac_c" 1>&6    echo $ac_n "checking for GNU ld""... $ac_c" 1>&6
 echo "configure:1487: checking for GNU ld" >&5  echo "configure:1518: checking for GNU ld" >&5
 else  else
   echo $ac_n "checking for non-GNU ld""... $ac_c" 1>&6    echo $ac_n "checking for non-GNU ld""... $ac_c" 1>&6
 echo "configure:1490: checking for non-GNU ld" >&5  echo "configure:1521: checking for non-GNU ld" >&5
 fi  fi
 if eval "test \"`echo '$''{'ac_cv_path_LD'+set}'`\" = set"; then  if eval "test \"`echo '$''{'ac_cv_path_LD'+set}'`\" = set"; then
   echo $ac_n "(cached) $ac_c" 1>&6    echo $ac_n "(cached) $ac_c" 1>&6
Line 1521  else Line 1552  else
 fi  fi
 test -z "$LD" && { echo "configure: error: no acceptable ld found in \$PATH" 1>&2; exit 1; }  test -z "$LD" && { echo "configure: error: no acceptable ld found in \$PATH" 1>&2; exit 1; }
 echo $ac_n "checking if the linker ($LD) is GNU ld""... $ac_c" 1>&6  echo $ac_n "checking if the linker ($LD) is GNU ld""... $ac_c" 1>&6
 echo "configure:1525: checking if the linker ($LD) is GNU ld" >&5  echo "configure:1556: checking if the linker ($LD) is GNU ld" >&5
 if eval "test \"`echo '$''{'ac_cv_prog_gnu_ld'+set}'`\" = set"; then  if eval "test \"`echo '$''{'ac_cv_prog_gnu_ld'+set}'`\" = set"; then
   echo $ac_n "(cached) $ac_c" 1>&6    echo $ac_n "(cached) $ac_c" 1>&6
 else  else
Line 1537  echo "$ac_t""$ac_cv_prog_gnu_ld" 1>&6 Line 1568  echo "$ac_t""$ac_cv_prog_gnu_ld" 1>&6
   
   
 echo $ac_n "checking for BSD-compatible nm""... $ac_c" 1>&6  echo $ac_n "checking for BSD-compatible nm""... $ac_c" 1>&6
 echo "configure:1541: checking for BSD-compatible nm" >&5  echo "configure:1572: checking for BSD-compatible nm" >&5
 if eval "test \"`echo '$''{'ac_cv_path_NM'+set}'`\" = set"; then  if eval "test \"`echo '$''{'ac_cv_path_NM'+set}'`\" = set"; then
   echo $ac_n "(cached) $ac_c" 1>&6    echo $ac_n "(cached) $ac_c" 1>&6
 else  else
Line 1573  NM="$ac_cv_path_NM" Line 1604  NM="$ac_cv_path_NM"
 echo "$ac_t""$NM" 1>&6  echo "$ac_t""$NM" 1>&6
   
 echo $ac_n "checking whether ln -s works""... $ac_c" 1>&6  echo $ac_n "checking whether ln -s works""... $ac_c" 1>&6
 echo "configure:1577: checking whether ln -s works" >&5  echo "configure:1608: checking whether ln -s works" >&5
 if eval "test \"`echo '$''{'ac_cv_prog_LN_S'+set}'`\" = set"; then  if eval "test \"`echo '$''{'ac_cv_prog_LN_S'+set}'`\" = set"; then
   echo $ac_n "(cached) $ac_c" 1>&6    echo $ac_n "(cached) $ac_c" 1>&6
 else  else
Line 1593  else Line 1624  else
   echo "$ac_t""no" 1>&6    echo "$ac_t""no" 1>&6
 fi  fi
   
   if test $host != $build; then
     ac_tool_prefix=${host_alias}-
   else
     ac_tool_prefix=
   fi
   
   
 case "$target" in  case "$target" in
 NONE) lt_target="$host" ;;  NONE) lt_target="$host" ;;
Line 1607  test "$enable_fast_install" = no && libt Line 1644  test "$enable_fast_install" = no && libt
 test "$ac_cv_prog_gcc" = yes && libtool_flags="$libtool_flags --with-gcc"  test "$ac_cv_prog_gcc" = yes && libtool_flags="$libtool_flags --with-gcc"
 test "$ac_cv_prog_gnu_ld" = yes && libtool_flags="$libtool_flags --with-gnu-ld"  test "$ac_cv_prog_gnu_ld" = yes && libtool_flags="$libtool_flags --with-gnu-ld"
 libtool_flags="$libtool_flags --enable-dlopen"  libtool_flags="$libtool_flags --enable-dlopen"
   libtool_flags="$libtool_flags --enable-win32-dll"
 # Check whether --enable-libtool-lock or --disable-libtool-lock was given.  # Check whether --enable-libtool-lock or --disable-libtool-lock was given.
 if test "${enable_libtool_lock+set}" = set; then  if test "${enable_libtool_lock+set}" = set; then
   enableval="$enable_libtool_lock"    enableval="$enable_libtool_lock"
Line 1622  test x"$silent" = xyes && libtool_flags= Line 1659  test x"$silent" = xyes && libtool_flags=
 case "$lt_target" in  case "$lt_target" in
 *-*-irix6*)  *-*-irix6*)
   # Find out which ABI we are using.    # Find out which ABI we are using.
   echo '#line 1626 "configure"' > conftest.$ac_ext    echo '#line 1663 "configure"' > conftest.$ac_ext
   if { (eval echo configure:1627: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then    if { (eval echo configure:1664: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
     case "`/usr/bin/file conftest.o`" in      case "`/usr/bin/file conftest.o`" in
     *32-bit*)      *32-bit*)
       LD="${LD-ld} -32"        LD="${LD-ld} -32"
Line 1644  case "$lt_target" in Line 1681  case "$lt_target" in
   SAVE_CFLAGS="$CFLAGS"    SAVE_CFLAGS="$CFLAGS"
   CFLAGS="$CFLAGS -belf"    CFLAGS="$CFLAGS -belf"
   echo $ac_n "checking whether the C compiler needs -belf""... $ac_c" 1>&6    echo $ac_n "checking whether the C compiler needs -belf""... $ac_c" 1>&6
 echo "configure:1648: checking whether the C compiler needs -belf" >&5  echo "configure:1685: checking whether the C compiler needs -belf" >&5
 if eval "test \"`echo '$''{'lt_cv_cc_needs_belf'+set}'`\" = set"; then  if eval "test \"`echo '$''{'lt_cv_cc_needs_belf'+set}'`\" = set"; then
   echo $ac_n "(cached) $ac_c" 1>&6    echo $ac_n "(cached) $ac_c" 1>&6
 else  else
   cat > conftest.$ac_ext <<EOF    cat > conftest.$ac_ext <<EOF
 #line 1653 "configure"  #line 1690 "configure"
 #include "confdefs.h"  #include "confdefs.h"
   
 int main() {  int main() {
   
 ; return 0; }  ; return 0; }
 EOF  EOF
 if { (eval echo configure:1660: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then  if { (eval echo configure:1697: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
   rm -rf conftest*    rm -rf conftest*
   lt_cv_cc_needs_belf=yes    lt_cv_cc_needs_belf=yes
 else  else
Line 1675  echo "$ac_t""$lt_cv_cc_needs_belf" 1>&6 Line 1712  echo "$ac_t""$lt_cv_cc_needs_belf" 1>&6
   fi    fi
   ;;    ;;
   
   *-*-cygwin* | *-*-mingw*)
     # Extract the first word of "${ac_tool_prefix}dlltool", so it can be a program name with args.
   set dummy ${ac_tool_prefix}dlltool; ac_word=$2
   echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
   echo "configure:1720: checking for $ac_word" >&5
   if eval "test \"`echo '$''{'ac_cv_prog_DLLTOOL'+set}'`\" = set"; then
     echo $ac_n "(cached) $ac_c" 1>&6
   else
     if test -n "$DLLTOOL"; then
     ac_cv_prog_DLLTOOL="$DLLTOOL" # Let the user override the test.
   else
     IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS=":"
     ac_dummy="$PATH"
     for ac_dir in $ac_dummy; do
       test -z "$ac_dir" && ac_dir=.
       if test -f $ac_dir/$ac_word; then
         ac_cv_prog_DLLTOOL="${ac_tool_prefix}dlltool"
         break
       fi
     done
     IFS="$ac_save_ifs"
   fi
   fi
   DLLTOOL="$ac_cv_prog_DLLTOOL"
   if test -n "$DLLTOOL"; then
     echo "$ac_t""$DLLTOOL" 1>&6
   else
     echo "$ac_t""no" 1>&6
   fi
   
   
   if test -z "$ac_cv_prog_DLLTOOL"; then
   if test -n "$ac_tool_prefix"; then
     # Extract the first word of "dlltool", so it can be a program name with args.
   set dummy dlltool; ac_word=$2
   echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
   echo "configure:1752: checking for $ac_word" >&5
   if eval "test \"`echo '$''{'ac_cv_prog_DLLTOOL'+set}'`\" = set"; then
     echo $ac_n "(cached) $ac_c" 1>&6
   else
     if test -n "$DLLTOOL"; then
     ac_cv_prog_DLLTOOL="$DLLTOOL" # Let the user override the test.
   else
     IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS=":"
     ac_dummy="$PATH"
     for ac_dir in $ac_dummy; do
       test -z "$ac_dir" && ac_dir=.
       if test -f $ac_dir/$ac_word; then
         ac_cv_prog_DLLTOOL="dlltool"
         break
       fi
     done
     IFS="$ac_save_ifs"
     test -z "$ac_cv_prog_DLLTOOL" && ac_cv_prog_DLLTOOL="false"
   fi
   fi
   DLLTOOL="$ac_cv_prog_DLLTOOL"
   if test -n "$DLLTOOL"; then
     echo "$ac_t""$DLLTOOL" 1>&6
   else
     echo "$ac_t""no" 1>&6
   fi
   
   else
     DLLTOOL="false"
   fi
   fi
   
     # Extract the first word of "${ac_tool_prefix}as", so it can be a program name with args.
   set dummy ${ac_tool_prefix}as; ac_word=$2
   echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
   echo "configure:1787: checking for $ac_word" >&5
   if eval "test \"`echo '$''{'ac_cv_prog_AS'+set}'`\" = set"; then
     echo $ac_n "(cached) $ac_c" 1>&6
   else
     if test -n "$AS"; then
     ac_cv_prog_AS="$AS" # Let the user override the test.
   else
     IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS=":"
     ac_dummy="$PATH"
     for ac_dir in $ac_dummy; do
       test -z "$ac_dir" && ac_dir=.
       if test -f $ac_dir/$ac_word; then
         ac_cv_prog_AS="${ac_tool_prefix}as"
         break
       fi
     done
     IFS="$ac_save_ifs"
   fi
   fi
   AS="$ac_cv_prog_AS"
   if test -n "$AS"; then
     echo "$ac_t""$AS" 1>&6
   else
     echo "$ac_t""no" 1>&6
   fi
   
   
   if test -z "$ac_cv_prog_AS"; then
   if test -n "$ac_tool_prefix"; then
     # Extract the first word of "as", so it can be a program name with args.
   set dummy as; ac_word=$2
   echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
   echo "configure:1819: checking for $ac_word" >&5
   if eval "test \"`echo '$''{'ac_cv_prog_AS'+set}'`\" = set"; then
     echo $ac_n "(cached) $ac_c" 1>&6
   else
     if test -n "$AS"; then
     ac_cv_prog_AS="$AS" # Let the user override the test.
   else
     IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS=":"
     ac_dummy="$PATH"
     for ac_dir in $ac_dummy; do
       test -z "$ac_dir" && ac_dir=.
       if test -f $ac_dir/$ac_word; then
         ac_cv_prog_AS="as"
         break
       fi
     done
     IFS="$ac_save_ifs"
     test -z "$ac_cv_prog_AS" && ac_cv_prog_AS="false"
   fi
   fi
   AS="$ac_cv_prog_AS"
   if test -n "$AS"; then
     echo "$ac_t""$AS" 1>&6
   else
     echo "$ac_t""no" 1>&6
   fi
   
   else
     AS="false"
   fi
   fi
   
     # Extract the first word of "${ac_tool_prefix}objdump", so it can be a program name with args.
   set dummy ${ac_tool_prefix}objdump; ac_word=$2
   echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
   echo "configure:1854: checking for $ac_word" >&5
   if eval "test \"`echo '$''{'ac_cv_prog_OBJDUMP'+set}'`\" = set"; then
     echo $ac_n "(cached) $ac_c" 1>&6
   else
     if test -n "$OBJDUMP"; then
     ac_cv_prog_OBJDUMP="$OBJDUMP" # Let the user override the test.
   else
     IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS=":"
     ac_dummy="$PATH"
     for ac_dir in $ac_dummy; do
       test -z "$ac_dir" && ac_dir=.
       if test -f $ac_dir/$ac_word; then
         ac_cv_prog_OBJDUMP="${ac_tool_prefix}objdump"
         break
       fi
     done
     IFS="$ac_save_ifs"
   fi
   fi
   OBJDUMP="$ac_cv_prog_OBJDUMP"
   if test -n "$OBJDUMP"; then
     echo "$ac_t""$OBJDUMP" 1>&6
   else
     echo "$ac_t""no" 1>&6
   fi
   
   
   if test -z "$ac_cv_prog_OBJDUMP"; then
   if test -n "$ac_tool_prefix"; then
     # Extract the first word of "objdump", so it can be a program name with args.
   set dummy objdump; ac_word=$2
   echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
   echo "configure:1886: checking for $ac_word" >&5
   if eval "test \"`echo '$''{'ac_cv_prog_OBJDUMP'+set}'`\" = set"; then
     echo $ac_n "(cached) $ac_c" 1>&6
   else
     if test -n "$OBJDUMP"; then
     ac_cv_prog_OBJDUMP="$OBJDUMP" # Let the user override the test.
   else
     IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS=":"
     ac_dummy="$PATH"
     for ac_dir in $ac_dummy; do
       test -z "$ac_dir" && ac_dir=.
       if test -f $ac_dir/$ac_word; then
         ac_cv_prog_OBJDUMP="objdump"
         break
       fi
     done
     IFS="$ac_save_ifs"
     test -z "$ac_cv_prog_OBJDUMP" && ac_cv_prog_OBJDUMP="false"
   fi
   fi
   OBJDUMP="$ac_cv_prog_OBJDUMP"
   if test -n "$OBJDUMP"; then
     echo "$ac_t""$OBJDUMP" 1>&6
   else
     echo "$ac_t""no" 1>&6
   fi
   
   else
     OBJDUMP="false"
   fi
   fi
   
     ;;
   
 esac  esac
   
Line 1763  subdirs="libltdl" Line 2003  subdirs="libltdl"
   
   
 echo $ac_n "checking how to run the C++ preprocessor""... $ac_c" 1>&6  echo $ac_n "checking how to run the C++ preprocessor""... $ac_c" 1>&6
 echo "configure:1767: checking how to run the C++ preprocessor" >&5  echo "configure:2007: checking how to run the C++ preprocessor" >&5
 if test -z "$CXXCPP"; then  if test -z "$CXXCPP"; then
 if eval "test \"`echo '$''{'ac_cv_prog_CXXCPP'+set}'`\" = set"; then  if eval "test \"`echo '$''{'ac_cv_prog_CXXCPP'+set}'`\" = set"; then
   echo $ac_n "(cached) $ac_c" 1>&6    echo $ac_n "(cached) $ac_c" 1>&6
Line 1776  ac_link='${CXX-g++} -o conftest${ac_exee Line 2016  ac_link='${CXX-g++} -o conftest${ac_exee
 cross_compiling=$ac_cv_prog_cxx_cross  cross_compiling=$ac_cv_prog_cxx_cross
   CXXCPP="${CXX-g++} -E"    CXXCPP="${CXX-g++} -E"
   cat > conftest.$ac_ext <<EOF    cat > conftest.$ac_ext <<EOF
 #line 1780 "configure"  #line 2020 "configure"
 #include "confdefs.h"  #include "confdefs.h"
 #include <stdlib.h>  #include <stdlib.h>
 EOF  EOF
 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"  ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
 { (eval echo configure:1785: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }  { (eval echo configure:2025: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`  ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
 if test -z "$ac_err"; then  if test -z "$ac_err"; then
   :    :
Line 1807  echo "$ac_t""$CXXCPP" 1>&6 Line 2047  echo "$ac_t""$CXXCPP" 1>&6
   
 for ac_hdr in stdio.h \  for ac_hdr in stdio.h \
 stdlib.h \  stdlib.h \
 string.h  string.h \
   setjmp.h
   
 do  do
 ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`  ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6  echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
 echo "configure:1816: checking for $ac_hdr" >&5  echo "configure:2057: checking for $ac_hdr" >&5
 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then  if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
   echo $ac_n "(cached) $ac_c" 1>&6    echo $ac_n "(cached) $ac_c" 1>&6
 else  else
   cat > conftest.$ac_ext <<EOF    cat > conftest.$ac_ext <<EOF
 #line 1821 "configure"  #line 2062 "configure"
 #include "confdefs.h"  #include "confdefs.h"
 #include <$ac_hdr>  #include <$ac_hdr>
 EOF  EOF
 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"  ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
 { (eval echo configure:1826: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }  { (eval echo configure:2067: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`  ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
 if test -z "$ac_err"; then  if test -z "$ac_err"; then
   rm -rf conftest*    rm -rf conftest*
Line 1851  done Line 2092  done
   
   
 echo $ac_n "checking for ANSI C header files""... $ac_c" 1>&6  echo $ac_n "checking for ANSI C header files""... $ac_c" 1>&6
 echo "configure:1855: checking for ANSI C header files" >&5  echo "configure:2096: checking for ANSI C header files" >&5
 if eval "test \"`echo '$''{'ac_cv_header_stdc'+set}'`\" = set"; then  if eval "test \"`echo '$''{'ac_cv_header_stdc'+set}'`\" = set"; then
   echo $ac_n "(cached) $ac_c" 1>&6    echo $ac_n "(cached) $ac_c" 1>&6
 else  else
   cat > conftest.$ac_ext <<EOF    cat > conftest.$ac_ext <<EOF
 #line 1860 "configure"  #line 2101 "configure"
 #include "confdefs.h"  #include "confdefs.h"
 #include <stdlib.h>  #include <stdlib.h>
 #include <stdarg.h>  #include <stdarg.h>
Line 1864  else Line 2105  else
 #include <float.h>  #include <float.h>
 EOF  EOF
 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"  ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
 { (eval echo configure:1868: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }  { (eval echo configure:2109: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`  ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
 if test -z "$ac_err"; then  if test -z "$ac_err"; then
   rm -rf conftest*    rm -rf conftest*
Line 1881  rm -f conftest* Line 2122  rm -f conftest*
 if test $ac_cv_header_stdc = yes; then  if test $ac_cv_header_stdc = yes; then
   # SunOS 4.x string.h does not declare mem*, contrary to ANSI.    # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
 cat > conftest.$ac_ext <<EOF  cat > conftest.$ac_ext <<EOF
 #line 1885 "configure"  #line 2126 "configure"
 #include "confdefs.h"  #include "confdefs.h"
 #include <string.h>  #include <string.h>
 EOF  EOF
Line 1899  fi Line 2140  fi
 if test $ac_cv_header_stdc = yes; then  if test $ac_cv_header_stdc = yes; then
   # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.    # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
 cat > conftest.$ac_ext <<EOF  cat > conftest.$ac_ext <<EOF
 #line 1903 "configure"  #line 2144 "configure"
 #include "confdefs.h"  #include "confdefs.h"
 #include <stdlib.h>  #include <stdlib.h>
 EOF  EOF
Line 1920  if test "$cross_compiling" = yes; then Line 2161  if test "$cross_compiling" = yes; then
   :    :
 else  else
   cat > conftest.$ac_ext <<EOF    cat > conftest.$ac_ext <<EOF
 #line 1924 "configure"  #line 2165 "configure"
 #include "confdefs.h"  #include "confdefs.h"
 #ifdef __cplusplus  #ifdef __cplusplus
 extern "C" void exit(int);  extern "C" void exit(int);
Line 1934  if (XOR (islower (i), ISLOWER (i)) || to Line 2175  if (XOR (islower (i), ISLOWER (i)) || to
 exit (0); }  exit (0); }
   
 EOF  EOF
 if { (eval echo configure:1938: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null  if { (eval echo configure:2179: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
 then  then
   :    :
 else  else
Line 1958  EOF Line 2199  EOF
 fi  fi
   
 echo $ac_n "checking for size_t""... $ac_c" 1>&6  echo $ac_n "checking for size_t""... $ac_c" 1>&6
 echo "configure:1962: checking for size_t" >&5  echo "configure:2203: checking for size_t" >&5
 if eval "test \"`echo '$''{'ac_cv_type_size_t'+set}'`\" = set"; then  if eval "test \"`echo '$''{'ac_cv_type_size_t'+set}'`\" = set"; then
   echo $ac_n "(cached) $ac_c" 1>&6    echo $ac_n "(cached) $ac_c" 1>&6
 else  else
   cat > conftest.$ac_ext <<EOF    cat > conftest.$ac_ext <<EOF
 #line 1967 "configure"  #line 2208 "configure"
 #include "confdefs.h"  #include "confdefs.h"
 #include <sys/types.h>  #include <sys/types.h>
 #if STDC_HEADERS  #if STDC_HEADERS
Line 2156  s%@build_os@%$build_os%g Line 2397  s%@build_os@%$build_os%g
 s%@RANLIB@%$RANLIB%g  s%@RANLIB@%$RANLIB%g
 s%@CC@%$CC%g  s%@CC@%$CC%g
 s%@LN_S@%$LN_S%g  s%@LN_S@%$LN_S%g
   s%@DLLTOOL@%$DLLTOOL%g
   s%@AS@%$AS%g
   s%@OBJDUMP@%$OBJDUMP%g
 s%@LIBTOOL@%$LIBTOOL%g  s%@LIBTOOL@%$LIBTOOL%g
 s%@subdirs@%$subdirs%g  s%@subdirs@%$subdirs%g
 s%@CXXCPP@%$CXXCPP%g  s%@CXXCPP@%$CXXCPP%g

Removed from v.1.1.1.1  
changed lines
  Added in v.1.11


E-mail: