X-Git-Url: https://jxself.org/git/?p=skeinsum.git;a=blobdiff_plain;f=configure.ac;h=04f33573c5ac01911623ee2b1079e4e5686e5de4;hp=87ab1863fc0174313ceec902b4c8987c51626dfd;hb=54ecebc681fecdfc5ef2e36730cc974e90ea52b7;hpb=ad53567e4d8291b683c40db9bc5496e577fd76a4 diff --git a/configure.ac b/configure.ac index 87ab186..04f3357 100644 --- a/configure.ac +++ b/configure.ac @@ -2,7 +2,7 @@ # Process this file with autoconf to produce a configure script. AC_PREREQ([2.69]) -AC_INIT([skeinsum], [1.0], [j@jxself.org]) +AC_INIT([skeinsum], m4_esyscmd_s([./version.sh]), [j@jxself.org], [], [https://jxself.org/skein.shtml]) AC_CONFIG_SRCDIR([skein.h]) AC_CONFIG_HEADERS([config.h]) AM_INIT_AUTOMAKE([-Wall -Werror foreign])