git.videolan.org
/
vlc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
73f6c8b
)
Fix the inclusion of extras/contrib/bin to the PATH
author
Christophe Mutricy
<xtophe@videolan.org>
Tue, 14 Nov 2006 14:51:35 +0000
(14:51 +0000)
committer
Christophe Mutricy
<xtophe@videolan.org>
Tue, 14 Nov 2006 14:51:35 +0000
(14:51 +0000)
bootstrap
patch
|
blob
|
history
diff --git
a/bootstrap
b/bootstrap
index
7fd6835
..
d613e7c
100755
(executable)
--- a/
bootstrap
+++ b/
bootstrap
@@
-35,7
+35,7
@@
ACLOCAL_ARGS="-I m4"
# Check for contrib directory
if test -d extras/contrib/bin; then
- export PATH=
./extras/contrib/bin:$PATH
+ export PATH=
"`pwd`/extras/contrib/bin:$PATH"
if test -d extras/contrib/share/aclocal; then
ACLOCAL_ARGS="${ACLOCAL_ARGS} -I extras/contrib/share/aclocal"
fi