Home
last modified time | relevance | path

Searched refs:PVP (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/external/xserver/
H A Daclocal.m42650 PVP=`echo $PACKAGE_VERSION | cut -d . -f 3 | cut -d - -f 1`
2651 if test "x$PVP" = "x"; then
2652 PVP="0"
2655 [$PVP],
H A Dconfigure12040 PVP=`echo $PACKAGE_VERSION | cut -d . -f 3 | cut -d - -f 1`
12041 if test "x$PVP" = "x"; then
12042 PVP="0"
23393 VENDOR_RELEASE="((($PVMAJOR) * 10000000) + (($PVM) * 100000) + (($PVP) * 1000) + $PVS)"
H A Dconfigure.ac374 VENDOR_RELEASE="((($PVMAJOR) * 10000000) + (($PVM) * 100000) + (($PVP) * 1000) + $PVS)"