isc-config.sh.html revision 5347c0fcb04eaea19d9f39795646239f487c6207
33d0a7767d53cb366039fd0ac4f63cf8a9c351b0Tinderbox User - Copyright (C) 2009, 2014-2016 Internet Systems Consortium, Inc. ("ISC")
5347c0fcb04eaea19d9f39795646239f487c6207Tinderbox User - This Source Code Form is subject to the terms of the Mozilla Public
5347c0fcb04eaea19d9f39795646239f487c6207Tinderbox User - License, v. 2.0. If a copy of the MPL was not distributed with this
5347c0fcb04eaea19d9f39795646239f487c6207Tinderbox User - file, You can obtain one at http://mozilla.org/MPL/2.0/.
cdcd52e680bd80f0da612c0fcf949b50ef86500bJeremy Reed<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
fd2597f75693a2279fdf588bd40dfe2407c42028Tinderbox User<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
fd2597f75693a2279fdf588bd40dfe2407c42028Tinderbox User<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="refentry">
cdcd52e680bd80f0da612c0fcf949b50ef86500bJeremy Reed<a name="man.isc-config.sh"></a><div class="titlepage"></div>
fd2597f75693a2279fdf588bd40dfe2407c42028Tinderbox User<p><span class="application">isc-config.sh</span> — Get information about the installed version of ISC BIND</p>
fd2597f75693a2279fdf588bd40dfe2407c42028Tinderbox User<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>
fd2597f75693a2279fdf588bd40dfe2407c42028Tinderbox User<p><span class="command"><strong>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.)
fd2597f75693a2279fdf588bd40dfe2407c42028Tinderbox User<div class="variablelist"><dl class="variablelist">
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.
fd2597f75693a2279fdf588bd40dfe2407c42028Tinderbox User<p><span class="command"><strong>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.