aboutsummaryrefslogtreecommitdiff
path: root/ares/buildconf
blob: 434a308fddf4bd566a1641ac0e3e5277101b0e23 (plain)
1
2
3
4
5
6
7
8
#!/bin/sh

${LIBTOOLIZE:-libtoolize} --copy --automake --force
ACLOCAL_FLAGS="-I m4 $ACLOCAL_FLAGS"
${ACLOCAL:-aclocal} $ACLOCAL_FLAGS
${AUTOHEADER:-autoheader}
${AUTOCONF:-autoconf}
${AUTOMAKE:-automake} --add-missing