Browse Source

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)
0.13
Wladimir J. van der Laan 9 years ago
parent
commit
9b9bfcec5a
No known key found for this signature in database
GPG Key ID: 74810B012346C9A6
  1. 2
      autogen.sh

2
autogen.sh

@ -6,4 +6,6 @@ if [ -z ${LIBTOOLIZE} ] && GLIBTOOLIZE="`which glibtoolize 2>/dev/null`"; then @@ -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…
Cancel
Save