isc-config.sh.html revision e23798e2ab09d2714c6fb18aec3431826154e58a
dafcb997e390efa4423883dafd100c975c4095d6Mark Andrews - Copyright (C) 2009, 2011, 2012, 2014 Internet Systems Consortium, Inc. ("ISC")
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 - 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.
aff4e48c82c1de198a627fe7a57fb6f400d6d3c1Andreas Gustafsson<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
76458ec215a57c6806afdd831b9c9a30b93344b0Andreas Gustafsson<meta name="generator" content="DocBook XSL Stylesheets V1.71.1">
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>
65dfcdc392b93f9d67684adce8b33a1d8168e67cAndreas Gustafsson<p><span class="application">isc-config.sh</span> — Get information about the installed version of ISC BIND</p>
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>
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.
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:
d075bd326e34600c036c905eea6c80f565ea951fAndreas Gustafsson Multiple libraries may be listed on the command line.
d075bd326e34600c036c905eea6c80f565ea951fAndreas Gustafsson (Some libraries require other libraries, so are implied.)
36bc6a0a8312de762caf1e984efe15c8e7170d9dAndreas Gustafsson<dt><span class="term">--cflags</span></dt>
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<dt><span class="term">--exec-prefix</span></dt>
f7aa8ce0b3cf7f5df618a42beecf8d5517c000acAndreas Gustafsson Prints the directory prefix used in the ISC BIND installation
63404af69b0b99b8fa551e92702921f01c3bbfd7Andreas Gustafsson for architecture dependent files to standard output.
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<dt><span class="term">--prefix</span></dt>
6af37648dd5e0cb407cbef1fed5255dd874e61efAndreas Gustafsson Prints the directory prefix used in the ISC BIND installation
6af37648dd5e0cb407cbef1fed5255dd874e61efAndreas Gustafsson for architecture independent files to standard output.
2357f291c53de433c39ce844d2f0abc0bccfa9fcAndreas Gustafsson<dt><span class="term">--version</span></dt>
36bc6a0a8312de762caf1e984efe15c8e7170d9dAndreas Gustafsson Prints the version of the installed ISC BIND suite.
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.
6af37648dd5e0cb407cbef1fed5255dd874e61efAndreas Gustafsson<p><span class="corpauthor">Internet Systems Consortium</span>