Lines Matching refs:Configure

5 README.hints - hint files used by Configure
9 These files are used by Configure to set things which Configure either
26 For example, consider Sun OS 4.1.3. Configure determines $osname=sunos
27 (all names are converted to lower case) and $osvers=4.1.3. Configure
54 That way, a future version of Configure may be able to automatically
63 If you want to set a variable, try to allow for Configure command-line
82 value to allow Configure command-line settings, e.g. use
88 sh Configure -Dccflags='FIX_NEGATIVE_ZERO'
94 Configure will attempt to use the libraries listed in the variable
105 In general, try to avoid hard-wiring something that Configure will
106 figure out anyway. Also try to allow for Configure command-line
164 compiler option prepared by Configure. (Obviously this depends on how
180 the end of the Configure run, you can store it in the file
181 'config.msg'. At the end of the Configure run, Configure will display
183 in Configure itself to warn about the need to set LD_LIBRARY_PATH if
195 processed and again at the end of Configure.
207 at the beginning of a line in your hints file. Configure will then
214 Configure with a simple sed script, so beware that surrounding case
217 By contrast, if you don't want Configure to propagate your temporary
230 because Configure doesn't parse the surrounding 'case' statement, it
256 Write directly to Configure's temporary file UU/config.sh.
295 the user must specify sh Configure -Dcc=gcc on the command line, as
301 after Configure prompts the user for the C compiler, it will load in
312 uset: UU/usethreads.cbu is called when Configure is about to deal with
325 say things like "sh Configure -Dcc=gcc -Dusethreads" on the command line.