Skip to content

Commit

Permalink
autoreconf
Browse files Browse the repository at this point in the history
  • Loading branch information
tobiasrausch committed Dec 2, 2022
1 parent dcb335e commit 1347f96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ TARGETS = ${SUBMODULES} ${BUILT_PROGRAMS}
all: $(TARGETS)

.htslib: $(HTSLIBSOURCES)
if [ -r src/htslib/Makefile ]; then cd src/htslib && autoheader && autoconf && ./configure --disable-s3 --disable-gcs --disable-libcurl --disable-plugins && $(MAKE) && $(MAKE) lib-static && cd ../../ && touch .htslib; fi
if [ -r src/htslib/Makefile ]; then cd src/htslib && autoreconf -i && ./configure --disable-s3 --disable-gcs --disable-libcurl --disable-plugins && $(MAKE) && $(MAKE) lib-static && cd ../../ && touch .htslib; fi

src/svprops: ${SUBMODULES} $(SOURCES)
$(CXX) $(CXXFLAGS) $@.cpp -o $@ $(LDFLAGS)
Expand Down

0 comments on commit 1347f96

Please sign in to comment.