From: DRC Date: Tue, 21 Jun 2011 07:37:05 +0000 (+0000) Subject: Make '-version 7.4' the default. X-Git-Tag: v1.1.90~277 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=00bfdcf40de6b6db82efc81703d838354023e38a;p=tigervnc.git Make '-version 7.4' the default. git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@4509 3789f03b-4d11-0410-bbf8-ca57d06f2519 --- diff --git a/unix/build-xorg b/unix/build-xorg index 2cd57599..374a0894 100755 --- a/unix/build-xorg +++ b/unix/build-xorg @@ -8,7 +8,7 @@ set -e PREFIX= MAKE="make" -XORG_VERSION= +XORG_VERSION=7.4 SRCDIR=`dirname $0`/.. modules="dri2proto \ @@ -214,14 +214,14 @@ rebuild () usage () { - echo "Usage: $0 init -version <7.4 | 7.5>" + echo "Usage: $0 init [-version <7.4 | 7.5>]" echo - echo " $0 build -version <7.4 | 7.5>" + echo " $0 build [-version <7.4 | 7.5>]" echo " [additional configure flags]" echo echo " $0 rebuild [additional make options]" echo - echo " $0 update -version <7.4 | 7.5>" + echo " $0 update [-version <7.4 | 7.5>]" echo exit 1 }