Commit 710b2c48 authored by Pierre d'Herbemont's avatar Pierre d'Herbemont

boostrap: Fix previous commit (oops)

parent 88a4e298
......@@ -34,7 +34,7 @@ INSTALLSUCKS=no
ACLOCAL_ARGS="-I m4 ${ACLOCAL_ARGS}"
# Check for contrib directory
if then
if test -d extras/contrib/bin; then
export PATH="`pwd`/extras/contrib/bin:$PATH"
if test -d extras/contrib/share/aclocal; then
ACLOCAL_ARGS="${ACLOCAL_ARGS} -I extras/contrib/share/aclocal"
......
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