From 4c5c55108935cc8e7e3dfe65f963b0b146e6a53e Mon Sep 17 00:00:00 2001 From: Daniel Caujolle-Bert Date: Thu, 14 Jun 2001 11:39:39 +0000 Subject: Should fix version with alpha chars. CVS patchset: 178 CVS date: 2001/06/14 11:39:39 --- m4/_xine.m4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/m4/_xine.m4 b/m4/_xine.m4 index 0c34082d7..6577faa63 100644 --- a/m4/_xine.m4 +++ b/m4/_xine.m4 @@ -8,7 +8,7 @@ AC_DEFUN([AC_PREREQ_LIBTOOL], AC_MSG_CHECKING(checking for libtool >= $lt_min_full) lpwd="`pwd`" lt_pathname="`echo $lpwd/ltconfig | sed -e 's/\=build\///g'`" - lt_version="`grep ^VERSION $lt_pathname | sed -e 's/\.//g' | sed -e 's/VERSION\=//'`" + lt_version="`grep ^VERSION $lt_pathname | sed -e 's/\.//g;s/VERSION\=//g;s/[a-zA-Z]//g;s/-//g'`" if test $lt_version -lt 100; then lt_version=`expr $lt_version \* 10` -- cgit v1.2.3