Re: [PATCH libXext] add ACLOCAL_AMFLAGS = -I m4 to make aclocal pick ax_gcc_builtin.m4

2019-03-17 Thread Alan Coopersmith
On 3/17/19 10:33 AM, Matthieu Herrb wrote: On Sun, Mar 17, 2019 at 09:07:00AM -0700, Alan Coopersmith wrote: On 3/17/19 6:29 AM, Matthieu Herrb wrote: Signed-off-by: Matthieu Herrb --- Makefile.am | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Makefile.am b/Makefile.am index

Re: [PATCH libXext] add ACLOCAL_AMFLAGS = -I m4 to make aclocal pick ax_gcc_builtin.m4

2019-03-17 Thread Matthieu Herrb
On Sun, Mar 17, 2019 at 09:07:00AM -0700, Alan Coopersmith wrote: > On 3/17/19 6:29 AM, Matthieu Herrb wrote: > > Signed-off-by: Matthieu Herrb > > --- > > Makefile.am | 2 ++ > > 1 file changed, 2 insertions(+) > > > > diff --git a/Makefile.am b/Makefile.am > > index b76bc6c..4f5c67d 100644

Re: [PATCH libXext] add ACLOCAL_AMFLAGS = -I m4 to make aclocal pick ax_gcc_builtin.m4

2019-03-17 Thread Alan Coopersmith
On 3/17/19 6:29 AM, Matthieu Herrb wrote: Signed-off-by: Matthieu Herrb --- Makefile.am | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Makefile.am b/Makefile.am index b76bc6c..4f5c67d 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,5 +1,7 @@ SUBDIRS = man src specs

[PATCH libXext] add ACLOCAL_AMFLAGS = -I m4 to make aclocal pick ax_gcc_builtin.m4

2019-03-17 Thread Matthieu Herrb
Signed-off-by: Matthieu Herrb --- Makefile.am | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Makefile.am b/Makefile.am index b76bc6c..4f5c67d 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,5 +1,7 @@ SUBDIRS = man src specs +ACLOCAL_AMFLAGS = -I m4 + pkgconfigdir =

Typo in comment in exa.h ?

2019-03-17 Thread Andrew Randrianasulu
Hello! I was trying to regain some understanding of how EXA works, and found one typo, I believe: https://cgit.freedesktop.org/xorg/xserver/tree/exa/exa.h line 143: * The flags in clude EXA_OFFSCREEN_PIXMAPS, EXA_OFFSCREEN_ALIGN_POT, and "include" must be one word?