X-Git-Url: https://jxself.org/git/?p=skeinsum.git;a=blobdiff_plain;f=configure.ac;h=d55b03c0f6753bd791ea7ec063ab9dd72638d21c;hp=87ab1863fc0174313ceec902b4c8987c51626dfd;hb=28de312cd6c2d32822e2b2ce793abbdf2ae640dc;hpb=ad53567e4d8291b683c40db9bc5496e577fd76a4 diff --git a/configure.ac b/configure.ac index 87ab186..d55b03c 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]) AC_CONFIG_SRCDIR([skein.h]) AC_CONFIG_HEADERS([config.h]) AM_INIT_AUTOMAKE([-Wall -Werror foreign])