summaryrefslogtreecommitdiff
path: root/autogen.sh
diff options
context:
space:
mode:
authorCzipperz <czipperz@gmail.com>2016-04-26 15:01:09 -0700
committerAndrzej Rybczak <electricityispower@gmail.com>2016-10-30 16:28:42 +0100
commit0156e7d42417d156f37c3963fd661e57f5d8de97 (patch)
treec3317f9d57a41ed0f3775715c53199638bd2fa73 /autogen.sh
parent7bb6a8365ebb853318c2aae0b30f8acd13094326 (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-xautogen.sh5
1 files changed, 0 insertions, 5 deletions
diff --git a/autogen.sh b/autogen.sh
index ad0acb74..48c9878b 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -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