We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c0a752d commit 7d89eb4Copy full SHA for 7d89eb4
autogen.sh
@@ -9,4 +9,6 @@ cd $srcdir
9
autoreconf --force -v --install || exit 1
10
cd $ORIGDIR || exit $?
11
12
-$srcdir/configure "$@"
+if test -z "$NOCONFIGURE"; then
13
+ exec $srcdir/configure "$@"
14
+fi
0 commit comments