summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorPhilip H <47042125+pheiduck@users.noreply.github.com>2022-03-15 10:25:25 +0100
committerDaniel Stenberg <daniel@haxx.se>2022-03-15 14:15:35 +0100
commit22d33956ec8b5d0db3368cddd3d889cd97c8c5da (patch)
treea42a58c0e52603dba72a42d7055aeb7f181293e8 /scripts
parent94fb2417b190fe6b59389b70ed91b4701a81f344 (diff)
downloadcurl-22d33956ec8b5d0db3368cddd3d889cd97c8c5da.tar.gz
CI: Do not use buildconf. Instead, just use: autoreconf -fi
Closes #8596
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/zuul/before_script.sh2
-rwxr-xr-xscripts/zuul/script.sh2
2 files changed, 2 insertions, 2 deletions
diff --git a/scripts/zuul/before_script.sh b/scripts/zuul/before_script.sh
index 10f79f13d..91b8403d5 100755
--- a/scripts/zuul/before_script.sh
+++ b/scripts/zuul/before_script.sh
@@ -22,7 +22,7 @@
###########################################################################
set -eo pipefail
-./buildconf
+autoreconf -fi
if [ "$NGTCP2" = yes ]; then
if [ "$TRAVIS_OS_NAME" = linux -a "$GNUTLS" ]; then
diff --git a/scripts/zuul/script.sh b/scripts/zuul/script.sh
index 1a6bc8109..3aed44b9d 100755
--- a/scripts/zuul/script.sh
+++ b/scripts/zuul/script.sh
@@ -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