summaryrefslogtreecommitdiff
path: root/m4
diff options
context:
space:
mode:
authorGuenter Bartsch <guenter@users.sourceforge.net>2001-06-21 17:34:23 +0000
committerGuenter Bartsch <guenter@users.sourceforge.net>2001-06-21 17:34:23 +0000
commit436b928915f56a8bc56fc7065800fad7e474e158 (patch)
tree9d0680a8099f22e639058ce366e79032129f13f7 /m4
parenta2c0482e17a5d1d0ea99d06b81e94c0e7b5cb4e2 (diff)
downloadxine-lib-436b928915f56a8bc56fc7065800fad7e474e158.tar.gz
xine-lib-436b928915f56a8bc56fc7065800fad7e474e158.tar.bz2
solaris and stability patches provided by Juergen Keil
CVS patchset: 211 CVS date: 2001/06/21 17:34:23
Diffstat (limited to 'm4')
-rw-r--r--m4/_xine.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/m4/_xine.m4 b/m4/_xine.m4
index 7f0c72e58..745453e41 100644
--- a/m4/_xine.m4
+++ b/m4/_xine.m4
@@ -8,7 +8,7 @@ AC_DEFUN([AC_PREREQ_LIBTOOL],
AC_MSG_CHECKING(for libtool >= $lt_min_full)
lpwd="`pwd`"
lt_pathname="`echo $lpwd/ltmain.sh | sed -e 's/\=build\///g'`"
- lt_version="`grep ^VERSION $lt_pathname | sed -e 's/\.//g;s/VERSION\=//g;s/[a-zA-Z]//g;s/-//g'`"
+ 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`