libbluray | branch: master | Jean-Baptiste Kempf <[email protected]> | Thu Nov 12 13:17:19 2015 +0100| [a788a422aa67a6578194f34217ff02842c1c8631] | committer: Jean-Baptiste Kempf
Allow the bootstrap script to be called from a subfolder > http://git.videolan.org/gitweb.cgi/libbluray.git/?a=commit;h=a788a422aa67a6578194f34217ff02842c1c8631 --- bootstrap | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/bootstrap b/bootstrap index 872167c..bde67cb 100755 --- a/bootstrap +++ b/bootstrap @@ -1,3 +1,7 @@ #!/bin/sh +set -e + +cd "$(dirname "$0")" + autoreconf -vif _______________________________________________ libbluray-devel mailing list [email protected] https://mailman.videolan.org/listinfo/libbluray-devel
