mirror of
https://github.com/curl/curl.git
synced 2025-01-12 13:55:11 +08:00
misc: use "autoreconf -fi" instead buildconf
Signed-off-by: Philip H <47042125+pheiduck@users.noreply.github.com> Closes #8777
This commit is contained in:
parent
9ea16971fd
commit
5e9a703cf2
@ -33,7 +33,7 @@ Build curl to use hyper's C API:
|
||||
|
||||
% git clone https://github.com/curl/curl
|
||||
% cd curl
|
||||
% ./buildconf
|
||||
% autoreconf -fi
|
||||
% ./configure --with-hyper=<hyper dir>
|
||||
% make
|
||||
|
||||
|
@ -21,6 +21,6 @@ Now configure and build curl with rustls:
|
||||
|
||||
% git clone https://github.com/curl/curl
|
||||
% cd curl
|
||||
% ./buildconf
|
||||
% autoreconf -fi
|
||||
% ./configure --with-rustls=${HOME}/rustls-ffi-built
|
||||
% make
|
||||
|
@ -6,7 +6,7 @@
|
||||
# | (__| |_| | _ <| |___
|
||||
# \___|\___/|_| \_\_____|
|
||||
#
|
||||
# Copyright (C) 1998 - 2020, Daniel Stenberg, <daniel@haxx.se>, et al.
|
||||
# Copyright (C) 1998 - 2022, Daniel Stenberg, <daniel@haxx.se>, et al.
|
||||
#
|
||||
# This software is licensed as described in the file COPYING, which
|
||||
# you should have received as part of this distribution. The terms
|
||||
@ -21,7 +21,7 @@
|
||||
#
|
||||
###########################################################################
|
||||
|
||||
./buildconf
|
||||
autoreconf -fi
|
||||
mkdir -p cvr
|
||||
cd cvr
|
||||
../configure --disable-shared --enable-debug --enable-maintainer-mode --enable-code-coverage
|
||||
|
@ -466,8 +466,8 @@ if ($git) {
|
||||
unlink "autom4te.cache";
|
||||
|
||||
# generate the build files
|
||||
logit "invoke buildconf";
|
||||
open(F, "./buildconf 2>&1 |") or die;
|
||||
logit "invoke autoreconf";
|
||||
open(F, "autoreconf -fi 2>&1 |") or die;
|
||||
open(LOG, ">$buildlog") or die;
|
||||
while (<F>) {
|
||||
my $ll = $_;
|
||||
|
Loading…
Reference in New Issue
Block a user