diff options
author | DRC <dcommander@users.sourceforge.net> | 2009-03-20 02:12:44 +0000 |
---|---|---|
committer | DRC <dcommander@users.sourceforge.net> | 2009-03-20 02:12:44 +0000 |
commit | ce8088bdda24e6130c40b745cc46d4e161c57765 (patch) | |
tree | ea756dc478edb1435a569cc2d77fe54430918a31 /unix/build-xorg-7.4 | |
parent | 827d8a9fe5c28c50b92458acd57ac4235caa3e71 (diff) | |
download | tigervnc-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-x | unix/build-xorg-7.4 | 3 |
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 } |