File autoconf-ver.patch of Package systemtap.34498
From: Tony Jones <tonyj@suse.de>
Date: Thu Jul 20 16:43:54 UTC 2023
Subject: adjust min autoconf version
References: none
Signed-off-by: Tony Jones <tonyj@suse.de>
There is no reason to require 2.71 (other than what upstream set it to during
routine update) and current SLE has older version
--- systemtap-4.9/configure.ac.old 2023-07-18 16:19:48.464832665 -0700
+++ systemtap-4.9/configure.ac 2023-07-18 16:20:00.956832551 -0700
@@ -8,7 +8,7 @@
dnl Get the target arch for libHelperSDT.so
AC_CANONICAL_TARGET
-AC_PREREQ([2.71])
+AC_PREREQ([2.69])
dnl We don't maintain a ChangeLog, which makes us non-GNU -> foreign.
AM_INIT_AUTOMAKE([no-dist foreign])
AM_MAINTAINER_MODE