Add a check for an out-of-date libtool15.
This commit is contained in:
parent
86b2b772b0
commit
5dd84af0d3
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/www/; revision=24137
1 changed files with 16 additions and 1 deletions
|
@ -26,7 +26,7 @@
|
|||
#
|
||||
# Heh. "Tort."
|
||||
#
|
||||
# $Id: gnomelogalyzer.sh,v 1.2 2005-03-19 21:10:36 adamw Exp $
|
||||
# $Id: gnomelogalyzer.sh,v 1.3 2005-03-20 07:43:36 marcus Exp $
|
||||
#
|
||||
|
||||
|
||||
|
@ -145,6 +145,21 @@ else
|
|||
debug "OK"
|
||||
fi
|
||||
|
||||
#####
|
||||
#
|
||||
# TEST: Libtool out-of-date
|
||||
#
|
||||
# SOLUTION: portupgrade libtool-1.5\*
|
||||
|
||||
debug -n "Checking for an out-of-date libtool15... "
|
||||
if grep -q 'libtool15: link: `1000:0' ${buildlog} ; then
|
||||
echo "Your libtool15 is out-of-date."
|
||||
soln_portupgrade "libtool-1.5\*"
|
||||
exit
|
||||
else
|
||||
debug "OK"
|
||||
fi
|
||||
|
||||
#####
|
||||
#
|
||||
# Catch-all
|
||||
|
|
Loading…
Reference in a new issue