From 6d53d81faf4fa859c841d438e884837ff15ab0df Mon Sep 17 00:00:00 2001 From: Pantelis Antoniou Date: Wed, 30 Aug 2023 13:56:56 +0300 Subject: [PATCH] We can still support autoconf 2.69 Let's not get all bleeding edge here... Signed-off-by: Pantelis Antoniou --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 407d3dc2..f49a68fa 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_PREREQ(2.71) +AC_PREREQ(2.69) AC_INIT([libfyaml], m4_esyscmd([build-aux/git-version-gen .tarball-version]),