When calling aclocal, user defined ACLOCAL_FLAGS will now precede ours.
[platform/upstream/c-ares.git] / buildconf
1 #!/bin/sh
2
3 if test -z "$ACLOCAL_FLAGS"; then
4   ACLOCAL_FLAGS="-I m4"
5 else
6   ACLOCAL_FLAGS="$ACLOCAL_FLAGS -I m4"
7 fi
8
9 ${LIBTOOLIZE:-libtoolize} --copy --automake --force
10 ${ACLOCAL:-aclocal} $ACLOCAL_FLAGS
11 ${AUTOHEADER:-autoheader}
12 ${AUTOCONF:-autoconf}
13 ${AUTOMAKE:-automake} --add-missing