Commit 970cd4e8 authored by Christophe Mutricy's avatar Christophe Mutricy

Fix the inclusion of extras/contrib/bin to the PATH

parent 73f6c8ba
...@@ -35,7 +35,7 @@ ACLOCAL_ARGS="-I m4" ...@@ -35,7 +35,7 @@ ACLOCAL_ARGS="-I m4"
# Check for contrib directory # Check for contrib directory
if test -d extras/contrib/bin; then 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 if test -d extras/contrib/share/aclocal; then
ACLOCAL_ARGS="${ACLOCAL_ARGS} -I extras/contrib/share/aclocal" ACLOCAL_ARGS="${ACLOCAL_ARGS} -I extras/contrib/share/aclocal"
fi fi
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment