[Spread-cvs] commit: r287 - in trunk: . stdutil/src

jonathan at spread.org jonathan at spread.org
Wed Feb 8 03:18:05 EST 2006


Author: jonathan
Date: 2006-02-08 03:18:04 -0500 (Wed, 08 Feb 2006)
New Revision: 287

Modified:
   trunk/configure
   trunk/configure.in
   trunk/stdutil/src/Makefile.in
Log:
Fixes to build following merge of updated stdutil.


Modified: trunk/configure
===================================================================
--- trunk/configure	2006-02-08 06:24:36 UTC (rev 286)
+++ trunk/configure	2006-02-08 08:18:04 UTC (rev 287)
@@ -271,7 +271,7 @@
 PACKAGE_STRING='Spread 4.0.0beta1'
 PACKAGE_BUGREPORT=''
 
-ac_subdirs_all="$ac_subdirs_all stdutil/src"
+ac_subdirs_all="$ac_subdirs_all stdutil"
 # Factoring default headers for most tests.
 ac_includes_default="\
 #include <stdio.h>
@@ -1341,7 +1341,7 @@
 
 
 
-subdirs="$subdirs stdutil/src"
+subdirs="$subdirs stdutil"
 
 
 # Make sure we can run config.sub.

Modified: trunk/configure.in
===================================================================
--- trunk/configure.in	2006-02-08 06:24:36 UTC (rev 286)
+++ trunk/configure.in	2006-02-08 08:18:04 UTC (rev 287)
@@ -3,7 +3,7 @@
 AC_CONFIG_AUX_DIR(buildtools)
 AC_CONFIG_HEADER(daemon/config.h)
 
-AC_CONFIG_SUBDIRS(stdutil/src)
+AC_CONFIG_SUBDIRS(stdutil)
 
 AC_CANONICAL_HOST
 

Modified: trunk/stdutil/src/Makefile.in
===================================================================
--- trunk/stdutil/src/Makefile.in	2006-02-08 06:24:36 UTC (rev 286)
+++ trunk/stdutil/src/Makefile.in	2006-02-08 08:18:04 UTC (rev 287)
@@ -4,7 +4,7 @@
 srcdir=@srcdir@
 top_srcdir=@top_srcdir@
 VPATH=@srcdir@
-buildtoolsdir=$(top_srcdir)/../../buildtools
+buildtoolsdir=$(top_srcdir)/../buildtools
 
 # where to put libraries and test/example programs
 TARGET_DIR = ../lib




More information about the Spread-cvs mailing list