mirror of
https://github.com/curl/curl.git
synced 2026-04-14 22:21:41 +03:00
The custom script isn't necessary anymore - but remains for simplicity and just invokes autoreconf. Closes #5853
4 lines
119 B
Bash
Executable file
4 lines
119 B
Bash
Executable file
#!/bin/sh
|
|
|
|
echo "*** Do not use buildconf. Instead, just use: autoreconf -fi" >&2
|
|
${AUTORECONF:-autoreconf} -fi "${@}"
|