1
0
mirror of https://github.com/moparisthebest/curl synced 2024-11-13 21:15:08 -05:00
curl/buildconf

5 lines
119 B
Plaintext
Raw Normal View History

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