[PATCH xf86-video-amdgpu 3/3] autogen.sh: Pass -f to autoreconf
Deucher, Alexander
Alexander.Deucher at amd.com
Wed Jul 26 14:18:58 UTC 2017
> -----Original Message-----
> From: amd-gfx [mailto:amd-gfx-bounces at lists.freedesktop.org] On Behalf
> Of Michel Dänzer
> Sent: Wednesday, July 26, 2017 3:47 AM
> To: amd-gfx at lists.freedesktop.org
> Subject: [PATCH xf86-video-amdgpu 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.
>
> Signed-off-by: Michel Dänzer <michel.daenzer at amd.com>
Not much of an autotools expert. 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 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
>
> _______________________________________________
> 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