[PATCH xf86-video-ati 3/3] autogen.sh: Pass -f to autoreconf
Deucher, Alexander
Alexander.Deucher at amd.com
Thu Jul 27 12:47:16 UTC 2017
> -----Original Message-----
> From: amd-gfx [mailto:amd-gfx-bounces at lists.freedesktop.org] On Behalf
> Of Michel Dänzer
> Sent: Thursday, July 27, 2017 2:31 AM
> To: amd-gfx at lists.freedesktop.org
> Subject: [PATCH xf86-video-ati 3/3] autogen.sh: Pass -f to autoreconf
>
> 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.
>
> (Cherry picked from amdgpu commit
> a47c0093338d80d84e7033ad15d051925d542ca0)
>
> Signed-off-by: Michel Dänzer <michel.daenzer at amd.com>
Series is:
Acked-by: Alex Deucher <alexander.deucher at amd.com>
> ---
> autogen.sh | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/autogen.sh b/autogen.sh
> index a98269f70..49d14c622 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
>
> _______________________________________________
> amd-gfx mailing list
> amd-gfx at lists.freedesktop.org
> https://lists.freedesktop.org/mailman/listinfo/amd-gfx
More information about the amd-gfx
mailing list