Remove -f flag from autoreconf

This commit is contained in:
shirt 2022-04-25 18:42:49 -04:00
parent c78d783634
commit 03d2bd1403
No known key found for this signature in database
GPG key ID: 961246C6493C8DF9
2 changed files with 2 additions and 2 deletions

View file

@ -20,7 +20,7 @@ ffbuild_dockerbuild() {
git am < "$patch"
done
autoreconf -fi
autoreconf -i
local myconf=(
--prefix="$FFBUILD_PREFIX"

View file

@ -12,7 +12,7 @@ ffbuild_dockerbuild() {
git-mini-clone "$ARIBB24_REPO" "$ARIBB24_COMMIT" aribb24
cd aribb24
autoreconf -fi
autoreconf -i
local myconf=(
--prefix="$FFBUILD_PREFIX"