Torque3D/Engine/lib/curl/buildconf

9 lines
230 B
Text
Raw Normal View History

2022-09-03 01:31:41 -04:00
#!/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 "${@}"