mirror of
https://github.com/curl/curl.git
synced 2026-05-19 15:26:20 +03:00
CI: Do not use buildconf. Instead, just use: autoreconf -fi
Closes #8596
This commit is contained in:
parent
94fb2417b1
commit
22d33956ec
14 changed files with 29 additions and 29 deletions
|
|
@ -22,7 +22,7 @@
|
|||
###########################################################################
|
||||
set -eo pipefail
|
||||
|
||||
./buildconf
|
||||
autoreconf -fi
|
||||
|
||||
if [ "$NGTCP2" = yes ]; then
|
||||
if [ "$TRAVIS_OS_NAME" = linux -a "$GNUTLS" ]; then
|
||||
|
|
|
|||
|
|
@ -22,7 +22,7 @@
|
|||
###########################################################################
|
||||
set -eo pipefail
|
||||
|
||||
./buildconf
|
||||
autoreconf -fi
|
||||
|
||||
if [ "$T" = "coverage" ]; then
|
||||
./configure --enable-debug --disable-shared --disable-threaded-resolver --enable-code-coverage --enable-werror --with-libssh2
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue