[PATCH libdrm 1/2] configure: Stop using AM_MAINTAINER_MODE

2015-03-10 Thread Julien Cristau
On Tue, Mar 10, 2015 at 16:33:17 +, Emil Velikov wrote: > Hi Julien, > On 9 March 2015 at 20:28, Julien Cristau wrote: > > On Mon, Mar 9, 2015 at 12:08:16 +, Emil Velikov wrote: > > > >> By using it, any modifications to configure.ac or the Makefile.am files > >> won't trigger a rebuild

[PATCH libdrm 1/2] configure: Stop using AM_MAINTAINER_MODE

2015-03-10 Thread Emil Velikov
On 10 March 2015 at 16:41, Julien Cristau wrote: > On Tue, Mar 10, 2015 at 16:33:17 +, Emil Velikov wrote: > >> Hi Julien, >> On 9 March 2015 at 20:28, Julien Cristau wrote: >> > On Mon, Mar 9, 2015 at 12:08:16 +, Emil Velikov wrote: >> > >> >> By using it, any modifications to configure

[PATCH libdrm 1/2] configure: Stop using AM_MAINTAINER_MODE

2015-03-10 Thread Emil Velikov
Hi Julien, On 9 March 2015 at 20:28, Julien Cristau wrote: > On Mon, Mar 9, 2015 at 12:08:16 +, Emil Velikov wrote: > >> By using it, any modifications to configure.ac or the Makefile.am files >> won't trigger a rebuild of the makefiles. Drop the switch from the >> autogen.sh as well. >> > Si

[PATCH libdrm 1/2] configure: Stop using AM_MAINTAINER_MODE

2015-03-09 Thread Julien Cristau
On Mon, Mar 9, 2015 at 12:08:16 +, Emil Velikov wrote: > By using it, any modifications to configure.ac or the Makefile.am files > won't trigger a rebuild of the makefiles. Drop the switch from the > autogen.sh as well. > Since it was set to enabled in configure.ac, the above is not true, un

[PATCH libdrm 1/2] configure: Stop using AM_MAINTAINER_MODE

2015-03-09 Thread Emil Velikov
By using it, any modifications to configure.ac or the Makefile.am files won't trigger a rebuild of the makefiles. Drop the switch from the autogen.sh as well. Signed-off-by: Emil Velikov --- autogen.sh | 2 +- configure.ac | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/au