Make autogen.sh not run configure so consistent with INSTALL

Also changed `INSTALL` to have easier and updated installation instructions.
This commit is contained in:
Czipperz
2016-04-26 15:01:09 -07:00
committed by Andrzej Rybczak
parent 7bb6a8365e
commit 0156e7d424
3 changed files with 14 additions and 16 deletions

View File

@@ -156,8 +156,3 @@ $AUTOMAKE --add-missing $AUTOMAKE_FLAGS || exit 1
echo " $AUTOCONF"
$AUTOCONF || exit 1
cd "$olddir"
if test x$NOCONFIGURE = x; then
"$srcdir"/configure "$@" || exit 1
fi