source: trunk/third/autoconf/man/config.guess.1 @ 20137

Revision 20137, 2.0 KB checked in by ghudson, 21 years ago (diff)
This commit was generated by cvs2svn to compensate for changes in r20136, which included commits to RCS files with non-trunk default branches.
Line 
1.\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.33.
2.TH CONFIG.GUESS "1" "October 2003" "config.guess (2003-10-03)" "User Commands"
3.SH NAME
4config.guess \- guess the build system triplet
5.SH SYNOPSIS
6.B config.guess
7[\fIOPTION\fR]
8.SH DESCRIPTION
9The GNU build system distinguishes three types of machines, the
10`build' machine on which the compilers are run, the `host' machine
11on which the package being built will run, and, exclusively when you
12build a compiler, assembler etc., the `target' machine, for which the
13compiler being built will produce code.
14
15This script will guess the type of the `build' machine.
16.PP
17Output the configuration name of the system `config.guess' is run on.
18.SS "Operation modes:"
19.TP
20\fB\-h\fR, \fB\-\-help\fR
21print this help, then exit
22.TP
23\fB\-t\fR, \fB\-\-time\-stamp\fR
24print date of last modification, then exit
25.TP
26\fB\-v\fR, \fB\-\-version\fR
27print version number, then exit
28.SH "ENVIRONMENT VARIABLES"
29config.guess might need to compile and run C code, hence it needs a
30compiler for the `build' machine: use the environment variable
31`CC_FOR_BUILD' to specify the compiler for the build machine.  If
32`CC_FOR_BUILD' is not specified, `CC' will be used.  Be sure to
33specify `CC_FOR_BUILD' is `CC' is a cross-compiler to the `host'
34machine.
35
36  CC_FOR_BUILD    a native C compiler, defaults to `cc'
37  CC              a native C compiler, the previous variable is preferred
38.SH "REPORTING BUGS"
39Report bugs and patches to <config-patches@gnu.org>.
40.PP
41Originally written by Per Bothner.
42Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001
43Free Software Foundation, Inc.
44.PP
45This is free software; see the source for copying conditions.  There is NO
46warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
47.SH "SEE ALSO"
48.BR autoconf (1),
49.BR automake (1),
50.BR autoreconf (1),
51.BR autoupdate (1),
52.BR autoheader (1),
53.BR autoscan (1),
54.BR config.guess (1),
55.BR config.sub (1),
56.BR ifnames (1),
57.BR libtool (1).
Note: See TracBrowser for help on using the repository browser.