shithub: libdvdcss

Download patch

ref: f5c2c0ffec64c0c04085e2f33e08ce1b29e17869
parent: 6e54085ac98d922e0b4372c63f8e51b1aeb37308
author: Sam Hocevar <sam@videolan.org>
date: Mon Dec 2 07:58:23 EST 2002

* ./bootstrap: we also look for glibtoolize (Closes: #37).


--- a/bootstrap
+++ b/bootstrap
@@ -38,7 +38,12 @@
 fi
 
 aclocal${amvers} || exit 1
-libtoolize --force --copy || exit 1
+if libtoolize --version >/dev/null 2>&1
+then
+  libtoolize --force --copy || exit 1
+else
+  glibtoolize --force --copy || exit 1
+fi
 autoheader || exit 1
 #add --include-deps if you want to bootstrap with any other compiler than gcc
 #automake${amvers} --add-missing --copy --include-deps || exit 1