Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
GSoC
GSoC2018
macOS
vlc
Commits
759beeee
Commit
759beeee
authored
Sep 08, 2008
by
hartman
Browse files
contrib: dvdread's autogen.sh was significantly changed in SVN
parent
59712d82
Changes
1
Hide whitespace changes
Inline
Side-by-side
extras/contrib/src/Patches/libdvdread.patch
View file @
759beeee
...
...
@@ -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`
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment