Torque3D/Engine/lib/curl/buildconf
2022-09-03 01:31:41 -04:00

9 lines
230 B
Bash
Executable file

#!/bin/sh
#
# Copyright (C) 2000 - 2022 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 "${@}"