mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-01-25 07:04:45 +00:00
9 lines
230 B
Bash
Executable file
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 "${@}"
|