Revision: 4009
          http://tigervnc.svn.sourceforge.net/tigervnc/?rev=4009&view=rev
Author:   ossman_
Date:     2010-03-19 15:35:14 +0000 (Fri, 19 Mar 2010)

Log Message:
-----------
Make autoconf and friends do the right thing and don't recurse above our
top directories.

Modified Paths:
--------------
    branches/1_0/common/configure.ac
    branches/1_0/unix/configure.ac

Modified: branches/1_0/common/configure.ac
===================================================================
--- branches/1_0/common/configure.ac    2010-03-19 14:34:12 UTC (rev 4008)
+++ branches/1_0/common/configure.ac    2010-03-19 15:35:14 UTC (rev 4009)
@@ -1,6 +1,7 @@
 dnl Process this file with autoconf to produce a configure script.
 AC_PREREQ([2.57])
 AC_INIT([librfb], [1.0.1], [http://www.tigervnc.org])
+AC_CONFIG_AUX_DIR([.])
 
 AM_INIT_AUTOMAKE([-Wall foreign dist-bzip2])
 

Modified: branches/1_0/unix/configure.ac
===================================================================
--- branches/1_0/unix/configure.ac      2010-03-19 14:34:12 UTC (rev 4008)
+++ branches/1_0/unix/configure.ac      2010-03-19 15:35:14 UTC (rev 4009)
@@ -1,6 +1,7 @@
 dnl Process this file with autoconf to produce a configure script.
 AC_PREREQ([2.57])
 AC_INIT([tigervnc], [1.0.1], [http://www.tigervnc.org])
+AC_CONFIG_AUX_DIR([.])
 AM_INIT_AUTOMAKE([-Wall foreign dist-bzip2])
 
 AC_SUBST([COMMON_DIR], ['$(top_srcdir)/../common'])


This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.

------------------------------------------------------------------------------
Download Intel® Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
_______________________________________________
Tigervnc-commits mailing list
Tigervnc-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/tigervnc-commits

Reply via email to