Changeset 970cd4e80a0aa1b9ebafea65e4d915ddbcda5f71

Show
Ignore:
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
  • bootstrap

    rd6abc4d r970cd4e  
    3636# Check for contrib directory 
    3737if test -d extras/contrib/bin; then 
    38   export PATH=./extras/contrib/bin:$PATH 
     38  export PATH="`pwd`/extras/contrib/bin:$PATH" 
    3939  if test -d extras/contrib/share/aclocal; then 
    4040    ACLOCAL_ARGS="${ACLOCAL_ARGS} -I extras/contrib/share/aclocal"