Another step towards detecting if _REENTRANT is already defined or actually
[platform/upstream/curl.git] / ares / buildconf
1 #!/bin/sh
2
3 ${LIBTOOLIZE:-libtoolize} --copy --automake --force
4 ACLOCAL_FLAGS="-I . $ACLOCAL_FLAGS"
5 ${ACLOCAL:-aclocal} $ACLOCAL_FLAGS
6 ${AUTOHEADER:-autoheader}
7 ${AUTOCONF:-autoconf}
8 ${AUTOMAKE:-automake} --add-missing