isc-config.sh.html revision e23798e2ab09d2714c6fb18aec3431826154e58a
dafcb997e390efa4423883dafd100c975c4095d6Mark Andrews<!--
dafcb997e390efa4423883dafd100c975c4095d6Mark Andrews - Copyright (C) 2009, 2011, 2012, 2014 Internet Systems Consortium, Inc. ("ISC")
816e576f77e2c46df3e3d97d65822aa8aded7c4bDavid Lawrence -
2d54cf04fc02db7c369592b6f91bbd1330df3387Andreas Gustafsson - Permission to use, copy, modify, and/or distribute this software for any
2984f8f7bf213642e47affe710851ff0d6580083Mark Andrews - purpose with or without fee is hereby granted, provided that the above
9c3531d72aeaad6c5f01efe6a1c82023e1379e4dDavid Lawrence - copyright notice and this permission notice appear in all copies.
2d54cf04fc02db7c369592b6f91bbd1330df3387Andreas Gustafsson -
2d54cf04fc02db7c369592b6f91bbd1330df3387Andreas Gustafsson - THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES WITH
2d54cf04fc02db7c369592b6f91bbd1330df3387Andreas Gustafsson - REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
2d54cf04fc02db7c369592b6f91bbd1330df3387Andreas Gustafsson - AND FITNESS. IN NO EVENT SHALL ISC BE LIABLE FOR ANY SPECIAL, DIRECT,
2d54cf04fc02db7c369592b6f91bbd1330df3387Andreas Gustafsson - INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
2d54cf04fc02db7c369592b6f91bbd1330df3387Andreas Gustafsson - LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE
2d54cf04fc02db7c369592b6f91bbd1330df3387Andreas Gustafsson - OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
36bc6a0a8312de762caf1e984efe15c8e7170d9dAndreas Gustafsson - PERFORMANCE OF THIS SOFTWARE.
36bc6a0a8312de762caf1e984efe15c8e7170d9dAndreas Gustafsson-->
361a4334ec8ef9d678dcd6c94f96547efedb02bdAndreas Gustafsson
361a4334ec8ef9d678dcd6c94f96547efedb02bdAndreas Gustafsson<!-- $Id$ -->
361a4334ec8ef9d678dcd6c94f96547efedb02bdAndreas Gustafsson<html>
76458ec215a57c6806afdd831b9c9a30b93344b0Andreas Gustafsson<head>
aff4e48c82c1de198a627fe7a57fb6f400d6d3c1Andreas Gustafsson<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
aff4e48c82c1de198a627fe7a57fb6f400d6d3c1Andreas Gustafsson<title>isc-config.sh</title>
76458ec215a57c6806afdd831b9c9a30b93344b0Andreas Gustafsson<meta name="generator" content="DocBook XSL Stylesheets V1.71.1">
2d54cf04fc02db7c369592b6f91bbd1330df3387Andreas Gustafsson</head>
2d54cf04fc02db7c369592b6f91bbd1330df3387Andreas Gustafsson<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="refentry" lang="en">
2d54cf04fc02db7c369592b6f91bbd1330df3387Andreas Gustafsson<a name="man.isc-config.sh"></a><div class="titlepage"></div>
b3651a8e87c12ea0428eeb5cf4b304be5bcd9db0Brian Wellington<div class="refnamediv">
65dfcdc392b93f9d67684adce8b33a1d8168e67cAndreas Gustafsson<h2>Name</h2>
65dfcdc392b93f9d67684adce8b33a1d8168e67cAndreas Gustafsson<p><span class="application">isc-config.sh</span> &#8212; Get information about the installed version of ISC BIND</p>
65dfcdc392b93f9d67684adce8b33a1d8168e67cAndreas Gustafsson</div>
65dfcdc392b93f9d67684adce8b33a1d8168e67cAndreas Gustafsson<div class="refsynopsisdiv">
65dfcdc392b93f9d67684adce8b33a1d8168e67cAndreas Gustafsson<h2>Synopsis</h2>
bfe7da9c6b20573c2da09ad2e7cac0a54c8cd47bMark Andrews<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>
65dfcdc392b93f9d67684adce8b33a1d8168e67cAndreas Gustafsson</div>
65dfcdc392b93f9d67684adce8b33a1d8168e67cAndreas Gustafsson<div class="refsect1" lang="en">
c5b14e2676e8832de77bf63b8f58890d13a6c1e2Andreas Gustafsson<a name="id2543365"></a><h2>DESCRIPTION</h2>
65dfcdc392b93f9d67684adce8b33a1d8168e67cAndreas Gustafsson<p><span><strong class="command">isc-config.sh</strong></span>
f11c81f4fe26ae9f1ef990257b3b2cac6ab5be12Mark Andrews prints information related to the installed version of ISC BIND,
f11c81f4fe26ae9f1ef990257b3b2cac6ab5be12Mark Andrews such as the compiler and linker flags required to compile
f11c81f4fe26ae9f1ef990257b3b2cac6ab5be12Mark Andrews and link programs that use ISC BIND libraries.
f11c81f4fe26ae9f1ef990257b3b2cac6ab5be12Mark Andrews </p>
0e873a120279dbae16ec3773d7c67d473602b7c6Andreas Gustafsson<p>
0e873a120279dbae16ec3773d7c67d473602b7c6Andreas Gustafsson The optional libraries are used to report specific details
0e873a120279dbae16ec3773d7c67d473602b7c6Andreas Gustafsson for compiling and linking for the listed libraries.
0e873a120279dbae16ec3773d7c67d473602b7c6Andreas Gustafsson The allowed choices are:
0e873a120279dbae16ec3773d7c67d473602b7c6Andreas Gustafsson <code class="option">isc</code>,
76458ec215a57c6806afdd831b9c9a30b93344b0Andreas Gustafsson <code class="option">isccc</code>,
72e278abc7c73059de68017eceae7d5138ee98c1Andreas Gustafsson <code class="option">isccfg</code>,
72e278abc7c73059de68017eceae7d5138ee98c1Andreas Gustafsson <code class="option">dns</code>,
76458ec215a57c6806afdd831b9c9a30b93344b0Andreas Gustafsson <code class="option">lwres</code>, and
c5b14e2676e8832de77bf63b8f58890d13a6c1e2Andreas Gustafsson <code class="option">bind9</code>.
d075bd326e34600c036c905eea6c80f565ea951fAndreas Gustafsson Multiple libraries may be listed on the command line.
d075bd326e34600c036c905eea6c80f565ea951fAndreas Gustafsson (Some libraries require other libraries, so are implied.)
361a4334ec8ef9d678dcd6c94f96547efedb02bdAndreas Gustafsson </p>
7f800a6b10b0172e36e6fef855f48109717b6a2cAndreas Gustafsson</div>
7f800a6b10b0172e36e6fef855f48109717b6a2cAndreas Gustafsson<div class="refsect1" lang="en">
b976f9c60a09f4a098852d0653ad5df6842557a7Andreas Gustafsson<a name="id2543399"></a><h2>OPTIONS</h2>
a1bb4b0e4f71fb2878050905087d279cfa87b786Andreas Gustafsson<div class="variablelist"><dl>
36bc6a0a8312de762caf1e984efe15c8e7170d9dAndreas Gustafsson<dt><span class="term">--cflags</span></dt>
63404af69b0b99b8fa551e92702921f01c3bbfd7Andreas Gustafsson<dd><p>
63404af69b0b99b8fa551e92702921f01c3bbfd7Andreas Gustafsson Prints the compiler command line options required to
63404af69b0b99b8fa551e92702921f01c3bbfd7Andreas Gustafsson compile files that use ISC BIND.
63404af69b0b99b8fa551e92702921f01c3bbfd7Andreas Gustafsson Use the <code class="option">libraries</code> command line argument(s)
63404af69b0b99b8fa551e92702921f01c3bbfd7Andreas Gustafsson to print additional specific flags to pass to the C compiler.
63404af69b0b99b8fa551e92702921f01c3bbfd7Andreas Gustafsson </p></dd>
63404af69b0b99b8fa551e92702921f01c3bbfd7Andreas Gustafsson<dt><span class="term">--exec-prefix</span></dt>
f7aa8ce0b3cf7f5df618a42beecf8d5517c000acAndreas Gustafsson<dd><p>
f7aa8ce0b3cf7f5df618a42beecf8d5517c000acAndreas Gustafsson Prints the directory prefix used in the ISC BIND installation
63404af69b0b99b8fa551e92702921f01c3bbfd7Andreas Gustafsson for architecture dependent files to standard output.
63404af69b0b99b8fa551e92702921f01c3bbfd7Andreas Gustafsson </p></dd>
63404af69b0b99b8fa551e92702921f01c3bbfd7Andreas Gustafsson<dt><span class="term">--libs</span></dt>
63404af69b0b99b8fa551e92702921f01c3bbfd7Andreas Gustafsson<dd><p>
63404af69b0b99b8fa551e92702921f01c3bbfd7Andreas Gustafsson Prints the linker command line options used to
f7aa8ce0b3cf7f5df618a42beecf8d5517c000acAndreas Gustafsson link with the ISC BIND libraries.
63404af69b0b99b8fa551e92702921f01c3bbfd7Andreas Gustafsson Use the <code class="option">libraries</code> command line argument(s)
63404af69b0b99b8fa551e92702921f01c3bbfd7Andreas Gustafsson to print additional specific flags.
63404af69b0b99b8fa551e92702921f01c3bbfd7Andreas Gustafsson </p></dd>
63404af69b0b99b8fa551e92702921f01c3bbfd7Andreas Gustafsson<dt><span class="term">--prefix</span></dt>
63404af69b0b99b8fa551e92702921f01c3bbfd7Andreas Gustafsson<dd><p>
6af37648dd5e0cb407cbef1fed5255dd874e61efAndreas Gustafsson Prints the directory prefix used in the ISC BIND installation
6af37648dd5e0cb407cbef1fed5255dd874e61efAndreas Gustafsson for architecture independent files to standard output.
2d54cf04fc02db7c369592b6f91bbd1330df3387Andreas Gustafsson </p></dd>
2357f291c53de433c39ce844d2f0abc0bccfa9fcAndreas Gustafsson<dt><span class="term">--version</span></dt>
3d4a70fe38769e42b943717256208b63fec05f32Andreas Gustafsson<dd><p>
36bc6a0a8312de762caf1e984efe15c8e7170d9dAndreas Gustafsson Prints the version of the installed ISC BIND suite.
36bc6a0a8312de762caf1e984efe15c8e7170d9dAndreas Gustafsson </p></dd>
3d4a70fe38769e42b943717256208b63fec05f32Andreas Gustafsson</dl></div>
3d4a70fe38769e42b943717256208b63fec05f32Andreas Gustafsson</div>
3d4a70fe38769e42b943717256208b63fec05f32Andreas Gustafsson<div class="refsect1" lang="en">
3d4a70fe38769e42b943717256208b63fec05f32Andreas Gustafsson<a name="id2543479"></a><h2>RETURN VALUES</h2>
2d54cf04fc02db7c369592b6f91bbd1330df3387Andreas Gustafsson<p><span><strong class="command">isc-config.sh</strong></span>
2357f291c53de433c39ce844d2f0abc0bccfa9fcAndreas Gustafsson returns an exit status of 1 if
2357f291c53de433c39ce844d2f0abc0bccfa9fcAndreas Gustafsson invoked with invalid arguments or no arguments at all.
2357f291c53de433c39ce844d2f0abc0bccfa9fcAndreas Gustafsson It returns 0 if information was successfully printed.
6f6fbed6eb4d755198a452e557eead49f215d54bAndreas Gustafsson </p>
2357f291c53de433c39ce844d2f0abc0bccfa9fcAndreas Gustafsson</div>
6af37648dd5e0cb407cbef1fed5255dd874e61efAndreas Gustafsson<div class="refsect1" lang="en">
6af37648dd5e0cb407cbef1fed5255dd874e61efAndreas Gustafsson<a name="id2543491"></a><h2>AUTHOR</h2>
6af37648dd5e0cb407cbef1fed5255dd874e61efAndreas Gustafsson<p><span class="corpauthor">Internet Systems Consortium</span>
6af37648dd5e0cb407cbef1fed5255dd874e61efAndreas Gustafsson </p>
04bdb234571448ed6194e1d4048e6512f2446f1cDavid Lawrence</div>
36bc6a0a8312de762caf1e984efe15c8e7170d9dAndreas Gustafsson</div></body>
04bdb234571448ed6194e1d4048e6512f2446f1cDavid Lawrence</html>
04bdb234571448ed6194e1d4048e6512f2446f1cDavid Lawrence