Browse Source

Allow user to pass extra args to aclocal.

pull/2/head
Christophe Mutricy 19 years ago
parent
commit
77e5b00d85
  1. 2
      bootstrap

2
bootstrap

@ -31,7 +31,7 @@ set -x
AUTOMAKESUCKS=no
INSTALLSUCKS=no
ACLOCAL_ARGS="-I m4"
ACLOCAL_ARGS="-I m4 ${ACLOCAL_ARGS}"
# Check for contrib directory
if test -d extras/contrib/bin; then

Loading…
Cancel
Save