Browse Source

Try running autoreconf --version

This checks that autoreconf is actually the one we expect and not
some unrelated script.
next
Frank Denis 8 years ago
parent
commit
f03f28a18a
  1. 2
      autogen.sh

2
autogen.sh

@ -21,7 +21,7 @@ if [ ! -x "`which automake 2>/dev/null`" ] ; then
exit 1
fi
if [ -x "`which autoreconf 2>/dev/null`" ] ; then
if autoreconf --version > /dev/null 2>&1 ; then
exec autoreconf -ivf
fi

Loading…
Cancel
Save