mirror of
https://github.com/curl/curl.git
synced 2026-04-15 01:11:40 +03:00
Also make buildconf exit with the return code of autoreconf. Reviewed-by: Daniel Stenberg Follow up to #5853 Closes #5890
4 lines
124 B
Bash
Executable file
4 lines
124 B
Bash
Executable file
#!/bin/sh
|
|
|
|
echo "*** Do not use buildconf. Instead, just use: autoreconf -fi" >&2
|
|
exec ${AUTORECONF:-autoreconf} -fi "${@}"
|