From: Jason Self Date: Sun, 24 Feb 2019 16:11:46 +0000 (-0800) Subject: Update to autoconf 2.69 X-Git-Url: https://jxself.org/git/?p=skeinsum.git;a=commitdiff_plain;h=fcf5e3e7a00c331d6149ec4ef21a4944863f96ee;hp=d0b6f05c608f64a734cca9405f373312ce119730 Update to autoconf 2.69 --- 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])