Merge pull request #1566 from jtojnar/patch-1
autogen.sh: Honor NOCONFIGURE
This commit is contained in:
commit
9070b6d71b
|
@ -61,4 +61,6 @@ autoheader
|
|||
$LIBTOOLIZE --copy --force --automake
|
||||
automake --add-missing --copy
|
||||
|
||||
./configure $*
|
||||
if test -z "$NOCONFIGURE"; then
|
||||
./configure $*
|
||||
fi
|
||||
|
|
Loading…
Reference in New Issue