|
|
@@ -311,7 +311,7 @@ ac_includes_default="\
|
|
|
# include <unistd.h>
|
|
|
#endif"
|
|
|
|
|
|
-ac_subst_vars='SHELL PATH_SEPARATOR PACKAGE_NAME PACKAGE_TARNAME PACKAGE_VERSION PACKAGE_STRING PACKAGE_BUGREPORT exec_prefix prefix program_transform_name bindir sbindir libexecdir datadir sysconfdir sharedstatedir localstatedir libdir includedir oldincludedir infodir mandir build_alias host_alias target_alias DEFS ECHO_C ECHO_N ECHO_T LIBS INSTALL_PROGRAM INSTALL_SCRIPT INSTALL_DATA CYGPATH_W PACKAGE VERSION ACLOCAL AUTOCONF AUTOMAKE AUTOHEADER MAKEINFO install_sh STRIP ac_ct_STRIP INSTALL_STRIP_PROGRAM mkdir_p AWK SET_MAKE am__leading_dot AMTAR am__tar am__untar CPPUNIT_CONFIG CPPUNIT_CFLAGS CPPUNIT_LIBS RANLIB ac_ct_RANLIB CXX CXXFLAGS LDFLAGS CPPFLAGS ac_ct_CXX EXEEXT OBJEXT DEPDIR am__include am__quote AMDEP_TRUE AMDEP_FALSE AMDEPBACKSLASH CXXDEPMODE am__fastdepCXX_TRUE am__fastdepCXX_FALSE CC CFLAGS ac_ct_CC CCDEPMODE am__fastdepCC_TRUE am__fastdepCC_FALSE CPP EGREP LIBOBJS LTLIBOBJS'
|
|
|
+ac_subst_vars='SHELL PATH_SEPARATOR PACKAGE_NAME PACKAGE_TARNAME PACKAGE_VERSION PACKAGE_STRING PACKAGE_BUGREPORT exec_prefix prefix program_transform_name bindir sbindir libexecdir datadir sysconfdir sharedstatedir localstatedir libdir includedir oldincludedir infodir mandir build_alias host_alias target_alias DEFS ECHO_C ECHO_N ECHO_T LIBS INSTALL_PROGRAM INSTALL_SCRIPT INSTALL_DATA CYGPATH_W PACKAGE VERSION ACLOCAL AUTOCONF AUTOMAKE AUTOHEADER MAKEINFO install_sh STRIP ac_ct_STRIP INSTALL_STRIP_PROGRAM mkdir_p AWK SET_MAKE am__leading_dot AMTAR am__tar am__untar CPPUNIT_CONFIG CPPUNIT_CFLAGS CPPUNIT_LIBS RANLIB ac_ct_RANLIB CXX CXXFLAGS LDFLAGS CPPFLAGS ac_ct_CXX EXEEXT OBJEXT DEPDIR am__include am__quote AMDEP_TRUE AMDEP_FALSE AMDEPBACKSLASH CXXDEPMODE am__fastdepCXX_TRUE am__fastdepCXX_FALSE CC CFLAGS ac_ct_CC CCDEPMODE am__fastdepCC_TRUE am__fastdepCC_FALSE AR ac_ct_AR CPP EGREP LIBOBJS LTLIBOBJS'
|
|
|
ac_subst_files=''
|
|
|
|
|
|
# Initialize some variables set by options.
|
|
|
@@ -3544,6 +3544,86 @@ fi
|
|
|
|
|
|
|
|
|
|
|
|
+if test -n "$ac_tool_prefix"; then
|
|
|
+ # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
|
|
|
+set dummy ${ac_tool_prefix}ar; ac_word=$2
|
|
|
+echo "$as_me:$LINENO: checking for $ac_word" >&5
|
|
|
+echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
|
|
|
+if test "${ac_cv_prog_AR+set}" = set; then
|
|
|
+ echo $ECHO_N "(cached) $ECHO_C" >&6
|
|
|
+else
|
|
|
+ if test -n "$AR"; then
|
|
|
+ ac_cv_prog_AR="$AR" # Let the user override the test.
|
|
|
+else
|
|
|
+as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
|
|
|
+for as_dir in $PATH
|
|
|
+do
|
|
|
+ IFS=$as_save_IFS
|
|
|
+ test -z "$as_dir" && as_dir=.
|
|
|
+ for ac_exec_ext in '' $ac_executable_extensions; do
|
|
|
+ if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
|
|
|
+ ac_cv_prog_AR="${ac_tool_prefix}ar"
|
|
|
+ echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
|
|
|
+ break 2
|
|
|
+ fi
|
|
|
+done
|
|
|
+done
|
|
|
+
|
|
|
+fi
|
|
|
+fi
|
|
|
+AR=$ac_cv_prog_AR
|
|
|
+if test -n "$AR"; then
|
|
|
+ echo "$as_me:$LINENO: result: $AR" >&5
|
|
|
+echo "${ECHO_T}$AR" >&6
|
|
|
+else
|
|
|
+ echo "$as_me:$LINENO: result: no" >&5
|
|
|
+echo "${ECHO_T}no" >&6
|
|
|
+fi
|
|
|
+
|
|
|
+fi
|
|
|
+if test -z "$ac_cv_prog_AR"; then
|
|
|
+ ac_ct_AR=$AR
|
|
|
+ # Extract the first word of "ar", so it can be a program name with args.
|
|
|
+set dummy ar; ac_word=$2
|
|
|
+echo "$as_me:$LINENO: checking for $ac_word" >&5
|
|
|
+echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
|
|
|
+if test "${ac_cv_prog_ac_ct_AR+set}" = set; then
|
|
|
+ echo $ECHO_N "(cached) $ECHO_C" >&6
|
|
|
+else
|
|
|
+ if test -n "$ac_ct_AR"; then
|
|
|
+ ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test.
|
|
|
+else
|
|
|
+as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
|
|
|
+for as_dir in $PATH
|
|
|
+do
|
|
|
+ IFS=$as_save_IFS
|
|
|
+ test -z "$as_dir" && as_dir=.
|
|
|
+ for ac_exec_ext in '' $ac_executable_extensions; do
|
|
|
+ if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
|
|
|
+ ac_cv_prog_ac_ct_AR="ar"
|
|
|
+ echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
|
|
|
+ break 2
|
|
|
+ fi
|
|
|
+done
|
|
|
+done
|
|
|
+
|
|
|
+fi
|
|
|
+fi
|
|
|
+ac_ct_AR=$ac_cv_prog_ac_ct_AR
|
|
|
+if test -n "$ac_ct_AR"; then
|
|
|
+ echo "$as_me:$LINENO: result: $ac_ct_AR" >&5
|
|
|
+echo "${ECHO_T}$ac_ct_AR" >&6
|
|
|
+else
|
|
|
+ echo "$as_me:$LINENO: result: no" >&5
|
|
|
+echo "${ECHO_T}no" >&6
|
|
|
+fi
|
|
|
+
|
|
|
+ AR=$ac_ct_AR
|
|
|
+else
|
|
|
+ AR="$ac_cv_prog_AR"
|
|
|
+fi
|
|
|
+
|
|
|
+
|
|
|
# Checks for libraries.
|
|
|
if test "x$enable_ssl" = "xyes"; then
|
|
|
|
|
|
@@ -4117,7 +4197,8 @@ done
|
|
|
|
|
|
|
|
|
|
|
|
-for ac_header in arpa/inet.h fcntl.h netdb.h netinet/in.h string.h sys/socket.h sys/time.h unistd.h
|
|
|
+
|
|
|
+for ac_header in arpa/inet.h fcntl.h netdb.h netinet/in.h string.h sys/socket.h sys/time.h unistd.h limits.h
|
|
|
do
|
|
|
as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
|
|
|
if eval "test \"\${$as_ac_Header+set}\" = set"; then
|
|
|
@@ -5321,8 +5402,7 @@ done
|
|
|
|
|
|
|
|
|
|
|
|
-
|
|
|
-for ac_func in getpagesize gethostbyname gettimeofday inet_ntoa memset mkdir rmdir select socket strcasecmp strerror strstr strtol
|
|
|
+for ac_func in getpagesize gettimeofday inet_ntoa memset mkdir rmdir select socket strcasecmp strerror strstr strtol
|
|
|
do
|
|
|
as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
|
|
|
echo "$as_me:$LINENO: checking for $ac_func" >&5
|
|
|
@@ -6120,6 +6200,8 @@ s,@ac_ct_CC@,$ac_ct_CC,;t t
|
|
|
s,@CCDEPMODE@,$CCDEPMODE,;t t
|
|
|
s,@am__fastdepCC_TRUE@,$am__fastdepCC_TRUE,;t t
|
|
|
s,@am__fastdepCC_FALSE@,$am__fastdepCC_FALSE,;t t
|
|
|
+s,@AR@,$AR,;t t
|
|
|
+s,@ac_ct_AR@,$ac_ct_AR,;t t
|
|
|
s,@CPP@,$CPP,;t t
|
|
|
s,@EGREP@,$EGREP,;t t
|
|
|
s,@LIBOBJS@,$LIBOBJS,;t t
|