[PATCH] version parsing in configure.ac | |
| [Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] | |
Hello, I've tried to build trunk server today, and had to fix configure.ac to define PVM and PVP variables. Patch is attached. --
Attachment:
pgp1MXqkplNzb.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 xorg@xxxxxxxxxxxxxxxxxxxxx http://lists.freedesktop.org/mailman/listinfo/xorg
[X Forum] [Devices] [XFree86] [XFree86 Newbie] [Site Home] [IETF Annouce] [Security] [Fontconfig] [Bugtraq] [Rubini] [Photo] [Yosemite] [MIPS Linux] [ARM Linux] [Linux Security] [Video for Linux] [Linux RAID] [Linux Resources]