summaryrefslogtreecommitdiff
path: root/autogen.sh
diff options
context:
space:
mode:
Diffstat (limited to 'autogen.sh')
-rwxr-xr-xautogen.sh6
1 files changed, 5 insertions, 1 deletions
diff --git a/autogen.sh b/autogen.sh
index 9c2f4f66..f5164d81 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -1,3 +1,7 @@
#! /bin/sh
+
autoreconf -v --install
-./configure "$@"
+
+if test -z "$NOCONFIGURE"; then
+ ./configure "$@"
+fi