X-Git-Url: http://winboard.nl/cgi-bin?p=xboard.git;a=blobdiff_plain;f=INSTALL;h=0a785501c2a0af15b29498dc5304d4f78e464724;hp=50dbe439d099a31d9e7e2b2dec33ce7d71635263;hb=HEAD;hpb=05bc30b15e31c427ce208495a889e9ff36e6642b diff --git a/INSTALL b/INSTALL index 50dbe43..0a78550 100644 --- a/INSTALL +++ b/INSTALL @@ -13,18 +13,16 @@ you can run in the future to recreate the current configuration, a file reconfiguring, and a file `config.log' containing compiler output (useful mainly for debugging `configure'). - If you need to do unusual things to compile the package, please try -to figure out how `configure' could check whether to do them, and mail -diffs or instructions to the address given in the `README' so they can -be considered for the next release. If at some point `config.cache' -contains results you don't want to keep, you may remove or edit it. - - The file `configure.in' is used to create `configure' by a program -called `autoconf'. You only need `configure.in' if you want to change -it or regenerate `configure' using a newer version of `autoconf'. + The file `configure.ac' is used to create `configure' by a program +called `autoconf'. You only need `configure.ac' if you want to change +it or regenerate `configure' using a newer version of +`autoconf'. Please use the autogen.sh shell script, which will run all +the autotools to generate the `configure' script if it is missing. The simplest way to compile this package is: + 0. If the configure script is missing, run ./autogen.sh in the source directory + 1. `cd' to the directory containing the package's source code and type `./configure' to configure the package for your system. If you're using `csh' on an old version of System V, you might need to type @@ -137,7 +135,7 @@ need to know the host type. If you are building compiler tools for cross-compiling, you can also use the `--target=TYPE' option to select the type of system they will produce code for and the `--build=TYPE' option to select the type of -system on which you are compiling the package. +system on which you are compiling the package. Sharing Defaults ================