1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-06-28 05:50:30 +02:00

* GUILE-VERSION: added defnitions for LIBGUILE_MAJOR_VERSION,

LIBGUILE_MINOR_VERSION, LIBGUILE_REVISION_VERSION so that we now
define libguile.so version in a well-lit place.

* configure.in: added AC_SUBST lines for the new LIBGUILE version
variables.
This commit is contained in:
Craig Brozefsky 2000-06-02 06:44:27 +00:00
parent ab345d8f79
commit 3ff0d90a1f
3 changed files with 19 additions and 0 deletions

View file

@ -505,6 +505,10 @@ LIBLOBJS="`echo ${LIBOBJS} | sed 's/\.o/.lo/g'`"
AC_SUBST(GUILE_MAJOR_VERSION)
AC_SUBST(GUILE_MINOR_VERSION)
AC_SUBST(GUILE_VERSION)
AC_SUBST(LIBGUILE_MAJOR_VERSION)
AC_SUBST(LIBGUILE_MINOR_VERSION)
AC_SUBST(LIBGUILE_REVISION_VERSION)
AC_SUBST(LIBGUILE_VERSION)
dnl Tell guile-config what flags guile users should link against.
GUILE_LIBS="$LDFLAGS $THREAD_LIBS_INSTALLED $LIBS"