autogen.sh: Pass -f to autoreconf

To ensure that any existing copies of autotools files will be replaced
with the current versions.

Acked-by: Alex Deucher <alexander.deucher@amd.com>
This commit is contained in:
Michel Dänzer
2017-07-26 16:46:14 +09:00
committed by Michel Dänzer
parent 842bad4b95
commit a47c009333

View File

@@ -6,7 +6,7 @@ test -z "$srcdir" && srcdir=.
ORIGDIR=`pwd`
cd "$srcdir"
autoreconf -v --install || exit 1
autoreconf -f -v --install || exit 1
cd "$ORIGDIR" || exit $?
git config --local --get format.subjectPrefix >/dev/null 2>&1 ||