From: K.Kosako Date: Thu, 8 Aug 2019 05:35:32 +0000 (+0900) Subject: don't execute autoreconf X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=60d4d7cccab2724eaff7cbcec89c2113c66c3fc6;p=onig don't execute autoreconf --- diff --git a/harnesses/makefile b/harnesses/makefile index 991f4f9..6b5a9e8 100644 --- a/harnesses/makefile +++ b/harnesses/makefile @@ -51,7 +51,7 @@ libfuzzer-onig-full: libfuzzer-onig.cpp $(ONIG_LIB) $(ONIG_LIB): cd ..; make clean - cd ..; autoreconf -vfi + #cd ..; autoreconf -vfi cd ..; ./configure CC=clang LD=clang CFLAGS="-g -fsanitize=address -fno-omit-frame-pointer" LDFLAGS="-g -fsanitize=address -fno-omit-frame-pointer" cd ..; make -j4