diff --git a/build/f_wolfcrypt_build.sh b/build/f_wolfcrypt_build.sh index e82ab85..8ee1b7f 100644 --- a/build/f_wolfcrypt_build.sh +++ b/build/f_wolfcrypt_build.sh @@ -35,9 +35,10 @@ fi if [[ -z $SKIP_STEP || $SKIP_STEP == "autoconf" ]]; then #not empty allowed as if we bootstrapped above we dont need to run nautoconf sed -i -E 's#(ESTS\],\[test .x)#\1ZZZ#g' configure.ac #disable unit tests that will fail sed -i -E 's#autoreconf --install --force#autoreconf --install#g' autogen.sh - libtool_fixes "build-aux/ltmain.sh" "m4/libtool.m4" gnulib_ensure_buildaux_scripts_copied; ./autogen.sh + libtool_fixes "build-aux/ltmain.sh" "m4/libtool.m4" + autoreconf SKIP_STEP="" fi