diff options
author | Czipperz <czipperz@gmail.com> | 2016-04-26 15:01:09 -0700 |
---|---|---|
committer | Andrzej Rybczak <electricityispower@gmail.com> | 2016-10-30 16:28:42 +0100 |
commit | 0156e7d42417d156f37c3963fd661e57f5d8de97 (patch) | |
tree | c3317f9d57a41ed0f3775715c53199638bd2fa73 /autogen.sh | |
parent | 7bb6a8365ebb853318c2aae0b30f8acd13094326 (diff) |
Make `autogen.sh` not run `configure` so consistent with `INSTALL`
Also changed `INSTALL` to have easier and updated installation instructions.
Diffstat (limited to 'autogen.sh')
-rwxr-xr-x | autogen.sh | 5 |
1 files changed, 0 insertions, 5 deletions
@@ -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 |