7199N/A - Copyright (C) 2009, 2011, 2012 Internet Systems Consortium, Inc. ("ISC") 7199N/A - Permission to use, copy, modify, and/or distribute this software for any 7199N/A - purpose with or without fee is hereby granted, provided that the above 7199N/A - copyright notice and this permission notice appear in all copies. 7199N/A - THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES WITH 7199N/A - REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY 7199N/A - AND FITNESS. IN NO EVENT SHALL ISC BE LIABLE FOR ANY SPECIAL, DIRECT, 7199N/A - INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM 7199N/A - LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE 7199N/A - OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR 7199N/A - PERFORMANCE OF THIS SOFTWARE. 7199N/A<
meta http-
equiv="Content-Type" content="text/html; charset=ISO-8859-1">
7199N/A<
meta name="generator" content="DocBook XSL Stylesheets V1.71.1">
7199N/A<
body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><
div class="refentry" lang="en">
7199N/A<
p><
span class="application">
isc-config.sh</
span> — Get information about the installed version of ISC BIND</
p>
7199N/A<
div class="refsynopsisdiv">
7199N/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>
7199N/A<
div class="refsect1" lang="en">
7199N/A<
a name="id2543363"></
a><
h2>DESCRIPTION</
h2>
7199N/A prints information related to the installed version of ISC BIND,
7199N/A such as the compiler and linker flags required to compile
7199N/A and link programs that use ISC BIND libraries.
7199N/A The optional libraries are used to report specific details
7199N/A for compiling and linking for the listed libraries.
7199N/A <
code class="option">isc</
code>,
7199N/A <
code class="option">isccc</
code>,
7199N/A <
code class="option">isccfg</
code>,
7199N/A <
code class="option">dns</
code>,
7199N/A <
code class="option">lwres</
code>, and
7199N/A <
code class="option">bind9</
code>.
7199N/A Multiple libraries may be listed on the command line.
7199N/A (Some libraries require other libraries, so are implied.)
7199N/A<
div class="refsect1" lang="en">
7199N/A<
a name="id2543397"></
a><
h2>OPTIONS</
h2>
7199N/A<
div class="variablelist"><
dl>
7199N/A<
dt><
span class="term">--cflags</
span></
dt>
7199N/A Prints the compiler command line options required to
7199N/A compile files that use ISC BIND.
7199N/A Use the <
code class="option">libraries</
code> command line argument(s)
7199N/A to print additional specific flags to pass to the C compiler.
7199N/A<
dt><
span class="term">--exec-prefix</
span></
dt>
7199N/A Prints the directory prefix used in the ISC BIND installation
7199N/A for architecture dependent files to standard output.
7199N/A<
dt><
span class="term">--libs</
span></
dt>
7199N/A Prints the linker command line options used to
7199N/A link with the ISC BIND libraries.
7199N/A Use the <
code class="option">libraries</
code> command line argument(s)
7199N/A to print additional specific flags.
7199N/A<
dt><
span class="term">--prefix</
span></
dt>
7199N/A Prints the directory prefix used in the ISC BIND installation
7199N/A for architecture independent files to standard output.
7199N/A<
dt><
span class="term">--version</
span></
dt>
7199N/A Prints the version of the installed ISC BIND suite.
7199N/A<
div class="refsect1" lang="en">
7199N/A<
a name="id2543477"></
a><
h2>RETURN VALUES</
h2>
7199N/A returns an exit status of 1 if
7199N/A invoked with invalid arguments or no arguments at all.
7199N/A It returns 0 if information was successfully printed.
7199N/A<
div class="refsect1" lang="en">
7199N/A<
a name="id2543489"></
a><
h2>AUTHOR</
h2>
7199N/A<
p><
span class="corpauthor">Internet Systems Consortium</
span>