diff options
author | Philip H <47042125+pheiduck@users.noreply.github.com> | 2022-05-02 17:52:16 +0200 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2022-05-02 17:53:06 +0200 |
commit | 5e9a703cf211a892e9b74ec11129994dcc241623 (patch) | |
tree | f8bd58751b69b859938df2b9e9476a9e90ec8d2a /scripts | |
parent | 9ea16971fd863848aad25509128e466e3436325f (diff) | |
download | curl-5e9a703cf211a892e9b74ec11129994dcc241623.tar.gz |
misc: use "autoreconf -fi" instead buildconf
Signed-off-by: Philip H <47042125+pheiduck@users.noreply.github.com>
Closes #8777
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/coverage.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/coverage.sh b/scripts/coverage.sh index e2b65b7f0..aeaa23584 100755 --- a/scripts/coverage.sh +++ b/scripts/coverage.sh @@ -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 |