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 --- sysdeps/loongarch/preconfigure | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) (limited to 'sysdeps/loongarch/preconfigure') diff --git a/sysdeps/loongarch/preconfigure b/sysdeps/loongarch/preconfigure index f2d1a0d87b..dfc7ecfd9e 100644 --- a/sysdeps/loongarch/preconfigure +++ b/sysdeps/loongarch/preconfigure @@ -37,16 +37,13 @@ loongarch*) ;; esac - cat >>confdefs.h <<_ACEOF -#define LOONGARCH_ABI_GRLEN $grlen -_ACEOF + printf "%s\n" "#define LOONGARCH_ABI_GRLEN $grlen" >>confdefs.h - cat >>confdefs.h <<_ACEOF -#define LOONGARCH_ABI_FRLEN $abi_flen -_ACEOF + printf "%s\n" "#define LOONGARCH_ABI_FRLEN $abi_flen" >>confdefs.h base_machine=loongarch ;; esac + -- cgit 1.4.1