Changeset 970cd4e80a0aa1b9ebafea65e4d915ddbcda5f71
- Timestamp:
- 11/14/06 15:51:35
(2 years ago)
- Author:
- Christophe Mutricy <xtophe@videolan.org>
- git-committer:
- Christophe Mutricy <xtophe@videolan.org> 1163515895 +0000
- git-parent:
[73f6c8ba16b44ebc09b8cd68b43b82f8829b6241]
- git-author:
- Christophe Mutricy <xtophe@videolan.org> 1163515895 +0000
- Message:
Fix the inclusion of extras/contrib/bin to the PATH
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| rd6abc4d |
r970cd4e |
|
| 36 | 36 | # Check for contrib directory |
|---|
| 37 | 37 | if test -d extras/contrib/bin; then |
|---|
| 38 | | export PATH=./extras/contrib/bin:$PATH |
|---|
| | 38 | export PATH="`pwd`/extras/contrib/bin:$PATH" |
|---|
| 39 | 39 | if test -d extras/contrib/share/aclocal; then |
|---|
| 40 | 40 | ACLOCAL_ARGS="${ACLOCAL_ARGS} -I extras/contrib/share/aclocal" |
|---|