blob: 7731b3a41d22d3d9aa8b01a3cbf82e8555ca9d13 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
--- configure.orig Tue Jul 29 17:36:56 2003
+++ configure Sat Jan 21 09:46:49 2006
@@ -7690,2 +7690,3 @@
LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh"
+$ac_aux_dir/ltconfig $LIBTOOL_DEPS
@@ -7711,3 +7712,3 @@
MINOR_VERSION=`echo "$MINOR_VERSION" | sed -e 's/[^0-9].*//'`
- RELEASE_INFO="-release $MAJOR_VERSION"
+ RELEASE_INFO=""
VERSION_INFO="-version-info $MINOR_VERSION:$MICRO_VERSION"
|