diff options
author | Daniel Caujolle-Bert <f1rmb@users.sourceforge.net> | 2001-06-14 22:04:56 +0000 |
---|---|---|
committer | Daniel Caujolle-Bert <f1rmb@users.sourceforge.net> | 2001-06-14 22:04:56 +0000 |
commit | 7fa94f42de26c1b07f33844502083bab291865c6 (patch) | |
tree | b39feb0eee965eaa1d23b7746ce4391c45b0dffc /m4 | |
parent | 64dfb3fccb2540f0d7fa2b4bb16c3b715c0402bb (diff) | |
download | xine-lib-7fa94f42de26c1b07f33844502083bab291865c6.tar.gz xine-lib-7fa94f42de26c1b07f33844502083bab291865c6.tar.bz2 |
Kill the recurrent libXv.so problem with MDK.
Switch to libtool 1.4, 1.3.x are no more supported. Add a path for
automake, to use it with libtool 1.4.
CVS patchset: 183
CVS date: 2001/06/14 22:04:56
Diffstat (limited to 'm4')
-rw-r--r-- | m4/_xine.m4 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/m4/_xine.m4 b/m4/_xine.m4 index 6577faa63..7f0c72e58 100644 --- a/m4/_xine.m4 +++ b/m4/_xine.m4 @@ -5,9 +5,9 @@ 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(checking for libtool >= $lt_min_full) + AC_MSG_CHECKING(for libtool >= $lt_min_full) lpwd="`pwd`" - lt_pathname="`echo $lpwd/ltconfig | sed -e 's/\=build\///g'`" + 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'`" if test $lt_version -lt 100; then |