[eclib] 02/02: Revert the upstream patch which is the difference between the v1.0.0 and 2015-02-28

Julien Puydt julien.puydt at laposte.net
Fri Mar 20 13:13:47 UTC 2015


This is an automated email from the git hooks/post-receive script.

jpuydt-guest pushed a commit to branch master
in repository eclib.

commit 9a8225fd0d9b56983e57f33b3be630b097a7244c
Author: Julien Puydt <julien.puydt at laposte.net>
Date:   Fri Mar 20 09:16:23 2015 +0100

    Revert the upstream patch which is the difference between the v1.0.0 and 2015-02-28
---
 configure.ac       | 16 ----------------
 libsrc/Makefile.am |  2 +-
 2 files changed, 1 insertion(+), 17 deletions(-)

diff --git a/configure.ac b/configure.ac
index 211cfa4..b06c541 100644
--- a/configure.ac
+++ b/configure.ac
@@ -14,22 +14,6 @@ AM_PROG_AR
 # Initialise libtools:
 LT_INIT
 
-# The version of the libtool library is of the form current:revision:age
-#
-# When doing a release, they should be updated like this:
-# 1. If no interfaces changed, only implementations: just increment
-# revision.
-# 2. If interfaces were added, none removed: increment current, set
-# revision to zero and increment age.
-# 3. If interfaces were removed (breaks backward compatibility): increment
-# current, and set both revision and age to zero.
-LT_CURRENT=1
-LT_REVISION=0
-LT_AGE=0
-AC_SUBST(LT_CURRENT)
-AC_SUBST(LT_REVISION)
-AC_SUBST(LT_AGE)
-
 # Checks for programs:
 AC_PROG_CXX
 AC_PROG_CC
diff --git a/libsrc/Makefile.am b/libsrc/Makefile.am
index af7449c..1c71295 100644
--- a/libsrc/Makefile.am
+++ b/libsrc/Makefile.am
@@ -37,6 +37,6 @@ DOTCCS = $(PROCS_DOTCCS) $(QCURVES_DOTCCS) $(QRANK_DOTCCS) $(G0N_DOTCCS)
 EXTRA_DIST = vec.cc mat.cc sub.cc smat.cc svec.cc smat_elim.cc random.cc
 
 libec_la_SOURCES = $(DOTCCS)
-libec_la_LDFLAGS = -no-undefined $(AM_LDFLAGS) -version-info @LT_CURRENT@:@LT_REVISION@:@LT_AGE@
+libec_la_LDFLAGS = -no-undefined $(AM_LDFLAGS)
 nobase_include_HEADERS = $(DOTHS)
 ACLOCAL_AMFLAGS = -I m4

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/eclib.git



More information about the debian-science-commits mailing list