Files
徐杰 e05923c2ab 升级curl到v8.4.0
Signed-off-by: 徐杰 <xujie223@huawei.com>
2023-10-23 05:46:42 +00:00

9 lines
218 B
Bash

#!/bin/sh
#
# Copyright (C) Daniel Stenberg, <daniel@haxx.se>, et al.
#
# SPDX-License-Identifier: curl
echo "*** Do not use buildconf. Instead, just use: autoreconf -fi" >&2
exec ${AUTORECONF:-autoreconf} -fi "${@}"