diff options
Diffstat (limited to 'ares/buildconf')
-rwxr-xr-x | ares/buildconf | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/ares/buildconf b/ares/buildconf index bfaf39e87..364d5a06e 100755 --- a/ares/buildconf +++ b/ares/buildconf @@ -1,13 +1,5 @@ #!/bin/sh -if test -z "$ACLOCAL_FLAGS"; then - ACLOCAL_FLAGS="-I m4" -else - ACLOCAL_FLAGS="$ACLOCAL_FLAGS -I m4" -fi -export ACLOCAL_FLAGS -echo "cares buildconf: using ACLOCAL_FLAGS: $ACLOCAL_FLAGS" - ${LIBTOOLIZE:-libtoolize} --copy --automake --force ${ACLOCAL:-aclocal} $ACLOCAL_FLAGS ${AUTOHEADER:-autoheader} |