From 7bd19dfee79f608911224c8195a08fb33c594d54 Mon Sep 17 00:00:00 2001 From: chrox Date: Fri, 1 Aug 2014 18:26:10 +0800 Subject: [PATCH] fix build zsync on nightly bot --- Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 8afda8f3d..abecc1321 100644 --- a/Makefile +++ b/Makefile @@ -299,8 +299,7 @@ $(OUTPUT_DIR)/tar: # zsync: rsync over HTTP $(OUTPUT_DIR)/zsync: - cd $(ZSYNC_DIR) && aclocal ; autoheader; \ - automake --force-missing --add-missing ; autoconf && ./configure \ + cd $(ZSYNC_DIR) && autoreconf -fi && ./configure -q \ $(if $(EMULATE_READER),,--host=$(CHOST)) \ && $(MAKE) -j$(PROCESSORS) cp $(ZSYNC_DIR)/zsync $(OUTPUT_DIR)/