Update biology/bcftools to version 1.9
[dports.git] / biology / bcftools / files / patch-configure.ac
1 --- configure.ac.orig   2018-07-18 08:34:29 UTC
2 +++ configure.ac
3 @@ -23,7 +23,7 @@
4  # DEALINGS IN THE SOFTWARE.
5  
6  dnl Process this file with autoconf to produce a configure script
7 -AC_INIT([BCFtools], m4_esyscmd_s([./version.sh 2>/dev/null]),
8 +AC_INIT([BCFtools], [@PORTVERSION@],
9          [samtools-help@lists.sourceforge.net], [], [http://www.htslib.org/])
10  AC_PREREQ([2.63])  dnl This version introduced 4-argument AC_CHECK_HEADER
11  AC_CONFIG_SRCDIR([main.c])