diff options
author | Carlo Marcelo Arenas Belón <carenas@gmail.com> | 2020-07-19 15:59:19 -0700 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2020-08-01 00:00:37 +0200 |
commit | a39ecb3fac78750621536ed3ff4e65fd19064277 (patch) | |
tree | cb9a1c3d7bd1f1b69c3fd64f7fe824c1c833ff54 /buildconf | |
parent | afa0a120189d85b51d0505dda75f5110d33b3004 (diff) | |
download | curl-a39ecb3fac78750621536ed3ff4e65fd19064277.tar.gz |
buildconf: retire ares buildconf invocation
no longer needed after 4259d2df7dd95637a4b1e3fb174fe5e5aef81069
Diffstat (limited to 'buildconf')
-rwxr-xr-x | buildconf | 7 |
1 files changed, 0 insertions, 7 deletions
@@ -363,13 +363,6 @@ ${AUTOHEADER:-autoheader} || die "autoheader command failed" echo "buildconf: running autoconf" ${AUTOCONF:-autoconf} || die "autoconf command failed" -if test -d ares; then - cd ares - echo "buildconf: running in ares" - ./buildconf - cd .. -fi - echo "buildconf: running automake" ${AUTOMAKE:-automake} --add-missing --copy || die "automake command failed" |