Home | History | Annotate | Download | only in BuildScript

Lines Matching refs:configure

89             os.path.join(SRCDIR, 'configure'), 'PACKAGE_VERSION')
218 configure=None,
339 configure=None,
350 configure=None,
381 configure="../dist/configure",
827 # OpenSSL 1.0.2o broke the Configure test for whether the compiler
829 # used for the 10.6+ installer builds. Patch Configure here to
832 """sed -i "" 's|my $cc_as_makedepend = 0|my $cc_as_makedepend = 1|g' Configure""")
834 runCommand(" ".join(["perl", "Configure"]
923 'configure;make;make install' dance for C software, with a possibility
931 configure = recipe.get('configure', './configure')
979 if configure is not None:
1021 configure_args.insert(0, configure)
1024 print("Running configure for %s"%(name,))
1097 # Extract the version from the configure file, needed to calculate
1106 print("Running configure...")
1115 shellQuote(os.path.join(SRCDIR, 'configure')),
1236 # We added some directories to the search path during the configure