Browse Source

boostrap: Fix previous commit (oops)

pull/2/head
Pierre d'Herbemont 19 years ago
parent
commit
710b2c480a
  1. 2
      bootstrap

2
bootstrap

@ -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"

Loading…
Cancel
Save