From: Jens Vollinga Date: Fri, 20 May 2011 21:30:38 +0000 (+0200) Subject: Changed naming convention for the library. Now, it is only libginac.so X-Git-Tag: release_1-6-0~7 X-Git-Url: https://www.ginac.de/ginac.git//ginac.git?p=ginac.git;a=commitdiff_plain;h=f320e27e9cfe287168c879af5991babffaa1e9c8 Changed naming convention for the library. Now, it is only libginac.so without the release version included (instead of libginac-1.5.so, for example). Since the previous commit broke the ABI, we are free to implement this long planned change now. --- diff --git a/configure.ac b/configure.ac index fa8ab0e1..19c1c506 100644 --- a/configure.ac +++ b/configure.ac @@ -61,13 +61,7 @@ AC_DEFINE_UNQUOTED(ARCHIVE_AGE, $ARCHIVE_AGE, [GiNaC archive file version age]) dnl libtool versioning LT_VERSION_INFO="ginac_lt_current:ginac_lt_revision:ginac_lt_age" -dnl TODO: remove LT_RELEASE after ABI gets changed. We used to set -dnl LT_RELEASE (for no good reason), omitting it right now would -dnl result in a spurious SONAME change. -LT_RELEASE="1.5" - AC_SUBST(LT_VERSION_INFO) -AC_SUBST(LT_RELEASE) dnl Check for the compiler and all the utilities needed for the build. AC_PROG_CXX diff --git a/ginac/Makefile.am b/ginac/Makefile.am index bf20afc4..bc2e1b85 100644 --- a/ginac/Makefile.am +++ b/ginac/Makefile.am @@ -55,7 +55,7 @@ polynomial/primpart_content.cpp \ polynomial/smod_helpers.h \ polynomial/debug.h -libginac_la_LDFLAGS = -version-info $(LT_VERSION_INFO) -release $(LT_RELEASE) +libginac_la_LDFLAGS = -version-info $(LT_VERSION_INFO) libginac_la_LIBADD = $(DL_LIBS) ginacincludedir = $(includedir)/ginac ginacinclude_HEADERS = ginac.h add.h archive.h assertion.h basic.h class_info.h \