change the libtool version to use from 1.3 to 1.5

This commit is contained in:
Oliver Lehmann 2005-05-31 16:26:39 +00:00
parent 5200cfb2df
commit 63047f94b3
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=136536
2 changed files with 12 additions and 3 deletions

View File

@ -19,7 +19,7 @@ USE_GMAKE= yes
USE_X_PREFIX= yes
USE_GNOME= imlib
WANT_GNOME= yes
USE_LIBTOOL_VER= 13
USE_LIBTOOL_VER=15
USE_REINPLACE= yes
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib -L${X11BASE}/lib"

View File

@ -1,5 +1,5 @@
--- configure.orig Sat Jun 16 23:06:15 2001
+++ configure Sat Jun 16 23:07:23 2001
--- configure.orig Mon Jun 4 09:02:09 2001
+++ configure Tue May 31 16:22:07 2005
@@ -1323,7 +1323,7 @@
GNAPSTER_INCLUDES=""
@ -31,3 +31,12 @@
fi
@@ -2927,7 +2927,7 @@
LD="$LD" LDFLAGS="$LDFLAGS" LIBS="$LIBS" \
LN_S="$LN_S" NM="$NM" RANLIB="$RANLIB" \
DLLTOOL="$DLLTOOL" AS="$AS" OBJDUMP="$OBJDUMP" \
-${CONFIG_SHELL-/bin/sh} $ac_aux_dir/ltconfig --no-reexec \
+$ac_aux_dir/ltconfig --no-reexec \
$libtool_flags --no-verify $ac_aux_dir/ltmain.sh $lt_target \
|| { echo "configure: error: libtool configure failed" 1>&2; exit 1; }