| 7 | diff --git a/build/pkgs/autotools/spkg-install b/build/pkgs/autotools/spkg-install |
| 8 | index c373e84..a514674 100755 |
| 9 | --- a/build/pkgs/autotools/spkg-install |
| 10 | +++ b/build/pkgs/autotools/spkg-install |
| 11 | @@ -64,7 +64,10 @@ rm -f m4 makeinfo help2man autoconf autoheader autom4te autoreconf \ |
| 12 | source "$SRC/../version-list" |
| 13 | for x in $autoconf_versions; do autoconf_latest=$x ; done |
| 14 | for x in $automake_versions; do automake_latest=$x ; done |
| 15 | -for x in $libtool_versions; do libtool_latest=$x ; done |
| 16 | +for x in $libtool_versions; do |
| 17 | + x=${x%+*} |
| 18 | + libtool_latest=$x ; |
| 19 | +done |
| 20 | |
| 21 | # We install scripts for autoconf,... based on the generic "autofoo" script |
| 22 | cd "$SAGE_LOCAL/bin" |