1
0
mirror of https://github.com/VCMP-SqMod/SqMod.git synced 2025-01-20 04:27:14 +01:00
SqMod/module/Vendor/CURL/buildconf
2021-01-27 07:27:48 +02:00

5 lines
124 B
Bash

#!/bin/sh
echo "*** Do not use buildconf. Instead, just use: autoreconf -fi" >&2
exec ${AUTORECONF:-autoreconf} -fi "${@}"