summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xautogen.sh4
1 files changed, 3 insertions, 1 deletions
diff --git a/autogen.sh b/autogen.sh
index b16a56e..3a339fb 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -22,4 +22,6 @@ args="--prefix=/usr \
--sysconfdir=/etc \
--libdir=$(libdir /usr/lib)"
-./configure $args CFLAGS="${MYCFLAGS} ${CFLAGS}" $@
+if [ -z "$NOCONFIGURE" ]; then
+ ./configure $args CFLAGS="${MYCFLAGS} ${CFLAGS}" $@
+fi