[xlibs-commit] Xau configure.ac,3.5,3.6

Jim Gettys xlibs-commit@pdx.freedesktop.org
Wed, 12 Nov 2003 13:47:42 -0800


Committed by: jg

Update of /cvs/xlibs/Xau
In directory pdx:/tmp/cvs-serv6504/Xau

Modified Files:
	configure.ac 
Log Message:
Patch submitted by mikelima@virgilio.it (Luciano Montanaro) to fix: 

http://pdx.freedesktop.org/cgi-bin/bugzilla/show_bug.cgi?id=139

There is a README that says that when using pkg-config, the 

AC_SUBST(packagename_CFLAGS)
AC_SUBST(packagename_LIBS)

lines should be supplied in the configure.in


Index: configure.ac
===================================================================
RCS file: /cvs/xlibs/Xau/configure.ac,v
retrieving revision 3.5
retrieving revision 3.6
diff -u -d -r3.5 -r3.6
--- configure.ac	1 Nov 2003 09:11:49 -0000	3.5
+++ configure.ac	12 Nov 2003 21:47:40 -0000	3.6
@@ -39,6 +39,8 @@
 AC_PROG_MAKE_SET
 
 PKG_CHECK_MODULES(XAU, xproto)
+AC_SUBST(XAU_CFLAGS)
+AC_SUBST(XAU_LIBS)
 
 kerberos=false
 AM_CONDITIONAL(KERBEROS, test x$kerberos = xtrue)