From c97b0f6cf52efb6218b8b0dbed930f41b3182d26 Mon Sep 17 00:00:00 2001 From: Bob Friesenhahn Date: Sat, 13 Dec 2025 15:48:12 -0600 Subject: [PATCH] configure.ac: Require bootstrap with at least Autoconf 2.71 --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 20c3b536..01b7cc0a 100644 --- a/configure.ac +++ b/configure.ac @@ -24,7 +24,7 @@ dnl OF THIS SOFTWARE. dnl Process this file with autoconf to produce a configure script. -AC_PREREQ([2.69]) +AC_PREREQ([2.71]) AC_INIT([LibTIFF Software],[4.7.1],[tiff@lists.osgeo.org],[tiff]) AC_CONFIG_AUX_DIR(config) AC_CONFIG_MACRO_DIR(m4)