1
0
mirror of https://github.com/fwbuilder/fwbuilder synced 2026-05-10 11:05:06 +02:00

Build: allow to skip implicit configure call

This commit is contained in:
Dominique Leuenberger
2018-01-31 15:10:51 +01:00
parent 4f7a78999f
commit d943c04c4e

View File

@@ -48,4 +48,4 @@ which acinclude >/dev/null 2>&1 && acinclude
which aclocal >/dev/null 2>&1 && aclocal
autoconf
./configure ${CFGARGS} $*
test -n "$NOCONFIGURE" || ./configure ${CFGARGS} $*