buildconf: exec autoreconf to avoid additional process (#512)
Also make buildconf exit with the return code of autoreconf. Follow up to #224
Этот коммит содержится в:
родитель
5964268dc7
Коммит
93862bf6c1
@ -5,4 +5,4 @@ echo "*** Do not use buildconf. Instead, just use: autoreconf -fi" >&2
|
||||
echo "*** Doing it for you now, but buildconf may disapear in the future." >&2
|
||||
echo "***" >&2
|
||||
|
||||
${AUTORECONF:-autoreconf} -fi "${@}"
|
||||
exec ${AUTORECONF:-autoreconf} -fi "${@}"
|
||||
|
Загрузка…
x
Ссылка в новой задаче
Block a user