[Spread-cvs] commit: r488 - in libspreadutil/trunk: . src

jonathan at spread.org jonathan at spread.org
Mon Mar 5 20:32:10 EST 2012


Author: jonathan
Date: 2012-03-05 20:32:10 -0500 (Mon, 05 Mar 2012)
New Revision: 488

Modified:
   libspreadutil/trunk/Makefile.in
   libspreadutil/trunk/configure
   libspreadutil/trunk/configure.in
   libspreadutil/trunk/src/Makefile.in
Log:
Update version numbers for release. Fix make binrelease to support subbuilds in other projects without installing.

Modified: libspreadutil/trunk/Makefile.in
===================================================================
--- libspreadutil/trunk/Makefile.in	2012-03-05 23:57:49 UTC (rev 487)
+++ libspreadutil/trunk/Makefile.in	2012-03-06 01:32:10 UTC (rev 488)
@@ -2,6 +2,8 @@
 INSTALLSUBDIRS=include src docs
 BINSUBDIRS=src
 
+.PHONY: all clean distclean veryclean binrelease install uninstallall uninstall
+
 all: $(SUBDIRS) 
 	for dir in $(SUBDIRS); do \
 		( $(MAKE) -C $$dir); \

Modified: libspreadutil/trunk/configure
===================================================================
--- libspreadutil/trunk/configure	2012-03-05 23:57:49 UTC (rev 487)
+++ libspreadutil/trunk/configure	2012-03-06 01:32:10 UTC (rev 488)
@@ -1,6 +1,6 @@
 #! /bin/sh
 # Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.62 for Spread_Util 0.9.0.
+# Generated by GNU Autoconf 2.62 for Spread_Util 4.2.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_Util'
 PACKAGE_TARNAME='spread_util'
-PACKAGE_VERSION='0.9.0'
-PACKAGE_STRING='Spread_Util 0.9.0'
+PACKAGE_VERSION='4.2.0'
+PACKAGE_STRING='Spread_Util 4.2.0'
 PACKAGE_BUGREPORT=''
 
 # Factoring default headers for most tests.
@@ -1287,7 +1287,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_Util 0.9.0 to adapt to many kinds of systems.
+\`configure' configures Spread_Util 4.2.0 to adapt to many kinds of systems.
 
 Usage: $0 [OPTION]... [VAR=VALUE]...
 
@@ -1352,7 +1352,7 @@
 
 if test -n "$ac_init_help"; then
   case $ac_init_help in
-     short | recursive ) echo "Configuration of Spread_Util 0.9.0:";;
+     short | recursive ) echo "Configuration of Spread_Util 4.2.0:";;
    esac
   cat <<\_ACEOF
 
@@ -1448,7 +1448,7 @@
 test -n "$ac_init_help" && exit $ac_status
 if $ac_init_version; then
   cat <<\_ACEOF
-Spread_Util configure 0.9.0
+Spread_Util configure 4.2.0
 generated by GNU Autoconf 2.62
 
 Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
@@ -1462,7 +1462,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_Util $as_me 0.9.0, which was
+It was created by Spread_Util $as_me 4.2.0, which was
 generated by GNU Autoconf 2.62.  Invocation command line was
 
   $ $0 $@
@@ -10631,7 +10631,7 @@
 # report actual input values of CONFIG_FILES etc. instead of their
 # values after options handling.
 ac_log="
-This file was extended by Spread_Util $as_me 0.9.0, which was
+This file was extended by Spread_Util $as_me 4.2.0, which was
 generated by GNU Autoconf 2.62.  Invocation command line was
 
   CONFIG_FILES    = $CONFIG_FILES
@@ -10680,7 +10680,7 @@
 _ACEOF
 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
 ac_cs_version="\\
-Spread_Util config.status 0.9.0
+Spread_Util config.status 4.2.0
 configured by $0, generated by GNU Autoconf 2.62,
   with options \\"`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
 

Modified: libspreadutil/trunk/configure.in
===================================================================
--- libspreadutil/trunk/configure.in	2012-03-05 23:57:49 UTC (rev 487)
+++ libspreadutil/trunk/configure.in	2012-03-06 01:32:10 UTC (rev 488)
@@ -1,4 +1,4 @@
-AC_INIT(Spread_Util, 0.9.0)
+AC_INIT(Spread_Util, 4.2.0)
 
 AC_CONFIG_AUX_DIR(buildtools)
 AC_CONFIG_HEADERS(src/config.h)

Modified: libspreadutil/trunk/src/Makefile.in
===================================================================
--- libspreadutil/trunk/src/Makefile.in	2012-03-05 23:57:49 UTC (rev 487)
+++ libspreadutil/trunk/src/Makefile.in	2012-03-06 01:32:10 UTC (rev 488)
@@ -23,9 +23,9 @@
 #     : minor  -- inc for backwards compatible change (add new api, but not break or remove old one)
 #     : bugfix -- inc for bugfix that is fully compatible
 
-LIBFULLVERSION=0.0.1
-LIBCOMPATVERSION=0.0
-LIBVERSION=0
+LIBFULLVERSION=4.2.0
+LIBCOMPATVERSION=4.0
+LIBVERSION=4
 
 PATHS=-I. -I$(top_srcdir)/src -I../include -I$(top_srcdir)/include
 
@@ -112,13 +112,17 @@
 binrelease: $(TARGETS)
 	$(buildtoolsdir)/mkinstalldirs ../lib/$(host)
 	$(INSTALL) -m 644 libspread-util.a ../lib/$(host)/libspread-util.a
+	$(INSTALL) -m 644 libspread-util.a ../lib/libspread-util.a
 ifeq (@LIBSPSO@, libspread-util.so)
-	  $(INSTALL) -m 755 libspread-util.so ../lib/$(host)/libspread-util.so.$(LIBFULLVERSION)
+	  $(INSTALL) -m 755 libspread-util.so.$(LIBFULLVERSION) ../lib/$(host)/libspread-util.so.$(LIBFULLVERSION)
+	  $(INSTALL) -m 755 libspread-util.so.$(LIBFULLVERSION) ../lib/libspread-util.so.$(LIBFULLVERSION)
 endif
 ifeq (@LIBSPSO@, libspread-util.dylib)
 	  $(INSTALL) -m 755 libspread-util.$(LIBFULLVERSION).dylib ../lib/$(host)/libspread-util.$(LIBFULLVERSION).dylib
+	  $(INSTALL) -m 755 libspread-util.$(LIBFULLVERSION).dylib ../lib/libspread-util.$(LIBFULLVERSION).dylib
 endif
 
+
 install: $(TARGETS) install-files install- at LIBSPSO@
 
 install-files:




More information about the Spread-cvs mailing list