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:
committed by
Andrzej Rybczak
parent
7bb6a8365e
commit
0156e7d424
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user