Skip to content

Commit 8b86ba7

Browse files
committed
Remove buildconf in place of using autoreconf -fi
1 parent 2d74a53 commit 8b86ba7

File tree

2 files changed

+1
-348
lines changed

2 files changed

+1
-348
lines changed

buildconf

Lines changed: 0 additions & 347 deletions
This file was deleted.

scripts/compile_fuzzer.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ export INSTALLDIR=$1
2424
[[ -d ${INSTALLDIR} ]] || exit 1
2525

2626
# Build the fuzzers.
27-
${BUILD_ROOT}/buildconf || exit 2
27+
autoreconf -fi || exit 2
2828
${BUILD_ROOT}/configure ${CODE_COVERAGE_OPTION} || exit 3
2929
make || exit 4
3030
make check || exit 5

0 commit comments

Comments
 (0)