From 7af48a1e39c80e46c3f23a96a3cf109cf416a594 Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Mon, 28 Nov 2022 13:33:45 +0000 Subject: [PATCH] configure: Reset required autotools to something that is in Debian stable Signed-off-by: Michael Tremer --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index ada66edde..0f289360e 100644 --- a/configure.ac +++ b/configure.ac @@ -18,7 +18,7 @@ # # ############################################################################### -AC_PREREQ([2.71]) +AC_PREREQ([2.69]) AC_INIT([pakfire], [0.9.27], -- 2.39.5