Commit 759beeee authored by Derk-Jan Hartman's avatar Derk-Jan Hartman

contrib: dvdread's autogen.sh was significantly changed in SVN

parent 59712d82
......@@ -79,16 +79,3 @@ Index: configure.ac
dnl ---------------------------------------------
dnl cflags
dnl ---------------------------------------------
Index: autogen.sh
===================================================================
--- autogen.sh (revision 1107)
+++ autogen.sh (working copy)
@@ -86,7 +86,7 @@
try_libtool_executable() {
libtool=$1
LT="`$libtool --version | awk '{ print $4 }' | sed -e 's/[a-zA-Z\ \.\(\)\-\;]//g'`"
- if test "$LT" -ne "" ; then
+ if test "$LT" -ne "0" ; then
LIBTOOL_MIN="`echo $LIBTOOL_MIN | sed -e 's/[a-zA-Z\ \.\(\)\-]//g'`"
if test $LT -lt 100 ; then
LT=`expr $LT \* 10`
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment