Hello, I've tried to build trunk server today, and had to fix configure.ac to define PVM and PVP variables. Patch is attached.
--
pgpte9T46z0L4.pgp
Description: PGP signature
Index: xorg-server/configure.ac =================================================================== --- xorg-server.orig/configure.ac 2008-09-14 20:29:31.000000000 +0000 +++ xorg-server/configure.ac 2008-09-14 20:31:44.000000000 +0000 @@ -398,6 +398,8 @@ dnl augment XORG_RELEASE_VERSION for our snapshot number and to expose the dnl major number PVMAJOR=`echo $PACKAGE_VERSION | cut -d . -f 1` +PVM=`echo $PACKAGE_VERSION | cut -d . -f 2` +PVP=`echo $PACKAGE_VERSION | cut -d . -f 3` PVS=`echo $PACKAGE_VERSION | cut -d . -f 4` if test "x$PVS" = "x"; then PVS="0"
_______________________________________________ xorg mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/xorg
