This appears to add a NOCONFIGURE=1 environment variable and skip running configure entirely. The documentation for autogen seems to disagree with this behavior: "Set to True if 'autogen.sh' should be invoked before 'configure', currently requires configure_in_place to be True."
I am building a project that requires running a
bootstrap
script beforeconfigure
. I set the following options:This appears to add a
NOCONFIGURE=1
environment variable and skip running configure entirely. The documentation for autogen seems to disagree with this behavior: "Set to True if 'autogen.sh' should be invoked before 'configure', currently requires configure_in_place to be True."