xf.li | 6c8fc1e | 2023-08-12 00:11:09 -0700 | [diff] [blame] | 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 "${@}" |