aboutsummaryrefslogtreecommitdiff
path: root/apps/xwininfo/autogen.sh
diff options
context:
space:
mode:
Diffstat (limited to 'apps/xwininfo/autogen.sh')
-rw-r--r--apps/xwininfo/autogen.sh5
1 files changed, 3 insertions, 2 deletions
diff --git a/apps/xwininfo/autogen.sh b/apps/xwininfo/autogen.sh
index e81f98910..fc34bd55c 100644
--- a/apps/xwininfo/autogen.sh
+++ b/apps/xwininfo/autogen.sh
@@ -9,5 +9,6 @@ cd $srcdir
autoreconf -v --install || exit 1
cd $ORIGDIR || exit $?
-$srcdir/configure --enable-maintainer-mode "$@"
-
+if test -z "$NOCONFIGURE"; then
+ $srcdir/configure "$@"
+fi