mirror of
https://github.com/openharmony/third_party_curl.git
synced 2026-08-24 18:26:06 -04:00
e05923c2ab
Signed-off-by: 徐杰 <xujie223@huawei.com>
9 lines
218 B
Bash
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 "${@}"
|