File downgrade-autoconf-requirement.patch of Package cups.20241024123003
--- configure.ac.orig 2024-09-30 13:38:35.000000000 +0200
+++ configure.ac 2024-09-30 15:02:31.994893137 +0200
@@ -9,8 +9,8 @@ dnl Licensed under Apache License v2.0.
dnl information.
dnl
-dnl We need at least autoconf 2.71...
-AC_PREREQ([2.71])
+dnl We need at least autoconf 2.69...
+AC_PREREQ([2.69])
dnl Package name and version...
AC_INIT([CUPS],[2.4.11],[https://github.com/openprinting/cups/issues],[cups],[https://openprinting.github.io/cups])