]> source.dussan.org Git - tigervnc.git/commitdiff
Build the macros package before everything else; must be done before autoreconf
authorPeter Åstrand <astrand@cendio.se>
Thu, 19 Mar 2009 07:53:23 +0000 (07:53 +0000)
committerPeter Åstrand <astrand@cendio.se>
Thu, 19 Mar 2009 07:53:23 +0000 (07:53 +0000)
git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@3690 3789f03b-4d11-0410-bbf8-ca57d06f2519

unix/build-xorg-7.4

index 1d7bc436018229696963ce33297984463fcd0c3a..4c0c57da37fb981ef34c2f61ddee2b1917f32ad8 100755 (executable)
@@ -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