literal_version
authorDebian Med Packaging Team <debian-med-packaging@lists.alioth.debian.org>
Sat, 14 Jan 2017 18:23:52 +0000 (18:23 +0000)
committerAndreas Tille <tille@debian.org>
Sat, 14 Jan 2017 18:23:52 +0000 (18:23 +0000)
Gbp-Pq: Name literal_version.patch

configure.ac

index 6f658a24300d625508e5d25abfe339dcf7ae88f8..302025fed12c6381cf362868836443ea20e07630 100644 (file)
@@ -23,7 +23,7 @@
 # DEALINGS IN THE SOFTWARE.
 
 dnl Process this file with autoconf to produce a configure script
-AC_INIT([HTSlib], m4_esyscmd_s([make print-version]),
+AC_INIT([HTSlib], m4_esyscmd_s([grep 'PACKAGE_VERSION  =' Makefile | cut -f 2 -d'=' | xargs]),
         [samtools-help@lists.sourceforge.net], [], [http://www.htslib.org/])
 AC_PREREQ(2.63)  dnl This version introduced 4-argument AC_CHECK_HEADER
 AC_CONFIG_SRCDIR(hts.c)