Lines Matching refs:configure
2896 autotools steps: ./configure, make, make install
2908 @param configure_options: options to pass to configure
2949 Checks if 'configure' exists, if not, return 'autogen.sh' as a fallback
2952 "configure"))
2960 raise GnuSourceBuildInvalidSource('configure script does not exist')
2965 Return the list of available options of a GNU like configure script
2967 This will run the "configure" script at the source directory
2969 @returns: list of options accepted by configure script
3000 Formats configure script with all options set
3002 @returns: string with all configure options, including prefix
3011 def configure(self):
3013 Runs the "configure" script passing apropriate command line options
3016 logging.info('Running configure on build dir')
3047 self.configure()
3060 To pass extra options to the configure script, while building foo from a
3090 logging.debug('Configure options for %s: %s' % (self.name,