aboutsummaryrefslogtreecommitdiff
path: root/buildconf
diff options
context:
space:
mode:
Diffstat (limited to 'buildconf')
-rwxr-xr-xbuildconf6
1 files changed, 4 insertions, 2 deletions
diff --git a/buildconf b/buildconf
index d7efd575f..f7b00bfa4 100755
--- a/buildconf
+++ b/buildconf
@@ -199,9 +199,11 @@ ${AUTOCONF:-autoconf} || die "The autoconf command failed"
if test -d ares; then
cd ares
- echo "buildconf: running aclocal in the ares directory"
+ echo "buildconf: running ares/libtoolize"
+${LIBTOOLIZE:-libtoolize} --copy --automake --force || die "The libtool command failed"
+ echo "buildconf: running ares/aclocal"
${ACLOCAL:-aclocal} $ACLOCAL_FLAGS || die "The ares aclocal command failed"
- echo "buildconf: running autoconf in the ares directory"
+ echo "buildconf: running ares/autoconf"
${AUTOCONF:-autoconf} || die "The ares autoconf command failed"
cd ..
fi