mirror of
https://github.com/dashpay/dash.git
synced 2024-12-24 11:32:46 +01:00
Merge #7528: autogen.sh: warn about needing autoconf if autoreconf is not found
889426d
autogen.sh: warn about needing autoconf if autoreconf is not found (Andrés G. Aragoneses)
This commit is contained in:
parent
de91ef95f0
commit
529e8ad63b
@ -6,4 +6,6 @@ if [ -z ${LIBTOOLIZE} ] && GLIBTOOLIZE="`which glibtoolize 2>/dev/null`"; then
|
|||||||
LIBTOOLIZE="${GLIBTOOLIZE}"
|
LIBTOOLIZE="${GLIBTOOLIZE}"
|
||||||
export LIBTOOLIZE
|
export LIBTOOLIZE
|
||||||
fi
|
fi
|
||||||
|
which autoreconf >/dev/null || \
|
||||||
|
(echo "configuration failed, please install autoconf first" && exit 1)
|
||||||
autoreconf --install --force --warnings=all
|
autoreconf --install --force --warnings=all
|
||||||
|
Loading…
Reference in New Issue
Block a user