61N/A - Copyright (C) 2009, 2014-2016 Internet Systems Consortium, Inc. ("ISC") 61N/A - This Source Code Form is subject to the terms of the Mozilla Public 61N/A - License, v. 2.0. If a copy of the MPL was not distributed with this 61N/A<
meta http-
equiv="Content-Type" content="text/html; charset=ISO-8859-1">
61N/A<
meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
61N/A<
body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><
div class="refentry">
61N/A<
div class="refnamediv">
61N/A<
p><
span class="application">
isc-config.sh</
span> — Get information about the installed version of ISC BIND</
p>
61N/A<
div class="refsynopsisdiv">
61N/A<
div class="cmdsynopsis"><
p><
code class="command">
isc-config.sh</
code> [<
code class="option">--cflags</
code>] [<
code class="option">--exec-prefix</
code>] [<
code class="option">--libs</
code>] [<
code class="option">--prefix</
code>] [<
code class="option">--version</
code>] [libraries...]</
p></
div>
61N/A<
div class="refsection">
61N/A<
a name="id-1.7"></
a><
h2>DESCRIPTION</
h2>
61N/A prints information related to the installed version of ISC BIND,
61N/A such as the compiler and linker flags required to compile
61N/A and link programs that use ISC BIND libraries.
61N/A The optional libraries are used to report specific details
61N/A for compiling and linking for the listed libraries.
61N/A The allowed choices are:
61N/A <
code class="option">isc</
code>,
61N/A <
code class="option">isccc</
code>,
61N/A <
code class="option">isccfg</
code>,
61N/A <
code class="option">dns</
code>,
61N/A <
code class="option">lwres</
code>, and
61N/A <
code class="option">bind9</
code>.
61N/A Multiple libraries may be listed on the command line.
61N/A (Some libraries require other libraries, so are implied.)
61N/A<
div class="refsection">
61N/A<
a name="id-1.8"></
a><
h2>OPTIONS</
h2>
61N/A<
div class="variablelist"><
dl class="variablelist">
61N/A<
dt><
span class="term">--cflags</
span></
dt>
61N/A Prints the compiler command line options required to
61N/A compile files that use ISC BIND.
61N/A Use the <
code class="option">libraries</
code> command line argument(s)
61N/A to print additional specific flags to pass to the C compiler.
61N/A<
dt><
span class="term">--exec-prefix</
span></
dt>
61N/A Prints the directory prefix used in the ISC BIND installation
61N/A for architecture dependent files to standard output.
61N/A<
dt><
span class="term">--libs</
span></
dt>
61N/A Prints the linker command line options used to
61N/A link with the ISC BIND libraries.
61N/A Use the <
code class="option">libraries</
code> command line argument(s)
61N/A to print additional specific flags.
61N/A<
dt><
span class="term">--prefix</
span></
dt>
61N/A Prints the directory prefix used in the ISC BIND installation
61N/A for architecture independent files to standard output.
61N/A<
dt><
span class="term">--version</
span></
dt>
61N/A Prints the version of the installed ISC BIND suite.
61N/A<
div class="refsection">
61N/A<
a name="id-1.9"></
a><
h2>RETURN VALUES</
h2>
61N/A returns an exit status of 1 if
61N/A invoked with invalid arguments or no arguments at all.
61N/A It returns 0 if information was successfully printed.