mirror of
https://github.com/moparisthebest/curl
synced 2024-11-04 08:35:05 -05:00
8b69ac0c10
Also make buildconf exit with the return code of autoreconf. Reviewed-by: Daniel Stenberg Follow up to #5853 Closes #5890
5 lines
124 B
Bash
Executable File
5 lines
124 B
Bash
Executable File
#!/bin/sh
|
|
|
|
echo "*** Do not use buildconf. Instead, just use: autoreconf -fi" >&2
|
|
exec ${AUTORECONF:-autoreconf} -fi "${@}"
|