We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 13dc8be commit 0c7a19cCopy full SHA for 0c7a19c
build/f_wolfcrypt_build.sh
@@ -35,9 +35,10 @@ fi
35
if [[ -z $SKIP_STEP || $SKIP_STEP == "autoconf" ]]; then #not empty allowed as if we bootstrapped above we dont need to run nautoconf
36
sed -i -E 's#(ESTS\],\[test .x)#\1ZZZ#g' configure.ac #disable unit tests that will fail
37
sed -i -E 's#autoreconf --install --force#autoreconf --install#g' autogen.sh
38
- libtool_fixes "build-aux/ltmain.sh" "m4/libtool.m4"
39
gnulib_ensure_buildaux_scripts_copied;
40
./autogen.sh
+ libtool_fixes "build-aux/ltmain.sh" "m4/libtool.m4"
41
+ autoreconf
42
SKIP_STEP=""
43
fi
44
0 commit comments