diff options
author | Michel Dänzer <michel.daenzer@amd.com> | 2017-07-27 15:27:54 +0900 |
---|---|---|
committer | Michel Dänzer <michel@daenzer.net> | 2017-07-28 11:57:41 +0900 |
commit | 377c9dc7e51cc8ebd06816b08682a8098a49508a (patch) | |
tree | b80b89bae04a9332e60030740412ef3a118a37af /autogen.sh | |
parent | bf0a759e3bced3a93bead033a26871cc340bd309 (diff) |
autogen.sh: Pass -f to autoreconf
To ensure that any existing copies of autotools files will be replaced
with the current versions.
(Cherry picked from amdgpu commit a47c0093338d80d84e7033ad15d051925d542ca0)
Acked-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'autogen.sh')
-rwxr-xr-x | autogen.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 || |