From: Peter Åstrand Date: Thu, 19 Mar 2009 07:53:23 +0000 (+0000) Subject: Build the macros package before everything else; must be done before autoreconf X-Git-Tag: v0.0.90~99 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=6a47dcc1ce2658b552ea2a1fae973750b81bbf87;p=tigervnc.git Build the macros package before everything else; must be done before autoreconf git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@3690 3789f03b-4d11-0410-bbf8-ca57d06f2519 --- diff --git a/unix/build-xorg-7.4 b/unix/build-xorg-7.4 index 1d7bc436..4c0c57da 100755 --- a/unix/build-xorg-7.4 +++ b/unix/build-xorg-7.4 @@ -35,7 +35,6 @@ modules="dri2proto \ xineramaproto \ fontcacheproto \ libdrm \ - util-macros \ libXau \ xtrans \ libXdmcp \ @@ -69,6 +68,17 @@ init() { mkdir -p xorg update_modules + + pushd xorg + tar jxf util-macros.tar.bz2 + pushd util-macros-* + echo "Building macros" + ./configure --prefix=${PREFIX} + ($MAKE); + make install + popd + popd + pushd xserver patch -p1 < ../xserver15.patch autoreconf -fiv