bfaf39e872bf3ba2648011e7251cae5c377d4715
[platform/upstream/curl.git] / ares / 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 export ACLOCAL_FLAGS
9 echo "cares buildconf: using ACLOCAL_FLAGS: $ACLOCAL_FLAGS"
10
11 ${LIBTOOLIZE:-libtoolize} --copy --automake --force
12 ${ACLOCAL:-aclocal} $ACLOCAL_FLAGS
13 ${AUTOHEADER:-autoheader}
14 ${AUTOCONF:-autoconf}
15 ${AUTOMAKE:-automake} --add-missing