summaryrefslogtreecommitdiff
path: root/appveyor.yml
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 /appveyor.yml
parent94fb2417b190fe6b59389b70ed91b4701a81f344 (diff)
downloadcurl-22d33956ec8b5d0db3368cddd3d889cd97c8c5da.tar.gz
CI: Do not use buildconf. Instead, just use: autoreconf -fi
Closes #8596
Diffstat (limited to 'appveyor.yml')
-rw-r--r--appveyor.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/appveyor.yml b/appveyor.yml
index 696e9601f..4bedcba9e 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -289,7 +289,7 @@ build_script:
..\builds\libcurl-vc15-x64-%PATHPART%-dll-ssl-dll-ipv6-sspi\bin\curl.exe -V
) else (
if %BUILD_SYSTEM%==autotools (
- bash.exe -e -l -c "cd /c/projects/curl && ./buildconf && ./configure %CONFIG_ARGS% && make V=1 && make V=1 examples && cd tests && make V=1"
+ bash.exe -e -l -c "cd /c/projects/curl && autoreconf -fi && ./configure %CONFIG_ARGS% && make V=1 && make V=1 examples && cd tests && make V=1"
)))))
- if %TESTING%==ON (
if %BUILD_SYSTEM%==CMake (