mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-11-10 03:16:17 +01:00
Add a forgotten trailing ` in the GLIB_BINARY_AGE expression. Also fixup
2002-07-03 Anders Carlsson <andersca@gnu.org> * configure.in: Add a forgotten trailing ` in the GLIB_BINARY_AGE expression. Also fixup LT_CURRENT.
This commit is contained in:
parent
47791a0ed8
commit
07f352af63
@ -1,3 +1,8 @@
|
||||
2002-07-03 Anders Carlsson <andersca@gnu.org>
|
||||
|
||||
* configure.in: Add a forgotten trailing ` in the
|
||||
GLIB_BINARY_AGE expression. Also fixup LT_CURRENT.
|
||||
|
||||
2002-07-02 Sebastian Wilhelmi <wilhelmi@ira.uka.de>
|
||||
|
||||
* configure.in: Set binary age to 0 to make it compile.
|
||||
|
@ -1,3 +1,8 @@
|
||||
2002-07-03 Anders Carlsson <andersca@gnu.org>
|
||||
|
||||
* configure.in: Add a forgotten trailing ` in the
|
||||
GLIB_BINARY_AGE expression. Also fixup LT_CURRENT.
|
||||
|
||||
2002-07-02 Sebastian Wilhelmi <wilhelmi@ira.uka.de>
|
||||
|
||||
* configure.in: Set binary age to 0 to make it compile.
|
||||
|
@ -1,3 +1,8 @@
|
||||
2002-07-03 Anders Carlsson <andersca@gnu.org>
|
||||
|
||||
* configure.in: Add a forgotten trailing ` in the
|
||||
GLIB_BINARY_AGE expression. Also fixup LT_CURRENT.
|
||||
|
||||
2002-07-02 Sebastian Wilhelmi <wilhelmi@ira.uka.de>
|
||||
|
||||
* configure.in: Set binary age to 0 to make it compile.
|
||||
|
@ -1,3 +1,8 @@
|
||||
2002-07-03 Anders Carlsson <andersca@gnu.org>
|
||||
|
||||
* configure.in: Add a forgotten trailing ` in the
|
||||
GLIB_BINARY_AGE expression. Also fixup LT_CURRENT.
|
||||
|
||||
2002-07-02 Sebastian Wilhelmi <wilhelmi@ira.uka.de>
|
||||
|
||||
* configure.in: Set binary age to 0 to make it compile.
|
||||
|
@ -1,3 +1,8 @@
|
||||
2002-07-03 Anders Carlsson <andersca@gnu.org>
|
||||
|
||||
* configure.in: Add a forgotten trailing ` in the
|
||||
GLIB_BINARY_AGE expression. Also fixup LT_CURRENT.
|
||||
|
||||
2002-07-02 Sebastian Wilhelmi <wilhelmi@ira.uka.de>
|
||||
|
||||
* configure.in: Set binary age to 0 to make it compile.
|
||||
|
@ -1,3 +1,8 @@
|
||||
2002-07-03 Anders Carlsson <andersca@gnu.org>
|
||||
|
||||
* configure.in: Add a forgotten trailing ` in the
|
||||
GLIB_BINARY_AGE expression. Also fixup LT_CURRENT.
|
||||
|
||||
2002-07-02 Sebastian Wilhelmi <wilhelmi@ira.uka.de>
|
||||
|
||||
* configure.in: Set binary age to 0 to make it compile.
|
||||
|
@ -1,3 +1,8 @@
|
||||
2002-07-03 Anders Carlsson <andersca@gnu.org>
|
||||
|
||||
* configure.in: Add a forgotten trailing ` in the
|
||||
GLIB_BINARY_AGE expression. Also fixup LT_CURRENT.
|
||||
|
||||
2002-07-02 Sebastian Wilhelmi <wilhelmi@ira.uka.de>
|
||||
|
||||
* configure.in: Set binary age to 0 to make it compile.
|
||||
|
@ -35,7 +35,7 @@ GLIB_MAJOR_VERSION=2
|
||||
GLIB_MINOR_VERSION=1
|
||||
GLIB_MICRO_VERSION=0
|
||||
GLIB_INTERFACE_AGE=0
|
||||
GLIB_BINARY_AGE=0
|
||||
GLIB_BINARY_AGE=`expr 100 '*' $GLIB_MINOR_VERSION + $GLIB_MICRO_VERSION`
|
||||
GLIB_VERSION=$GLIB_MAJOR_VERSION.$GLIB_MINOR_VERSION.$GLIB_MICRO_VERSION
|
||||
])dnl
|
||||
|
||||
@ -48,7 +48,7 @@ AC_SUBST(GLIB_BINARY_AGE)
|
||||
|
||||
# libtool versioning
|
||||
LT_RELEASE=$GLIB_MAJOR_VERSION.$GLIB_MINOR_VERSION
|
||||
LT_CURRENT=`expr $GLIB_MICRO_VERSION - $GLIB_INTERFACE_AGE`
|
||||
LT_CURRENT=`expr 100 '*' $GLIB_MINOR_VERSION + $GLIB_MICRO_VERSION - $GLIB_INTERFACE_AGE`
|
||||
LT_REVISION=$GLIB_INTERFACE_AGE
|
||||
LT_AGE=`expr $GLIB_BINARY_AGE - $GLIB_INTERFACE_AGE`
|
||||
LT_CURRENT_MINUS_AGE=`expr $LT_CURRENT - $LT_AGE`
|
||||
|
Loading…
Reference in New Issue
Block a user