From cf5df16a3304e8b9d77944042182d8cdc0a956cc Mon Sep 17 00:00:00 2001
From: Aki Tuomi <aki.tuomi@open-xchange.com>
Date: Thu, 27 Apr 2023 10:39:38 +0300
Subject: [PATCH] configure: Move PREREQ higher

---
 configure.ac | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/configure.ac b/configure.ac
index 965d945e2..028c69cad 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,3 +1,4 @@
+AC_PREREQ([2.69])
 m4_define([pigeonhole_VERSION],
     m4_esyscmd_s([build-aux/git-version-gen]))))
 
@@ -7,8 +8,6 @@ m4_define([pigeonhole_ABI_VERSION],
 m4_define([pigeonhole_TAR_VERSION],
     m4_esyscmd_s([build-aux/git-tarname-version-gen]))))
 
-AC_PREREQ([2.69])
-
 # Be sure to update ABI version also if anything changes that might require
 # recompiling plugins. Most importantly that means if any structs are changed.
 AC_INIT([Pigeonhole], [m4_defn([pigeonhole_VERSION])], [dovecot@dovecot.org], [m4_defn([pigeonhole_TAR_VERSION])])
-- 
GitLab