]> source.dussan.org Git - tigervnc.git/commitdiff
Make autoconf and friends do the right thing and don't recurse above our
authorPierre Ossman <ossman@cendio.se>
Fri, 19 Mar 2010 15:35:14 +0000 (15:35 +0000)
committerPierre Ossman <ossman@cendio.se>
Fri, 19 Mar 2010 15:35:14 +0000 (15:35 +0000)
top directories.

git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/branches/1_0@4009 3789f03b-4d11-0410-bbf8-ca57d06f2519

common/configure.ac
unix/configure.ac

index 675864ee353181d39cf89fcd3a32b0485840b375..26b3eedec80e8ece88f12365fdec573962545395 100644 (file)
@@ -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])
 
index 33bf36fac7818c263df92e0bd6344685a5d83d60..cbaf679b3744aaaad8257c00aa83771be53d031c 100644 (file)
@@ -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'])