Home | History | Annotate | Download | only in BuildScript

Lines Matching refs:configure

94             os.path.join(SRCDIR, 'configure'), 'PACKAGE_VERSION')
222 configure=None,
343 configure=None,
354 configure=None,
385 configure="../dist/configure",
826 runCommand(" ".join(["perl", "Configure"]
915 'configure;make;make install' dance for C software, with a possibility
923 configure = recipe.get('configure', './configure')
971 if configure is not None:
1013 configure_args.insert(0, configure)
1016 print("Running configure for %s"%(name,))
1084 # Extract the version from the configure file, needed to calculate
1093 print("Running configure...")
1102 shellQuote(os.path.join(SRCDIR, 'configure')),
1223 # We added some directories to the search path during the configure