]> source.dussan.org Git - tigervnc.git/commitdiff
Use configure scripts included in the tarball, if they exist. This is to avoid probl...
authorDRC <dcommander@users.sourceforge.net>
Fri, 22 Jan 2010 09:32:31 +0000 (09:32 +0000)
committerDRC <dcommander@users.sourceforge.net>
Fri, 22 Jan 2010 09:32:31 +0000 (09:32 +0000)
git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/branches/1_0@3952 3789f03b-4d11-0410-bbf8-ca57d06f2519

unix/build-xorg-7.4

index f5ad53c9c42582efbecf549830fb79fc2eb72d11..190fd8717e8b3edc31f8535cb5aa13b22cf003ac 100755 (executable)
@@ -78,7 +78,9 @@ init()
     patch -p1 < ../xserver15.patch
     popd
 
-    autoreconf -fiv
+    if [ ! -f ./configure ]; then
+        autoreconf -fiv
+    fi
 }