Imported Upstream version 7.86.0
[platform/upstream/curl.git] / buildconf
1 #!/bin/sh
2 #
3 # Copyright (C) 2000 - 2022 Daniel Stenberg, <daniel@haxx.se>, et al.
4 #
5 # SPDX-License-Identifier: curl
6
7 echo "*** Do not use buildconf. Instead, just use: autoreconf -fi" >&2
8 exec ${AUTORECONF:-autoreconf} -fi "${@}"