Lines Matching refs:configure
13 # it should configure and build SSL, then build the ssl Python extension
122 def run_configure(configure, do_script):
123 print "perl Configure "+configure
124 os.system("perl Configure "+configure)
149 configure = "VC-WIN32"
154 configure += " no-idea no-rc5 no-mdc2"
189 run_configure(configure, do_script)
195 # os.system("perl util\mk1mf.pl debug "+configure+" >"+makefile)