From f545ea32a53f44e2a88898f8bf6ddb07bf6c499a Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Fri, 7 Mar 2025 00:19:39 +0100 Subject: [PATCH] install_curl.sh: s/buildconf/autoreconf The buildconf script is deprecated --- scripts/install_curl.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install_curl.sh b/scripts/install_curl.sh index bc550ddb..86fd56a0 100755 --- a/scripts/install_curl.sh +++ b/scripts/install_curl.sh @@ -46,7 +46,7 @@ fi pushd ${SRCDIR} # Build the library. -./buildconf +autoreconf -fi ./configure --prefix=${INSTALLDIR} \ --disable-shared \ --enable-debug \