htslib: Update configure.ac subst for new version

This commit is contained in:
Jason Bacon 2020-06-05 11:15:39 -05:00
parent 483301b454
commit 250d9af2d5
1 changed files with 2 additions and 2 deletions

View File

@ -20,8 +20,8 @@ REPLACE_PERL+= test/test.pl
SUBST_CLASSES+= version
SUBST_STAGE.version= pre-configure
SUBST_SED.version= -e "s|m4_esyscmd_s(\[make print-version\])|[${PKGVERSION_NOREV}]|"
SUBST_FILES.version= ${WRKSRC}/configure.ac
SUBST_SED.version= -e "s|m4_esyscmd_s(\[./version.sh 2>/dev/null\])|[${PKGVERSION_NOREV}]|"
SUBST_FILES.version= configure.ac
pre-configure:
(cd ${WRKSRC} && autoreconf)