From fcf5e3e7a00c331d6149ec4ef21a4944863f96ee Mon Sep 17 00:00:00 2001 From: Jason Self Date: Sun, 24 Feb 2019 08:11:46 -0800 Subject: [PATCH 1/1] Update to autoconf 2.69 --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 8bc5fe1..72b45ce 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.68]) +AC_PREREQ([2.69]) AC_INIT([skeinsum], [1.0], [j@jxself.org]) AC_CONFIG_SRCDIR([skein.h]) AC_CONFIG_HEADERS([config.h]) -- 2.31.1