From c6cb8783b5fb5896cb63fe9008b6a33351f3c777 Mon Sep 17 00:00:00 2001 From: Siddhesh Poyarekar Date: Thu, 29 Jun 2023 14:34:16 -0400 Subject: configure: Use autoconf 2.71 Bump autoconf requirement to 2.71 to allow regenerating configure on more recent distributions. autoconf 2.71 has been in Fedora since F36 and is the current version in Debian stable (bookworm). It appears to be current in Gentoo as well. All sysdeps configure and preconfigure scripts have also been regenerated; all changes are trivial transformations that do not affect functionality. Signed-off-by: Siddhesh Poyarekar Reviewed-by: Carlos O'Donell --- configure.ac | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index 860109e60a..09553541fb 100644 --- a/configure.ac +++ b/configure.ac @@ -231,7 +231,7 @@ AC_ARG_ENABLE([stack-protector], [enable_stack_protector=no]) case "$enable_stack_protector" in all|yes|no|strong) ;; -*) AC_MSG_ERROR([Not a valid argument for --enable-stack-protector: \"$enable_stack_protector\"]);; +*) AC_MSG_ERROR([Not a valid argument for --enable-stack-protector: "$enable_stack_protector"]);; esac dnl On some platforms we cannot use dynamic loading. We must provide @@ -459,7 +459,7 @@ AC_ARG_ENABLE([cet], [enable_cet=$libc_cv_compiler_default_cet]) AC_ARG_ENABLE([scv], - AC_HELP_STRING([--disable-scv], + AS_HELP_STRING([--disable-scv], [syscalls will not use scv instruction, even if the kernel supports it, powerpc only]), [use_scv=$enableval], [use_scv=yes]) -- cgit 1.4.1