summaryrefslogtreecommitdiffstats
path: root/unix/build-xorg-7.4
diff options
context:
space:
mode:
authorDRC <dcommander@users.sourceforge.net>2009-03-20 02:12:44 +0000
committerDRC <dcommander@users.sourceforge.net>2009-03-20 02:12:44 +0000
commitce8088bdda24e6130c40b745cc46d4e161c57765 (patch)
treeea756dc478edb1435a569cc2d77fe54430918a31 /unix/build-xorg-7.4
parent827d8a9fe5c28c50b92458acd57ac4235caa3e71 (diff)
downloadtigervnc-ce8088bdda24e6130c40b745cc46d4e161c57765.tar.gz
tigervnc-ce8088bdda24e6130c40b745cc46d4e161c57765.zip
VNC needs to be autoreconf'ed as well, otherwise unix/configure will not exist
git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@3695 3789f03b-4d11-0410-bbf8-ca57d06f2519
Diffstat (limited to 'unix/build-xorg-7.4')
-rwxr-xr-xunix/build-xorg-7.43
1 files changed, 3 insertions, 0 deletions
diff --git a/unix/build-xorg-7.4 b/unix/build-xorg-7.4
index 6f906610..3b804bf7 100755
--- a/unix/build-xorg-7.4
+++ b/unix/build-xorg-7.4
@@ -84,6 +84,9 @@ init()
pushd xserver
patch -p1 < ../xserver15.patch
autoreconf -fiv
+ popd
+
+ autoreconf -fiv
}