isc-config.sh.html revision 33d0a7767d53cb366039fd0ac4f63cf8a9c351b0
590c12cfe3b9a179ab2faa1be791a069c81882e0Automatic Updater - Copyright (C) 2009, 2014-2016 Internet Systems Consortium, Inc. ("ISC")
3e02c9e33656dcd9c364633d42dd785d3e6fdd66Automatic Updater - Permission to use, copy, modify, and/or distribute this software for any
5347c0fcb04eaea19d9f39795646239f487c6207Tinderbox User - purpose with or without fee is hereby granted, provided that the above
5347c0fcb04eaea19d9f39795646239f487c6207Tinderbox User - copyright notice and this permission notice appear in all copies.
590c12cfe3b9a179ab2faa1be791a069c81882e0Automatic Updater - THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES WITH
d6fa26d0adaec6c910115be34fe7a5a5f402c14fMark Andrews - REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
590c12cfe3b9a179ab2faa1be791a069c81882e0Automatic Updater - AND FITNESS. IN NO EVENT SHALL ISC BE LIABLE FOR ANY SPECIAL, DIRECT,
590c12cfe3b9a179ab2faa1be791a069c81882e0Automatic Updater - INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
590c12cfe3b9a179ab2faa1be791a069c81882e0Automatic Updater - LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE
fd2597f75693a2279fdf588bd40dfe2407c42028Tinderbox User - OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
14a656f94b1fd0ababd84a772228dfa52276ba15Evan Hunt - PERFORMANCE OF THIS SOFTWARE.
590c12cfe3b9a179ab2faa1be791a069c81882e0Automatic Updater<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
590c12cfe3b9a179ab2faa1be791a069c81882e0Automatic Updater<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
590c12cfe3b9a179ab2faa1be791a069c81882e0Automatic Updater<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="refentry">
590c12cfe3b9a179ab2faa1be791a069c81882e0Automatic Updater<a name="man.isc-config.sh"></a><div class="titlepage"></div>
590c12cfe3b9a179ab2faa1be791a069c81882e0Automatic Updater<p><span class="application">isc-config.sh</span> — Get information about the installed version of ISC BIND</p>
590c12cfe3b9a179ab2faa1be791a069c81882e0Automatic Updater<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>
590c12cfe3b9a179ab2faa1be791a069c81882e0Automatic Updater<p><span class="command"><strong>isc-config.sh</strong></span>
7911e6f9de303bca5a3d8b34f4330c8f7cecffaeTinderbox User prints information related to the installed version of ISC BIND,
7911e6f9de303bca5a3d8b34f4330c8f7cecffaeTinderbox User such as the compiler and linker flags required to compile
7911e6f9de303bca5a3d8b34f4330c8f7cecffaeTinderbox User and link programs that use ISC BIND libraries.
7911e6f9de303bca5a3d8b34f4330c8f7cecffaeTinderbox User The optional libraries are used to report specific details
590c12cfe3b9a179ab2faa1be791a069c81882e0Automatic Updater for compiling and linking for the listed libraries.
7911e6f9de303bca5a3d8b34f4330c8f7cecffaeTinderbox User The allowed choices are:
7911e6f9de303bca5a3d8b34f4330c8f7cecffaeTinderbox User Multiple libraries may be listed on the command line.
7911e6f9de303bca5a3d8b34f4330c8f7cecffaeTinderbox User (Some libraries require other libraries, so are implied.)
7911e6f9de303bca5a3d8b34f4330c8f7cecffaeTinderbox User<div class="variablelist"><dl class="variablelist">
7911e6f9de303bca5a3d8b34f4330c8f7cecffaeTinderbox User Prints the compiler command line options required to
7911e6f9de303bca5a3d8b34f4330c8f7cecffaeTinderbox User compile files that use ISC BIND.
7911e6f9de303bca5a3d8b34f4330c8f7cecffaeTinderbox User Use the <code class="option">libraries</code> command line argument(s)
7911e6f9de303bca5a3d8b34f4330c8f7cecffaeTinderbox User to print additional specific flags to pass to the C compiler.
7911e6f9de303bca5a3d8b34f4330c8f7cecffaeTinderbox User<dt><span class="term">--exec-prefix</span></dt>
3b0259a9571e91b39929b9306e74c20db07d9101Tinderbox User Prints the directory prefix used in the ISC BIND installation
7911e6f9de303bca5a3d8b34f4330c8f7cecffaeTinderbox User for architecture dependent files to standard output.
7911e6f9de303bca5a3d8b34f4330c8f7cecffaeTinderbox User Prints the linker command line options used to
7911e6f9de303bca5a3d8b34f4330c8f7cecffaeTinderbox User link with the ISC BIND libraries.
7911e6f9de303bca5a3d8b34f4330c8f7cecffaeTinderbox User Use the <code class="option">libraries</code> command line argument(s)
7911e6f9de303bca5a3d8b34f4330c8f7cecffaeTinderbox User to print additional specific flags.
7911e6f9de303bca5a3d8b34f4330c8f7cecffaeTinderbox User Prints the directory prefix used in the ISC BIND installation
590c12cfe3b9a179ab2faa1be791a069c81882e0Automatic Updater for architecture independent files to standard output.
f8e3e03cacd16ffb923a9603fca23a9e1a1fee07Automatic Updater<dt><span class="term">--version</span></dt>
14a656f94b1fd0ababd84a772228dfa52276ba15Evan Hunt Prints the version of the installed ISC BIND suite.
590c12cfe3b9a179ab2faa1be791a069c81882e0Automatic Updater<a name="id-1.9"></a><h2>RETURN VALUES</h2>
14a656f94b1fd0ababd84a772228dfa52276ba15Evan Hunt<p><span class="command"><strong>isc-config.sh</strong></span>
590c12cfe3b9a179ab2faa1be791a069c81882e0Automatic Updater returns an exit status of 1 if
590c12cfe3b9a179ab2faa1be791a069c81882e0Automatic Updater invoked with invalid arguments or no arguments at all.
7911e6f9de303bca5a3d8b34f4330c8f7cecffaeTinderbox User It returns 0 if information was successfully printed.