X-Git-Url: https://jxself.org/git/?p=skeinsum.git;a=blobdiff_plain;f=configure.ac;h=f1e7a18650e2e94d00f19d64b5d158295eb084f9;hp=d55b03c0f6753bd791ea7ec063ab9dd72638d21c;hb=9342f28c12e2bb962296f53e2bd4331fb55ce002;hpb=28de312cd6c2d32822e2b2ce793abbdf2ae640dc diff --git a/configure.ac b/configure.ac index d55b03c..f1e7a18 100644 --- a/configure.ac +++ b/configure.ac @@ -1,8 +1,23 @@ # -*- Autoconf -*- # Process this file with autoconf to produce a configure script. +# +# This file is part of skeinsum. +# +# skeinsum is free software: you can redistribute it and/or modify it +# under the terms of the GNU General Public License as published by +# the Free Software Foundation, either version 3 of the License, or +# (at your option) any later version. +# +# skeinsum is distributed in the hope that it will be useful, but +# WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +# General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with skeinsum. If not, see . AC_PREREQ([2.69]) -AC_INIT([skeinsum], m4_esyscmd_s([./version.sh]), [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])