reset AC_PREREQ

This commit is contained in:
Scott R Charlton 2023-02-18 13:17:56 -07:00
parent b160fa2da7
commit ff9bf81347

View File

@ -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])