Re: [Mesa-dev] [PATCH] docs/releasing: do not pass any arguments to autogen.sh

2017-03-19 Thread Eric Engestrom
On Friday, 2017-03-17 18:17:14 +, Emil Velikov wrote: > From: Emil Velikov > > Things should just work (tm) with the default options. This! ^ > Plus the one we pass is already the default, so just drop it. > > Signed-off-by: Emil Velikov Reviewed-by: Eric Engestrom > --- > docs/releas

[Mesa-dev] [PATCH] docs/releasing: do not pass any arguments to autogen.sh

2017-03-17 Thread Emil Velikov
From: Emil Velikov Things should just work (tm) with the default options. Plus the one we pass is already the default, so just drop it. Signed-off-by: Emil Velikov --- docs/releasing.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/releasing.html b/docs/releasing.h