Detect FPU by checking CPUID features.
[dragonfly.git] / contrib / bind-9.5.2 / isc-config.sh.1
1 .\" Copyright (C) 2009  Internet Systems Consortium, Inc. ("ISC")
2 .\"
3 .\" Permission to use, copy, modify, and/or distribute this software for any
4 .\" purpose with or without fee is hereby granted, provided that the above
5 .\" copyright notice and this permission notice appear in all copies.
6 .\"
7 .\" THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES WITH
8 .\" REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
9 .\" AND FITNESS.  IN NO EVENT SHALL ISC BE LIABLE FOR ANY SPECIAL, DIRECT,
10 .\" INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
11 .\" LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE
12 .\" OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
13 .\" PERFORMANCE OF THIS SOFTWARE.
14 .\"
15 .\" $Id: isc-config.sh.1,v 1.1.4.2 2009/02/20 23:46:49 tbox Exp $
16 .\"
17 .hy 0
18 .ad l
19 .\"     Title: isc\-config.sh
20 .\"    Author: 
21 .\" Generator: DocBook XSL Stylesheets v1.71.1 <http://docbook.sf.net/>
22 .\"      Date: December 19, 2008
23 .\"    Manual: BIND9
24 .\"    Source: BIND9
25 .\"
26 .TH "ISC\-CONFIG.SH" "1" "December 19, 2008" "BIND9" "BIND9"
27 .\" disable hyphenation
28 .nh
29 .\" disable justification (adjust text to left margin only)
30 .ad l
31 .SH "NAME"
32 isc\-config.sh \- Get information about the installed version of ISC BIND
33 .SH "SYNOPSIS"
34 .HP 14
35 \fBisc\-config.sh\fR [\fB\-\-cflags\fR] [\fB\-\-exec\-prefix\fR] [\fB\-\-libs\fR] [\fB\-\-prefix\fR] [\fB\-\-version\fR] [libraries...]
36 .SH "DESCRIPTION"
37 .PP
38 \fBisc\-config.sh\fR
39 prints information related to the installed version of ISC BIND, such as the compiler and linker flags required to compile and link programs that use ISC BIND libraries.
40 .PP
41 The optional libraries are used to report specific details for compiling and linking for the listed libraries. The allowed choices are:
42 \fBisc\fR,
43 \fBisccc\fR,
44 \fBisccfg\fR,
45 \fBdns\fR,
46 \fBlwres\fR, and
47 \fBbind9\fR. Multiple libraries may be listed on the command line. (Some libraries require other libraries, so are implied.)
48 .SH "OPTIONS"
49 .PP
50 \-\-cflags
51 .RS 4
52 Prints the compiler command line options required to compile files that use ISC BIND. Use the
53 \fBlibraries\fR
54 command line argument(s) to print additional specific flags to pass to the C compiler.
55 .RE
56 .PP
57 \-\-exec\-prefix
58 .RS 4
59 Prints the directory prefix used in the ISC BIND installation for architecture dependent files to standard output.
60 .RE
61 .PP
62 \-\-libs
63 .RS 4
64 Prints the linker command line options used to link with the ISC BIND libraries. Use the
65 \fBlibraries\fR
66 command line argument(s) to print additional specific flags.
67 .RE
68 .PP
69 \-\-prefix
70 .RS 4
71 Prints the directory prefix used in the ISC BIND installation for architecture independent files to standard output.
72 .RE
73 .PP
74 \-\-version
75 .RS 4
76 Prints the version of the installed ISC BIND suite.
77 .RE
78 .SH "RETURN VALUES"
79 .PP
80 \fBisc\-config.sh\fR
81 returns an exit status of 1 if invoked with invalid arguments or no arguments at all. It returns 0 if information was successfully printed.
82 .SH "AUTHOR"
83 .PP
84 Internet Systems Consortium
85 .SH "COPYRIGHT"
86 Copyright \(co 2009 Internet Systems Consortium, Inc. ("ISC")
87 .br