1
0
mirror of https://github.com/moparisthebest/curl synced 2024-08-13 17:03:50 -04:00
curl/ares/buildconf

14 lines
288 B
Plaintext
Raw Normal View History

#!/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