From: Alberto Leiva Popper Date: Tue, 3 Oct 2023 15:34:33 +0000 (-0600) Subject: Revert Autoconf version X-Git-Tag: 1.6.0~58 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=bf138cc66ceb1556f751feb67c1e938c26eac021;p=thirdparty%2FFORT-validator.git Revert Autoconf version Looks like 2.71 is not that widespread yet, and Fort is not using any features past 2.69 anyway. Revert from 62c65a79e142012067a76acf70b86438d56636e1. --- diff --git a/configure.ac b/configure.ac index e2e8fb2a..197ec2d1 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.69]) AC_INIT([fort],[1.5.4],[fort-validator@nic.mx]) AC_CONFIG_SRCDIR([src/main.c]) AM_INIT_AUTOMAKE([subdir-objects])