[Spread-cvs] commit: r448 - in trunk: . daemon

jonathan at spread.org jonathan at spread.org
Fri Jan 6 22:35:35 EST 2012


Author: jonathan
Date: 2012-01-06 22:35:35 -0500 (Fri, 06 Jan 2012)
New Revision: 448

Modified:
   trunk/configure
   trunk/configure.in
   trunk/daemon/Changelog
Log:
Update configure.in to use documented AC_CONFIG_HEADERS() macro. Rebild configure.

Modified: trunk/configure
===================================================================
--- trunk/configure	2012-01-07 03:30:56 UTC (rev 447)
+++ trunk/configure	2012-01-07 03:35:35 UTC (rev 448)
@@ -1,6 +1,6 @@
 #! /bin/sh
 # Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.62 for Spread 4.0.1.
+# Generated by GNU Autoconf 2.62 for Spread 4.1.0.
 #
 # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
 # 2002, 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
@@ -594,8 +594,8 @@
 # Identity of this package.
 PACKAGE_NAME='Spread'
 PACKAGE_TARNAME='spread'
-PACKAGE_VERSION='4.0.1'
-PACKAGE_STRING='Spread 4.0.1'
+PACKAGE_VERSION='4.1.0'
+PACKAGE_STRING='Spread 4.1.0'
 PACKAGE_BUGREPORT=''
 
 enable_option_checking=no
@@ -1301,7 +1301,7 @@
   # Omit some internal or obsolete options to make the list less imposing.
   # This message is too long to be a string in the A/UX 3.1 sh.
   cat <<_ACEOF
-\`configure' configures Spread 4.0.1 to adapt to many kinds of systems.
+\`configure' configures Spread 4.1.0 to adapt to many kinds of systems.
 
 Usage: $0 [OPTION]... [VAR=VALUE]...
 
@@ -1366,7 +1366,7 @@
 
 if test -n "$ac_init_help"; then
   case $ac_init_help in
-     short | recursive ) echo "Configuration of Spread 4.0.1:";;
+     short | recursive ) echo "Configuration of Spread 4.1.0:";;
    esac
   cat <<\_ACEOF
 
@@ -1462,7 +1462,7 @@
 test -n "$ac_init_help" && exit $ac_status
 if $ac_init_version; then
   cat <<\_ACEOF
-Spread configure 4.0.1
+Spread configure 4.1.0
 generated by GNU Autoconf 2.62
 
 Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
@@ -1476,7 +1476,7 @@
 This file contains any messages produced by compilers while
 running configure, to aid debugging if configure makes a mistake.
 
-It was created by Spread $as_me 4.0.1, which was
+It was created by Spread $as_me 4.1.0, which was
 generated by GNU Autoconf 2.62.  Invocation command line was
 
   $ $0 $@
@@ -10130,6 +10130,20 @@
 	LIBSPCORESO=none
 	LIBTSPCORESO=none
 	;;
+*-*-solaris*)
+	SHCC=$CC
+	SHCFLAGS="$CFLAGS -fPIC"
+	SHCPPFLAGS="$CPPFLAGS"
+	SHLD="$CC -shared"
+	SHLDFLAGS="$SHLDFLAGS $LDFLAGS"
+	SHLIBS=$LIBS
+	SHLDOPTION="-Wl,"
+	SHLDNAME="-h,"
+	SHLDCONVERTSTATIC="-Wl,-whole-archive"
+	SHLDCONVERTSTATICEND="-Wl,-no-whole-archive"
+	LIBSPSO="libspread.so"
+	LIBSPCORESO="libspread-core.so"
+	LIBTSPCORESO="libtspread-core.so"
 *-*-*)
 	SHCC=$CC
 	SHCFLAGS="$CFLAGS -fPIC"
@@ -10596,7 +10610,7 @@
 # report actual input values of CONFIG_FILES etc. instead of their
 # values after options handling.
 ac_log="
-This file was extended by Spread $as_me 4.0.1, which was
+This file was extended by Spread $as_me 4.1.0, which was
 generated by GNU Autoconf 2.62.  Invocation command line was
 
   CONFIG_FILES    = $CONFIG_FILES
@@ -10649,7 +10663,7 @@
 _ACEOF
 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
 ac_cs_version="\\
-Spread config.status 4.0.1
+Spread config.status 4.1.0
 configured by $0, generated by GNU Autoconf 2.62,
   with options \\"`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
 

Modified: trunk/configure.in
===================================================================
--- trunk/configure.in	2012-01-07 03:30:56 UTC (rev 447)
+++ trunk/configure.in	2012-01-07 03:35:35 UTC (rev 448)
@@ -1,7 +1,7 @@
 AC_INIT(Spread, 4.1.0)
 
 AC_CONFIG_AUX_DIR(buildtools)
-AC_CONFIG_HEADER(daemon/config.h)
+AC_CONFIG_HEADERS(daemon/config.h)
 
 AC_CONFIG_SUBDIRS(stdutil)
 

Modified: trunk/daemon/Changelog
===================================================================
--- trunk/daemon/Changelog	2012-01-07 03:30:56 UTC (rev 447)
+++ trunk/daemon/Changelog	2012-01-07 03:35:35 UTC (rev 448)
@@ -1,3 +1,8 @@
+Fri Jan  6 22:33:23 2012  Jonathan Stanton  <jonathan at spreadconcepts.com>
+
+	* configure.in: Switch from undocumented AC_CONFIG_HEADER() macro
+	to documented AC_CONFIG_HEADERS() macro. 
+
 Fri Jan  6 22:28:53 2012  Jonathan Stanton  <jonathan at spreadconcepts.com>
 
 	* monitor.c (Exit_Usage,Usage): Add Exit_Usage() function and 




More information about the Spread-cvs mailing list