[Commit] Xrender configure.ac,1.8,1.9

Keith Packard commit@keithp.com
Mon, 05 May 2003 20:49:20 -0700


Committed by: keithp

Update of /local/src/CVS/Xrender
In directory home.keithp.com:/tmp/cvs-serv6384

Modified Files:
	configure.ac 
Log Message:
Update version to 0.8.2, add some version-related comments


Index: configure.ac
===================================================================
RCS file: /local/src/CVS/Xrender/configure.ac,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- configure.ac	6 May 2003 02:06:41 -0000	1.8
+++ configure.ac	6 May 2003 03:49:18 -0000	1.9
@@ -29,9 +29,11 @@
 dnl
 dnl Version should match the current Render version. XRenderQueryVersion
 dnl returns the version from render.h, NOT the version we set here. But we
-dnl try to keep these the same.
+dnl try to keep these the same.  Note that the library has an extra
+dnl digit in the version number to track changes which don't affect the
+dnl protocol, so Xrender version l.n.m corresponds to protocol version l.n
 dnl
-AM_INIT_AUTOMAKE(xrender, 0.8.1)
+AM_INIT_AUTOMAKE(xrender, 0.8.2)
 AM_CONFIG_HEADER(config.h)
 
 # Check for progs
@@ -46,7 +48,8 @@
         AC_MSG_ERROR([X is required, but it was either disabled or not found.])
 fi
 
-# Check render configuration
+# Check render configuration, strip extra digits from package version to
+# find the required protocol version
 
 RENDER_VERSION=[`echo $VERSION | sed 's/^\([0-9][0-9]*\.[0-9][0-9]*\).*$/\1/'`]
 PKG_CHECK_MODULES(RENDER, render >= $RENDER_VERSION, [render_found_with_pkgconfig=yes],