diff options
author | Daniel Stenberg <daniel@haxx.se> | 2006-01-06 22:07:51 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2006-01-06 22:07:51 +0000 |
commit | acf6edf7e926dd6394579cb6e89dd9ab3a623116 (patch) | |
tree | 6c70b77f10393eecb3d1877d5be67f17aad40990 /buildconf | |
parent | d07656e76d757b72602d69d649d723964896baaf (diff) | |
download | c-ares-acf6edf7e926dd6394579cb6e89dd9ab3a623116.tar.gz c-ares-acf6edf7e926dd6394579cb6e89dd9ab3a623116.tar.bz2 c-ares-acf6edf7e926dd6394579cb6e89dd9ab3a623116.zip |
Use $ACLOCAL_FLAGS too, pointed out by Alexander Lazic
Diffstat (limited to 'buildconf')
-rwxr-xr-x | buildconf | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,7 +1,7 @@ #!/bin/sh ${LIBTOOLIZE:-libtoolize} --copy --automake --force -${ACLOCAL:-aclocal} +${ACLOCAL:-aclocal} $ACLOCAL_FLAGS ${AUTOHEADER:-autoheader} ${AUTOCONF:-autoconf} ${AUTOMAKE:-automake} --add-missing |