From ff9bf81347b1451d7930061d93a4f9831b2221d2 Mon Sep 17 00:00:00 2001 From: Scott R Charlton Date: Sat, 18 Feb 2023 13:17:56 -0700 Subject: [PATCH] reset AC_PREREQ --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 66f9dc65..b9b995c3 100644 --- a/configure.ac +++ b/configure.ac @@ -1,7 +1,7 @@ # -*- Autoconf -*- # Process this file with autoconf to produce a configure script. -AC_PREREQ([2.71]) +AC_PREREQ([2.61]) AC_INIT([IPhreeqc], [3.7.6-16410], [charlton@usgs.gov]) AC_CONFIG_AUX_DIR([config]) AC_CONFIG_MACRO_DIR([m4])