Browse Source

autogen.sh, include local `m4' directory when invoking `aclocal'

pre-master-46
rlar 11 years ago
parent
commit
8f63725cf0
  1. 2
      autogen.sh

2
autogen.sh

@ -191,7 +191,7 @@ $LIBTOOLIZE --copy --force \
|| error_and_exit "$LIBTOOLIZE failed"
echo "Running aclocal $ACLOCAL_FLAGS"
aclocal $ACLOCAL_FLAGS \
aclocal $ACLOCAL_FLAGS -I m4 \
|| error_and_exit "aclocal failed"
# optional feature: autoheader

Loading…
Cancel
Save