Skip to content

Commit 93862bf

Browse files
committed
buildconf: exec autoreconf to avoid additional process (libssh2#512)
Also make buildconf exit with the return code of autoreconf. Follow up to libssh2#224
1 parent 5964268 commit 93862bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

buildconf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ echo "*** Do not use buildconf. Instead, just use: autoreconf -fi" >&2
55
echo "*** Doing it for you now, but buildconf may disapear in the future." >&2
66
echo "***" >&2
77

8-
${AUTORECONF:-autoreconf} -fi "${@}"
8+
exec ${AUTORECONF:-autoreconf} -fi "${@}"

0 commit comments

Comments
 (0)