[xlibs-commit] X11 ChangeLog,1.16,1.17 configure.ac,1.17,1.18
Jim Gettys
xlibs-commit@pdx.freedesktop.org
Sun, 09 Nov 2003 06:23:40 -0800
Committed by: jg
Update of /cvs/xlibs/X11
In directory pdx:/tmp/cvs-serv24727
Modified Files:
ChangeLog configure.ac
Log Message:
Without the following patch, the xtrans include directory is not added
to the compiler command line, since then the X11_CFLAGS are not changed
in the generated configure script.
Index: ChangeLog
===================================================================
RCS file: /cvs/xlibs/X11/ChangeLog,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -d -r1.16 -r1.17
--- ChangeLog 1 Nov 2003 00:33:13 -0000 1.16
+++ ChangeLog 9 Nov 2003 14:23:37 -0000 1.17
@@ -1,3 +1,10 @@
+2003-11-09 Luciano Montanaro <mikelima@virgilio.it>
+
+ * configure.ac:
+ Without the following patch, the xtrans include directory is not
+ added to the compiler command line, since then the X11_CFLAGS are
+ not changed in the generated configure script.
+
2003-10-31 Eric Anholt <anholt@FreeBSD.org>
* configure.ac:
Index: configure.ac
===================================================================
RCS file: /cvs/xlibs/X11/configure.ac,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -d -r1.17 -r1.18
--- configure.ac 1 Nov 2003 09:11:49 -0000 1.17
+++ configure.ac 9 Nov 2003 14:23:37 -0000 1.18
@@ -168,6 +168,7 @@
X11_DATADIR='${datadir}/X11'
AC_SUBST(X11_DATADIR)
+AC_SUBST(X11_CFLAGS)
AC_OUTPUT([Makefile
include/Makefile