mirror of
https://github.com/curl/curl.git
synced 2026-07-23 18:37:17 +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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue