Allow environment variables to override default autotools.
[platform/upstream/c-ares.git] / buildconf
1 #!/bin/sh
2
3 ${LIBTOOLIZE:-libtoolize} --copy --automake --force
4 ${ACLOCAL:-aclocal}
5 ${AUTOHEADER:-autoheader}
6 ${AUTOCONF:-autoconf}
7 ${AUTOMAKE:-automake} --add-missing