about summary refs log tree commit diff
path: root/sysdeps/m68k
diff options
context:
space:
mode:
authorSiddhesh Poyarekar <siddhesh@sourceware.org>2023-06-29 14:34:16 -0400
committerSiddhesh Poyarekar <siddhesh@sourceware.org>2023-07-17 10:08:10 -0400
commitc6cb8783b5fb5896cb63fe9008b6a33351f3c777 (patch)
tree603c0cce8394c6d7f45ea4e2d4c5cf473c1af4f6 /sysdeps/m68k
parent5a70ac9d39711528573439e01e249a8f825743ca (diff)
downloadglibc-c6cb8783b5fb5896cb63fe9008b6a33351f3c777.tar.gz
glibc-c6cb8783b5fb5896cb63fe9008b6a33351f3c777.tar.xz
glibc-c6cb8783b5fb5896cb63fe9008b6a33351f3c777.zip
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 <siddhesh@sourceware.org>
Reviewed-by: Carlos O'Donell <carlos@redhat.com>
Diffstat (limited to 'sysdeps/m68k')
-rw-r--r--sysdeps/m68k/configure3
-rw-r--r--sysdeps/m68k/preconfigure1
2 files changed, 3 insertions, 1 deletions
diff --git a/sysdeps/m68k/configure b/sysdeps/m68k/configure
index 983836a08b..44ad87006f 100644
--- a/sysdeps/m68k/configure
+++ b/sysdeps/m68k/configure
@@ -3,5 +3,6 @@
 
 # Accessing static and hidden variables in a shared object needs relative
 # relocation.
-$as_echo "#define HIDDEN_VAR_NEEDS_DYNAMIC_RELOC 1" >>confdefs.h
+printf "%s\n" "#define HIDDEN_VAR_NEEDS_DYNAMIC_RELOC 1" >>confdefs.h
+
 
diff --git a/sysdeps/m68k/preconfigure b/sysdeps/m68k/preconfigure
index b1c4d11091..b6d70f1488 100644
--- a/sysdeps/m68k/preconfigure
+++ b/sysdeps/m68k/preconfigure
@@ -21,3 +21,4 @@ m68k)		variant=`(echo "#ifdef __mcoldfire__"
 		fi
 		;;
 esac
+