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