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:
commit
9b9bfcec5a
1 changed files with 2 additions and 0 deletions
|
@ -6,4 +6,6 @@ if [ -z ${LIBTOOLIZE} ] && GLIBTOOLIZE="`which glibtoolize 2>/dev/null`"; then
|
|||
LIBTOOLIZE="${GLIBTOOLIZE}"
|
||||
export LIBTOOLIZE
|
||||
fi
|
||||
which autoreconf >/dev/null || \
|
||||
(echo "configuration failed, please install autoconf first" && exit 1)
|
||||
autoreconf --install --force --warnings=all
|
||||
|
|
Loading…
Reference in a new issue