Skip to content

Commit aa90686

Browse files
committed
Add an option '--no-configure' to autogen.sh.
1 parent e771bdf commit aa90686

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

autogen.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,10 @@ do
114114
fi
115115
done
116116

117+
if ( echo "$@" | grep -q -e "--no-configure" ); then
118+
NOCONFIGURE=1
119+
fi
120+
117121
conf_flags="--enable-maintainer-mode --enable-debug --disable-silent-rules"
118122

119123
if test x$NOCONFIGURE = x; then

0 commit comments

Comments
 (0)