Blame isc-config.sh.1

Packit 5ce601
.\" Copyright (C) 2009, 2014-2016, 2018-2020 Internet Systems Consortium, Inc. ("ISC")
Packit 5ce601
.\" 
Packit 5ce601
.\" This Source Code Form is subject to the terms of the Mozilla Public
Packit 5ce601
.\" License, v. 2.0. If a copy of the MPL was not distributed with this
Packit 5ce601
.\" file, You can obtain one at http://mozilla.org/MPL/2.0/.
Packit 5ce601
.\"
Packit 5ce601
.hy 0
Packit 5ce601
.ad l
Packit 5ce601
'\" t
Packit 5ce601
.\"     Title: isc-config.sh
Packit 5ce601
.\"    Author: 
Packit Service 704ed8
.\" Generator: DocBook XSL Stylesheets v1.79.1 <http://docbook.sf.net/>
Packit 5ce601
.\"      Date: 2009-02-18
Packit 5ce601
.\"    Manual: BIND9
Packit 5ce601
.\"    Source: ISC
Packit 5ce601
.\"  Language: English
Packit 5ce601
.\"
Packit 5ce601
.TH "ISC\-CONFIG\&.SH" "1" "2009\-02\-18" "ISC" "BIND9"
Packit 5ce601
.\" -----------------------------------------------------------------
Packit 5ce601
.\" * Define some portability stuff
Packit 5ce601
.\" -----------------------------------------------------------------
Packit 5ce601
.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Packit 5ce601
.\" http://bugs.debian.org/507673
Packit 5ce601
.\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html
Packit 5ce601
.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Packit 5ce601
.ie \n(.g .ds Aq \(aq
Packit 5ce601
.el       .ds Aq '
Packit 5ce601
.\" -----------------------------------------------------------------
Packit 5ce601
.\" * set default formatting
Packit 5ce601
.\" -----------------------------------------------------------------
Packit 5ce601
.\" disable hyphenation
Packit 5ce601
.nh
Packit 5ce601
.\" disable justification (adjust text to left margin only)
Packit 5ce601
.ad l
Packit 5ce601
.\" -----------------------------------------------------------------
Packit 5ce601
.\" * MAIN CONTENT STARTS HERE *
Packit 5ce601
.\" -----------------------------------------------------------------
Packit 5ce601
.SH "NAME"
Packit 5ce601
isc-config.sh \- Get information about the installed version of ISC BIND
Packit 5ce601
.SH "SYNOPSIS"
Packit 5ce601
.HP \w'\fBisc\-config\&.sh\fR\ 'u
Packit 5ce601
\fBisc\-config\&.sh\fR [\fB\-\-cflags\fR] [\fB\-\-exec\-prefix\fR] [\fB\-\-libs\fR] [\fB\-\-prefix\fR] [\fB\-\-version\fR] [libraries...]
Packit 5ce601
.SH "DESCRIPTION"
Packit 5ce601
.PP
Packit 5ce601
\fBisc\-config\&.sh\fR
Packit 5ce601
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\&.
Packit 5ce601
.PP
Packit 5ce601
The optional libraries are used to report specific details for compiling and linking for the listed libraries\&. The allowed choices are:
Packit 5ce601
\fBisc\fR,
Packit 5ce601
\fBisccc\fR,
Packit 5ce601
\fBisccfg\fR,
Packit 5ce601
\fBdns\fR,
Packit 5ce601
\fBlwres\fR, and
Packit 5ce601
\fBbind9\fR\&. Multiple libraries may be listed on the command line\&. (Some libraries require other libraries, so are implied\&.)
Packit 5ce601
.SH "OPTIONS"
Packit 5ce601
.PP
Packit 5ce601
\-\-cflags
Packit 5ce601
.RS 4
Packit 5ce601
Prints the compiler command line options required to compile files that use ISC BIND\&. Use the
Packit 5ce601
\fBlibraries\fR
Packit 5ce601
command line argument(s) to print additional specific flags to pass to the C compiler\&.
Packit 5ce601
.RE
Packit 5ce601
.PP
Packit 5ce601
\-\-exec\-prefix
Packit 5ce601
.RS 4
Packit 5ce601
Prints the directory prefix used in the ISC BIND installation for architecture dependent files to standard output\&.
Packit 5ce601
.RE
Packit 5ce601
.PP
Packit 5ce601
\-\-libs
Packit 5ce601
.RS 4
Packit 5ce601
Prints the linker command line options used to link with the ISC BIND libraries\&. Use the
Packit 5ce601
\fBlibraries\fR
Packit 5ce601
command line argument(s) to print additional specific flags\&.
Packit 5ce601
.RE
Packit 5ce601
.PP
Packit 5ce601
\-\-prefix
Packit 5ce601
.RS 4
Packit 5ce601
Prints the directory prefix used in the ISC BIND installation for architecture independent files to standard output\&.
Packit 5ce601
.RE
Packit 5ce601
.PP
Packit 5ce601
\-\-version
Packit 5ce601
.RS 4
Packit 5ce601
Prints the version of the installed ISC BIND suite\&.
Packit 5ce601
.RE
Packit 5ce601
.SH "RETURN VALUES"
Packit 5ce601
.PP
Packit 5ce601
\fBisc\-config\&.sh\fR
Packit 5ce601
returns an exit status of 1 if invoked with invalid arguments or no arguments at all\&. It returns 0 if information was successfully printed\&.
Packit 5ce601
.SH "AUTHOR"
Packit 5ce601
.PP
Packit 5ce601
\fBInternet Systems Consortium, Inc\&.\fR
Packit 5ce601
.SH "COPYRIGHT"
Packit 5ce601
.br
Packit 5ce601
Copyright \(co 2009, 2014-2016, 2018-2020 Internet Systems Consortium, Inc. ("ISC")
Packit 5ce601
.br