[PATCH xf86-video-amdgpu 3/3] autogen.sh: Pass -f to autoreconf

Michel Dänzer michel at daenzer.net
Wed Jul 26 07:46:58 UTC 2017


From: Michel Dänzer <michel.daenzer at amd.com>

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

Signed-off-by: Michel Dänzer <michel.daenzer at amd.com>
---
 autogen.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/autogen.sh b/autogen.sh
index c814d5cf1..683b32361 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -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 ||
-- 
2.13.3



More information about the amd-gfx mailing list