1*2f083884Ss.makeev_localInstallation Instructions 2*2f083884Ss.makeev_local************************* 3*2f083884Ss.makeev_local 4*2f083884Ss.makeev_localCopyright (C) 1994-1996, 1999-2002, 2004-2012 Free Software Foundation, 5*2f083884Ss.makeev_localInc. 6*2f083884Ss.makeev_local 7*2f083884Ss.makeev_local Copying and distribution of this file, with or without modification, 8*2f083884Ss.makeev_localare permitted in any medium without royalty provided the copyright 9*2f083884Ss.makeev_localnotice and this notice are preserved. This file is offered as-is, 10*2f083884Ss.makeev_localwithout warranty of any kind. 11*2f083884Ss.makeev_local 12*2f083884Ss.makeev_localBasic Installation 13*2f083884Ss.makeev_local================== 14*2f083884Ss.makeev_local 15*2f083884Ss.makeev_local Briefly, the shell commands `./configure; make; make install' should 16*2f083884Ss.makeev_localconfigure, build, and install this package. The following 17*2f083884Ss.makeev_localmore-detailed instructions are generic; see the `README' file for 18*2f083884Ss.makeev_localinstructions specific to this package. Some packages provide this 19*2f083884Ss.makeev_local`INSTALL' file but do not implement all of the features documented 20*2f083884Ss.makeev_localbelow. The lack of an optional feature in a given package is not 21*2f083884Ss.makeev_localnecessarily a bug. More recommendations for GNU packages can be found 22*2f083884Ss.makeev_localin *note Makefile Conventions: (standards)Makefile Conventions. 23*2f083884Ss.makeev_local 24*2f083884Ss.makeev_local The `configure' shell script attempts to guess correct values for 25*2f083884Ss.makeev_localvarious system-dependent variables used during compilation. It uses 26*2f083884Ss.makeev_localthose values to create a `Makefile' in each directory of the package. 27*2f083884Ss.makeev_localIt may also create one or more `.h' files containing system-dependent 28*2f083884Ss.makeev_localdefinitions. Finally, it creates a shell script `config.status' that 29*2f083884Ss.makeev_localyou can run in the future to recreate the current configuration, and a 30*2f083884Ss.makeev_localfile `config.log' containing compiler output (useful mainly for 31*2f083884Ss.makeev_localdebugging `configure'). 32*2f083884Ss.makeev_local 33*2f083884Ss.makeev_local It can also use an optional file (typically called `config.cache' 34*2f083884Ss.makeev_localand enabled with `--cache-file=config.cache' or simply `-C') that saves 35*2f083884Ss.makeev_localthe results of its tests to speed up reconfiguring. Caching is 36*2f083884Ss.makeev_localdisabled by default to prevent problems with accidental use of stale 37*2f083884Ss.makeev_localcache files. 38*2f083884Ss.makeev_local 39*2f083884Ss.makeev_local If you need to do unusual things to compile the package, please try 40*2f083884Ss.makeev_localto figure out how `configure' could check whether to do them, and mail 41*2f083884Ss.makeev_localdiffs or instructions to the address given in the `README' so they can 42*2f083884Ss.makeev_localbe considered for the next release. If you are using the cache, and at 43*2f083884Ss.makeev_localsome point `config.cache' contains results you don't want to keep, you 44*2f083884Ss.makeev_localmay remove or edit it. 45*2f083884Ss.makeev_local 46*2f083884Ss.makeev_local The file `configure.ac' (or `configure.in') is used to create 47*2f083884Ss.makeev_local`configure' by a program called `autoconf'. You need `configure.ac' if 48*2f083884Ss.makeev_localyou want to change it or regenerate `configure' using a newer version 49*2f083884Ss.makeev_localof `autoconf'. 50*2f083884Ss.makeev_local 51*2f083884Ss.makeev_local The simplest way to compile this package is: 52*2f083884Ss.makeev_local 53*2f083884Ss.makeev_local 1. `cd' to the directory containing the package's source code and type 54*2f083884Ss.makeev_local `./configure' to configure the package for your system. 55*2f083884Ss.makeev_local 56*2f083884Ss.makeev_local Running `configure' might take a while. While running, it prints 57*2f083884Ss.makeev_local some messages telling which features it is checking for. 58*2f083884Ss.makeev_local 59*2f083884Ss.makeev_local 2. Type `make' to compile the package. 60*2f083884Ss.makeev_local 61*2f083884Ss.makeev_local 3. Optionally, type `make check' to run any self-tests that come with 62*2f083884Ss.makeev_local the package, generally using the just-built uninstalled binaries. 63*2f083884Ss.makeev_local 64*2f083884Ss.makeev_local 4. Type `make install' to install the programs and any data files and 65*2f083884Ss.makeev_local documentation. When installing into a prefix owned by root, it is 66*2f083884Ss.makeev_local recommended that the package be configured and built as a regular 67*2f083884Ss.makeev_local user, and only the `make install' phase executed with root 68*2f083884Ss.makeev_local privileges. 69*2f083884Ss.makeev_local 70*2f083884Ss.makeev_local 5. Optionally, type `make installcheck' to repeat any self-tests, but 71*2f083884Ss.makeev_local this time using the binaries in their final installed location. 72*2f083884Ss.makeev_local This target does not install anything. Running this target as a 73*2f083884Ss.makeev_local regular user, particularly if the prior `make install' required 74*2f083884Ss.makeev_local root privileges, verifies that the installation completed 75*2f083884Ss.makeev_local correctly. 76*2f083884Ss.makeev_local 77*2f083884Ss.makeev_local 6. You can remove the program binaries and object files from the 78*2f083884Ss.makeev_local source code directory by typing `make clean'. To also remove the 79*2f083884Ss.makeev_local files that `configure' created (so you can compile the package for 80*2f083884Ss.makeev_local a different kind of computer), type `make distclean'. There is 81*2f083884Ss.makeev_local also a `make maintainer-clean' target, but that is intended mainly 82*2f083884Ss.makeev_local for the package's developers. If you use it, you may have to get 83*2f083884Ss.makeev_local all sorts of other programs in order to regenerate files that came 84*2f083884Ss.makeev_local with the distribution. 85*2f083884Ss.makeev_local 86*2f083884Ss.makeev_local 7. Often, you can also type `make uninstall' to remove the installed 87*2f083884Ss.makeev_local files again. In practice, not all packages have tested that 88*2f083884Ss.makeev_local uninstallation works correctly, even though it is required by the 89*2f083884Ss.makeev_local GNU Coding Standards. 90*2f083884Ss.makeev_local 91*2f083884Ss.makeev_local 8. Some packages, particularly those that use Automake, provide `make 92*2f083884Ss.makeev_local distcheck', which can by used by developers to test that all other 93*2f083884Ss.makeev_local targets like `make install' and `make uninstall' work correctly. 94*2f083884Ss.makeev_local This target is generally not run by end users. 95*2f083884Ss.makeev_local 96*2f083884Ss.makeev_localCompilers and Options 97*2f083884Ss.makeev_local===================== 98*2f083884Ss.makeev_local 99*2f083884Ss.makeev_local Some systems require unusual options for compilation or linking that 100*2f083884Ss.makeev_localthe `configure' script does not know about. Run `./configure --help' 101*2f083884Ss.makeev_localfor details on some of the pertinent environment variables. 102*2f083884Ss.makeev_local 103*2f083884Ss.makeev_local You can give `configure' initial values for configuration parameters 104*2f083884Ss.makeev_localby setting variables in the command line or in the environment. Here 105*2f083884Ss.makeev_localis an example: 106*2f083884Ss.makeev_local 107*2f083884Ss.makeev_local ./configure CC=c99 CFLAGS=-g LIBS=-lposix 108*2f083884Ss.makeev_local 109*2f083884Ss.makeev_local *Note Defining Variables::, for more details. 110*2f083884Ss.makeev_local 111*2f083884Ss.makeev_localCompiling For Multiple Architectures 112*2f083884Ss.makeev_local==================================== 113*2f083884Ss.makeev_local 114*2f083884Ss.makeev_local You can compile the package for more than one kind of computer at the 115*2f083884Ss.makeev_localsame time, by placing the object files for each architecture in their 116*2f083884Ss.makeev_localown directory. To do this, you can use GNU `make'. `cd' to the 117*2f083884Ss.makeev_localdirectory where you want the object files and executables to go and run 118*2f083884Ss.makeev_localthe `configure' script. `configure' automatically checks for the 119*2f083884Ss.makeev_localsource code in the directory that `configure' is in and in `..'. This 120*2f083884Ss.makeev_localis known as a "VPATH" build. 121*2f083884Ss.makeev_local 122*2f083884Ss.makeev_local With a non-GNU `make', it is safer to compile the package for one 123*2f083884Ss.makeev_localarchitecture at a time in the source code directory. After you have 124*2f083884Ss.makeev_localinstalled the package for one architecture, use `make distclean' before 125*2f083884Ss.makeev_localreconfiguring for another architecture. 126*2f083884Ss.makeev_local 127*2f083884Ss.makeev_local On MacOS X 10.5 and later systems, you can create libraries and 128*2f083884Ss.makeev_localexecutables that work on multiple system types--known as "fat" or 129*2f083884Ss.makeev_local"universal" binaries--by specifying multiple `-arch' options to the 130*2f083884Ss.makeev_localcompiler but only a single `-arch' option to the preprocessor. Like 131*2f083884Ss.makeev_localthis: 132*2f083884Ss.makeev_local 133*2f083884Ss.makeev_local ./configure CC="gcc -arch i386 -arch x86_64 -arch ppc -arch ppc64" \ 134*2f083884Ss.makeev_local CXX="g++ -arch i386 -arch x86_64 -arch ppc -arch ppc64" \ 135*2f083884Ss.makeev_local CPP="gcc -E" CXXCPP="g++ -E" 136*2f083884Ss.makeev_local 137*2f083884Ss.makeev_local This is not guaranteed to produce working output in all cases, you 138*2f083884Ss.makeev_localmay have to build one architecture at a time and combine the results 139*2f083884Ss.makeev_localusing the `lipo' tool if you have problems. 140*2f083884Ss.makeev_local 141*2f083884Ss.makeev_localInstallation Names 142*2f083884Ss.makeev_local================== 143*2f083884Ss.makeev_local 144*2f083884Ss.makeev_local By default, `make install' installs the package's commands under 145*2f083884Ss.makeev_local`/usr/local/bin', include files under `/usr/local/include', etc. You 146*2f083884Ss.makeev_localcan specify an installation prefix other than `/usr/local' by giving 147*2f083884Ss.makeev_local`configure' the option `--prefix=PREFIX', where PREFIX must be an 148*2f083884Ss.makeev_localabsolute file name. 149*2f083884Ss.makeev_local 150*2f083884Ss.makeev_local You can specify separate installation prefixes for 151*2f083884Ss.makeev_localarchitecture-specific files and architecture-independent files. If you 152*2f083884Ss.makeev_localpass the option `--exec-prefix=PREFIX' to `configure', the package uses 153*2f083884Ss.makeev_localPREFIX as the prefix for installing programs and libraries. 154*2f083884Ss.makeev_localDocumentation and other data files still use the regular prefix. 155*2f083884Ss.makeev_local 156*2f083884Ss.makeev_local In addition, if you use an unusual directory layout you can give 157*2f083884Ss.makeev_localoptions like `--bindir=DIR' to specify different values for particular 158*2f083884Ss.makeev_localkinds of files. Run `configure --help' for a list of the directories 159*2f083884Ss.makeev_localyou can set and what kinds of files go in them. In general, the 160*2f083884Ss.makeev_localdefault for these options is expressed in terms of `${prefix}', so that 161*2f083884Ss.makeev_localspecifying just `--prefix' will affect all of the other directory 162*2f083884Ss.makeev_localspecifications that were not explicitly provided. 163*2f083884Ss.makeev_local 164*2f083884Ss.makeev_local The most portable way to affect installation locations is to pass the 165*2f083884Ss.makeev_localcorrect locations to `configure'; however, many packages provide one or 166*2f083884Ss.makeev_localboth of the following shortcuts of passing variable assignments to the 167*2f083884Ss.makeev_local`make install' command line to change installation locations without 168*2f083884Ss.makeev_localhaving to reconfigure or recompile. 169*2f083884Ss.makeev_local 170*2f083884Ss.makeev_local The first method involves providing an override variable for each 171*2f083884Ss.makeev_localaffected directory. For example, `make install 172*2f083884Ss.makeev_localprefix=/alternate/directory' will choose an alternate location for all 173*2f083884Ss.makeev_localdirectory configuration variables that were expressed in terms of 174*2f083884Ss.makeev_local`${prefix}'. Any directories that were specified during `configure', 175*2f083884Ss.makeev_localbut not in terms of `${prefix}', must each be overridden at install 176*2f083884Ss.makeev_localtime for the entire installation to be relocated. The approach of 177*2f083884Ss.makeev_localmakefile variable overrides for each directory variable is required by 178*2f083884Ss.makeev_localthe GNU Coding Standards, and ideally causes no recompilation. 179*2f083884Ss.makeev_localHowever, some platforms have known limitations with the semantics of 180*2f083884Ss.makeev_localshared libraries that end up requiring recompilation when using this 181*2f083884Ss.makeev_localmethod, particularly noticeable in packages that use GNU Libtool. 182*2f083884Ss.makeev_local 183*2f083884Ss.makeev_local The second method involves providing the `DESTDIR' variable. For 184*2f083884Ss.makeev_localexample, `make install DESTDIR=/alternate/directory' will prepend 185*2f083884Ss.makeev_local`/alternate/directory' before all installation names. The approach of 186*2f083884Ss.makeev_local`DESTDIR' overrides is not required by the GNU Coding Standards, and 187*2f083884Ss.makeev_localdoes not work on platforms that have drive letters. On the other hand, 188*2f083884Ss.makeev_localit does better at avoiding recompilation issues, and works well even 189*2f083884Ss.makeev_localwhen some directory options were not specified in terms of `${prefix}' 190*2f083884Ss.makeev_localat `configure' time. 191*2f083884Ss.makeev_local 192*2f083884Ss.makeev_localOptional Features 193*2f083884Ss.makeev_local================= 194*2f083884Ss.makeev_local 195*2f083884Ss.makeev_local If the package supports it, you can cause programs to be installed 196*2f083884Ss.makeev_localwith an extra prefix or suffix on their names by giving `configure' the 197*2f083884Ss.makeev_localoption `--program-prefix=PREFIX' or `--program-suffix=SUFFIX'. 198*2f083884Ss.makeev_local 199*2f083884Ss.makeev_local Some packages pay attention to `--enable-FEATURE' options to 200*2f083884Ss.makeev_local`configure', where FEATURE indicates an optional part of the package. 201*2f083884Ss.makeev_localThey may also pay attention to `--with-PACKAGE' options, where PACKAGE 202*2f083884Ss.makeev_localis something like `gnu-as' or `x' (for the X Window System). The 203*2f083884Ss.makeev_local`README' should mention any `--enable-' and `--with-' options that the 204*2f083884Ss.makeev_localpackage recognizes. 205*2f083884Ss.makeev_local 206*2f083884Ss.makeev_local For packages that use the X Window System, `configure' can usually 207*2f083884Ss.makeev_localfind the X include and library files automatically, but if it doesn't, 208*2f083884Ss.makeev_localyou can use the `configure' options `--x-includes=DIR' and 209*2f083884Ss.makeev_local`--x-libraries=DIR' to specify their locations. 210*2f083884Ss.makeev_local 211*2f083884Ss.makeev_local Some packages offer the ability to configure how verbose the 212*2f083884Ss.makeev_localexecution of `make' will be. For these packages, running `./configure 213*2f083884Ss.makeev_local--enable-silent-rules' sets the default to minimal output, which can be 214*2f083884Ss.makeev_localoverridden with `make V=1'; while running `./configure 215*2f083884Ss.makeev_local--disable-silent-rules' sets the default to verbose, which can be 216*2f083884Ss.makeev_localoverridden with `make V=0'. 217*2f083884Ss.makeev_local 218*2f083884Ss.makeev_localParticular systems 219*2f083884Ss.makeev_local================== 220*2f083884Ss.makeev_local 221*2f083884Ss.makeev_local On HP-UX, the default C compiler is not ANSI C compatible. If GNU 222*2f083884Ss.makeev_localCC is not installed, it is recommended to use the following options in 223*2f083884Ss.makeev_localorder to use an ANSI C compiler: 224*2f083884Ss.makeev_local 225*2f083884Ss.makeev_local ./configure CC="cc -Ae -D_XOPEN_SOURCE=500" 226*2f083884Ss.makeev_local 227*2f083884Ss.makeev_localand if that doesn't work, install pre-built binaries of GCC for HP-UX. 228*2f083884Ss.makeev_local 229*2f083884Ss.makeev_local HP-UX `make' updates targets which have the same time stamps as 230*2f083884Ss.makeev_localtheir prerequisites, which makes it generally unusable when shipped 231*2f083884Ss.makeev_localgenerated files such as `configure' are involved. Use GNU `make' 232*2f083884Ss.makeev_localinstead. 233*2f083884Ss.makeev_local 234*2f083884Ss.makeev_local On OSF/1 a.k.a. Tru64, some versions of the default C compiler cannot 235*2f083884Ss.makeev_localparse its `<wchar.h>' header file. The option `-nodtk' can be used as 236*2f083884Ss.makeev_locala workaround. If GNU CC is not installed, it is therefore recommended 237*2f083884Ss.makeev_localto try 238*2f083884Ss.makeev_local 239*2f083884Ss.makeev_local ./configure CC="cc" 240*2f083884Ss.makeev_local 241*2f083884Ss.makeev_localand if that doesn't work, try 242*2f083884Ss.makeev_local 243*2f083884Ss.makeev_local ./configure CC="cc -nodtk" 244*2f083884Ss.makeev_local 245*2f083884Ss.makeev_local On Solaris, don't put `/usr/ucb' early in your `PATH'. This 246*2f083884Ss.makeev_localdirectory contains several dysfunctional programs; working variants of 247*2f083884Ss.makeev_localthese programs are available in `/usr/bin'. So, if you need `/usr/ucb' 248*2f083884Ss.makeev_localin your `PATH', put it _after_ `/usr/bin'. 249*2f083884Ss.makeev_local 250*2f083884Ss.makeev_local On Haiku, software installed for all users goes in `/boot/common', 251*2f083884Ss.makeev_localnot `/usr/local'. It is recommended to use the following options: 252*2f083884Ss.makeev_local 253*2f083884Ss.makeev_local ./configure --prefix=/boot/common 254*2f083884Ss.makeev_local 255*2f083884Ss.makeev_localSpecifying the System Type 256*2f083884Ss.makeev_local========================== 257*2f083884Ss.makeev_local 258*2f083884Ss.makeev_local There may be some features `configure' cannot figure out 259*2f083884Ss.makeev_localautomatically, but needs to determine by the type of machine the package 260*2f083884Ss.makeev_localwill run on. Usually, assuming the package is built to be run on the 261*2f083884Ss.makeev_local_same_ architectures, `configure' can figure that out, but if it prints 262*2f083884Ss.makeev_locala message saying it cannot guess the machine type, give it the 263*2f083884Ss.makeev_local`--build=TYPE' option. TYPE can either be a short name for the system 264*2f083884Ss.makeev_localtype, such as `sun4', or a canonical name which has the form: 265*2f083884Ss.makeev_local 266*2f083884Ss.makeev_local CPU-COMPANY-SYSTEM 267*2f083884Ss.makeev_local 268*2f083884Ss.makeev_localwhere SYSTEM can have one of these forms: 269*2f083884Ss.makeev_local 270*2f083884Ss.makeev_local OS 271*2f083884Ss.makeev_local KERNEL-OS 272*2f083884Ss.makeev_local 273*2f083884Ss.makeev_local See the file `config.sub' for the possible values of each field. If 274*2f083884Ss.makeev_local`config.sub' isn't included in this package, then this package doesn't 275*2f083884Ss.makeev_localneed to know the machine type. 276*2f083884Ss.makeev_local 277*2f083884Ss.makeev_local If you are _building_ compiler tools for cross-compiling, you should 278*2f083884Ss.makeev_localuse the option `--target=TYPE' to select the type of system they will 279*2f083884Ss.makeev_localproduce code for. 280*2f083884Ss.makeev_local 281*2f083884Ss.makeev_local If you want to _use_ a cross compiler, that generates code for a 282*2f083884Ss.makeev_localplatform different from the build platform, you should specify the 283*2f083884Ss.makeev_local"host" platform (i.e., that on which the generated programs will 284*2f083884Ss.makeev_localeventually be run) with `--host=TYPE'. 285*2f083884Ss.makeev_local 286*2f083884Ss.makeev_localSharing Defaults 287*2f083884Ss.makeev_local================ 288*2f083884Ss.makeev_local 289*2f083884Ss.makeev_local If you want to set default values for `configure' scripts to share, 290*2f083884Ss.makeev_localyou can create a site shell script called `config.site' that gives 291*2f083884Ss.makeev_localdefault values for variables like `CC', `cache_file', and `prefix'. 292*2f083884Ss.makeev_local`configure' looks for `PREFIX/share/config.site' if it exists, then 293*2f083884Ss.makeev_local`PREFIX/etc/config.site' if it exists. Or, you can set the 294*2f083884Ss.makeev_local`CONFIG_SITE' environment variable to the location of the site script. 295*2f083884Ss.makeev_localA warning: not all `configure' scripts look for a site script. 296*2f083884Ss.makeev_local 297*2f083884Ss.makeev_localDefining Variables 298*2f083884Ss.makeev_local================== 299*2f083884Ss.makeev_local 300*2f083884Ss.makeev_local Variables not defined in a site shell script can be set in the 301*2f083884Ss.makeev_localenvironment passed to `configure'. However, some packages may run 302*2f083884Ss.makeev_localconfigure again during the build, and the customized values of these 303*2f083884Ss.makeev_localvariables may be lost. In order to avoid this problem, you should set 304*2f083884Ss.makeev_localthem in the `configure' command line, using `VAR=value'. For example: 305*2f083884Ss.makeev_local 306*2f083884Ss.makeev_local ./configure CC=/usr/local2/bin/gcc 307*2f083884Ss.makeev_local 308*2f083884Ss.makeev_localcauses the specified `gcc' to be used as the C compiler (unless it is 309*2f083884Ss.makeev_localoverridden in the site shell script). 310*2f083884Ss.makeev_local 311*2f083884Ss.makeev_localUnfortunately, this technique does not work for `CONFIG_SHELL' due to 312*2f083884Ss.makeev_localan Autoconf limitation. Until the limitation is lifted, you can use 313*2f083884Ss.makeev_localthis workaround: 314*2f083884Ss.makeev_local 315*2f083884Ss.makeev_local CONFIG_SHELL=/bin/bash ./configure CONFIG_SHELL=/bin/bash 316*2f083884Ss.makeev_local 317*2f083884Ss.makeev_local`configure' Invocation 318*2f083884Ss.makeev_local====================== 319*2f083884Ss.makeev_local 320*2f083884Ss.makeev_local `configure' recognizes the following options to control how it 321*2f083884Ss.makeev_localoperates. 322*2f083884Ss.makeev_local 323*2f083884Ss.makeev_local`--help' 324*2f083884Ss.makeev_local`-h' 325*2f083884Ss.makeev_local Print a summary of all of the options to `configure', and exit. 326*2f083884Ss.makeev_local 327*2f083884Ss.makeev_local`--help=short' 328*2f083884Ss.makeev_local`--help=recursive' 329*2f083884Ss.makeev_local Print a summary of the options unique to this package's 330*2f083884Ss.makeev_local `configure', and exit. The `short' variant lists options used 331*2f083884Ss.makeev_local only in the top level, while the `recursive' variant lists options 332*2f083884Ss.makeev_local also present in any nested packages. 333*2f083884Ss.makeev_local 334*2f083884Ss.makeev_local`--version' 335*2f083884Ss.makeev_local`-V' 336*2f083884Ss.makeev_local Print the version of Autoconf used to generate the `configure' 337*2f083884Ss.makeev_local script, and exit. 338*2f083884Ss.makeev_local 339*2f083884Ss.makeev_local`--cache-file=FILE' 340*2f083884Ss.makeev_local Enable the cache: use and save the results of the tests in FILE, 341*2f083884Ss.makeev_local traditionally `config.cache'. FILE defaults to `/dev/null' to 342*2f083884Ss.makeev_local disable caching. 343*2f083884Ss.makeev_local 344*2f083884Ss.makeev_local`--config-cache' 345*2f083884Ss.makeev_local`-C' 346*2f083884Ss.makeev_local Alias for `--cache-file=config.cache'. 347*2f083884Ss.makeev_local 348*2f083884Ss.makeev_local`--quiet' 349*2f083884Ss.makeev_local`--silent' 350*2f083884Ss.makeev_local`-q' 351*2f083884Ss.makeev_local Do not print messages saying which checks are being made. To 352*2f083884Ss.makeev_local suppress all normal output, redirect it to `/dev/null' (any error 353*2f083884Ss.makeev_local messages will still be shown). 354*2f083884Ss.makeev_local 355*2f083884Ss.makeev_local`--srcdir=DIR' 356*2f083884Ss.makeev_local Look for the package's source code in directory DIR. Usually 357*2f083884Ss.makeev_local `configure' can determine that directory automatically. 358*2f083884Ss.makeev_local 359*2f083884Ss.makeev_local`--prefix=DIR' 360*2f083884Ss.makeev_local Use DIR as the installation prefix. *note Installation Names:: 361*2f083884Ss.makeev_local for more details, including other options available for fine-tuning 362*2f083884Ss.makeev_local the installation locations. 363*2f083884Ss.makeev_local 364*2f083884Ss.makeev_local`--no-create' 365*2f083884Ss.makeev_local`-n' 366*2f083884Ss.makeev_local Run the configure checks, but stop before creating any output 367*2f083884Ss.makeev_local files. 368*2f083884Ss.makeev_local 369*2f083884Ss.makeev_local`configure' also accepts some other, not widely useful, options. Run 370*2f083884Ss.makeev_local`configure --help' for more details. 371