From 585befebee1c349a71f6bfdc2c209036ab6ca998 Mon Sep 17 00:00:00 2001 From: Christopher Chavez Date: Tue, 14 Nov 2023 18:12:03 -0600 Subject: [PATCH] configure: regenerate Pick up configure.in and tcl.m4 changes from db8f0de, #18, and #15 --- configure | 25 ++++++++++++++++++++----- 1 file changed, 20 insertions(+), 5 deletions(-) diff --git a/configure b/configure index 53b3e3a1..e892c036 100755 --- a/configure +++ b/configure @@ -2342,7 +2342,7 @@ ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $ ac_compiler_gnu=$ac_cv_c_compiler_gnu -FULL_VERSION="8.6.1" +FULL_VERSION="8.6.2" # TEA extensions pass this us the version of TEA they think they @@ -9075,7 +9075,8 @@ else cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ -#include +#include + #include int main () { @@ -9111,7 +9112,8 @@ else cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ -#include +#include + #include int main () { @@ -9196,10 +9198,11 @@ else cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ +#include #include #include #include -main() { +int main(void) { struct tms cpu; times(&cpu); sleep(2); @@ -9462,6 +9465,17 @@ else fi + for ac_func in rresvport +do : + ac_fn_c_check_func "$LINENO" "rresvport" "ac_cv_func_rresvport" +if test "x$ac_cv_func_rresvport" = xyes; then : + cat >>confdefs.h <<_ACEOF +#define HAVE_RRESVPORT 1 +_ACEOF + +fi +done + #------------------------------------------------------------------------- # Check for additional libraries the Tcl/Tk does not check for. @@ -9524,7 +9538,8 @@ if test "x$ac_cv_func_catgets" = xyes; then : $as_echo_n "checking catclose return value... " >&6; } cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ -#include +#include + #include int main () {