From 8369b5800bccdd4be38d7059b3de8f9dbee6385c Mon Sep 17 00:00:00 2001 From: Joe Wingbermuehle Date: Sat, 26 Feb 2022 13:40:26 +0000 Subject: [PATCH] Older autoconf prereq. --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 8c1cd7a5..11c058c9 100644 --- a/configure.ac +++ b/configure.ac @@ -3,7 +3,7 @@ ############################################################################ AC_INIT([jwm],[2.4.1],[joewing@joewing.net]) -AC_PREREQ([2.71]) +AC_PREREQ([2.69]) AC_CONFIG_SRCDIR([src]) AC_CONFIG_SRCDIR([po]) AC_CONFIG_HEADERS([config.h])