Remove -f flag from autoreconf
This commit is contained in:
parent
c78d783634
commit
03d2bd1403
2 changed files with 2 additions and 2 deletions
|
@ -20,7 +20,7 @@ ffbuild_dockerbuild() {
|
|||
git am < "$patch"
|
||||
done
|
||||
|
||||
autoreconf -fi
|
||||
autoreconf -i
|
||||
|
||||
local myconf=(
|
||||
--prefix="$FFBUILD_PREFIX"
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue