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