From 709d5f22d833c518593cbf53b5e92bd8b94f2f28 Mon Sep 17 00:00:00 2001 From: Juergen Keil Date: Sun, 23 Sep 2001 17:29:26 +0000 Subject: GNU sed does not like a single '-' in the middle of a character class RE, move it to front of the character class RE CVS patchset: 687 CVS date: 2001/09/23 17:29:26 --- m4/_xine.m4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/m4/_xine.m4 b/m4/_xine.m4 index b58ded3a6..d73cabd40 100644 --- a/m4/_xine.m4 +++ b/m4/_xine.m4 @@ -6,7 +6,7 @@ AC_DEFUN([AC_PREREQ_LIBTOOL], lt_min_full=ifelse([$1], ,1.3.5,$1) lt_min=`echo $lt_min_full | sed -e 's/\.//g'` AC_MSG_CHECKING(for libtool >= $lt_min_full) - lt_version="`grep '^VERSION' $srcdir/ltmain.sh | sed -e 's/VERSION\=//g;s/[[a-zA-Z-.]]//g'`" + lt_version="`grep '^VERSION' $srcdir/ltmain.sh | sed -e 's/VERSION\=//g;s/[[-.a-zA-Z]]//g'`" if test $lt_version -lt 100 ; then lt_version=`expr $lt_version \* 10` -- cgit v1.2.3