1
0
mirror of https://github.com/moparisthebest/curl synced 2024-08-13 17:03:50 -04:00
curl/buildconf
Daniel Stenberg 85868537d6
buildconf: invoke 'autoreconf -fi' instead
The custom script isn't necessary anymore - but remains for simplicity
and just invokes autoreconf.

Closes #5853
2020-08-27 22:53:34 +02:00

5 lines
119 B
Bash
Executable File

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