[xlibs-commit] Xdmcp configure.ac,1.2,1.3

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


Committed by: jg

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

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/Xdmcp/configure.ac,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- configure.ac	1 Nov 2003 09:11:49 -0000	1.2
+++ configure.ac	12 Nov 2003 21:47:40 -0000	1.3
@@ -40,6 +40,8 @@
 AC_PROG_MAKE_SET
 
 PKG_CHECK_MODULES(XDMCP, xproto)
+AC_SUBST(XDMCP_CFLAGS)
+AC_SUBST(XDMCP_LIBS)
 
 if test -f Wraphelp.c; then
 	AC_DEFINE(HASXDMAUTH,1,[Has Wraphelp.c needed for XDM AUTH protocols])