aboutsummaryrefslogtreecommitdiff
path: root/ares/buildconf
blob: 7e5e077b2316704717282933618cf49898f826b4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/bin/sh

if test -z "$ACLOCAL_FLAGS"; then
  ACLOCAL_FLAGS="-I m4"
else
  ACLOCAL_FLAGS="$ACLOCAL_FLAGS -I m4"
fi

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