Skip to content

Commit f6f7cdc

Browse files
committed
Add -fi flag for autoreconf
1 parent 80a0010 commit f6f7cdc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/build_dependencies_unix.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ if [ $USE_GMP = "gmp" ]; then
182182
echo " patching GMP"
183183
echo --------------------------------------------
184184
patch -N -Z < ../../../bin/patch-C23.diff
185-
autoreconf
185+
autoreconf -fi
186186
fi
187187

188188
# Show the output of configfsf.guess

0 commit comments

Comments
 (0)