projects
/
htslib.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ddd2c5d
)
literal_version
author
Debian Med Packaging Team
<debian-med-packaging@lists.alioth.debian.org>
Fri, 4 Nov 2016 11:58:19 +0000
(11:58 +0000)
committer
Andreas Tille
<tille@debian.org>
Fri, 4 Nov 2016 11:58:19 +0000
(11:58 +0000)
Gbp-Pq: Name literal_version.patch
configure.ac
patch
|
blob
|
history
diff --git
a/configure.ac
b/configure.ac
index 6f658a24300d625508e5d25abfe339dcf7ae88f8..302025fed12c6381cf362868836443ea20e07630 100644
(file)
--- a/
configure.ac
+++ b/
configure.ac
@@
-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)