diff --git a/ares/buildconf b/ares/buildconf index 3e61b9ecfdf4daacb3fb1f7ea4dcab06f24a7e1b..c1d0d03f1acd1574c09bd8fd4b6486429fd07e00 100755 --- a/ares/buildconf +++ b/ares/buildconf @@ -1,7 +1,7 @@ #!/bin/sh -libtoolize --copy --automake --force -aclocal -autoheader -autoconf -automake --add-missing +${LIBTOOLIZE:-libtoolize} --copy --automake --force +${ACLOCAL:-aclocal} +${AUTOHEADER:-autoheader} +${AUTOCONF:-autoconf} +${AUTOMAKE:-automake} --add-missing