isc-config.sh.docbook revision 0c27b3fe77ac1d5094ba3521e8142d9e7973133f
10139N/A<!--
10139N/A - Copyright (C) 2009, 2014-2016 Internet Systems Consortium, Inc. ("ISC")
10139N/A -
10139N/A - This Source Code Form is subject to the terms of the Mozilla Public
10139N/A - License, v. 2.0. If a copy of the MPL was not distributed with this
10139N/A - file, You can obtain one at http://mozilla.org/MPL/2.0/.
10139N/A-->
10139N/A
10139N/A<!-- Converted by db4-upgrade version 1.0 -->
10139N/A<refentry xmlns="http://docbook.org/ns/docbook" version="5.0" xml:id="man.isc-config.sh">
17185N/A <info>
10139N/A <date>2009-02-18</date>
17182N/A </info>
17182N/A <refentryinfo>
17182N/A <corpname>ISC</corpname>
10139N/A <corpauthor>Internet Systems Consortium, Inc.</corpauthor>
10139N/A </refentryinfo>
18688N/A
18688N/A <refmeta>
10139N/A <refentrytitle><application>isc-config.sh</application></refentrytitle>
18593N/A <manvolnum>1</manvolnum>
20857N/A <refmiscinfo>BIND9</refmiscinfo>
16882N/A </refmeta>
12089N/A
10139N/A <docinfo>
10139N/A <copyright>
10139N/A <year>2009</year>
12707N/A <year>2014</year>
10139N/A <year>2015</year>
10139N/A <year>2016</year>
20857N/A <holder>Internet Systems Consortium, Inc. ("ISC")</holder>
10139N/A </copyright>
10139N/A </docinfo>
10139N/A
10139N/A <refnamediv>
10139N/A <refname><application>isc-config.sh</application></refname>
10139N/A <refpurpose>Get information about the installed version of ISC BIND</refpurpose>
20857N/A </refnamediv>
10139N/A
20857N/A <refsynopsisdiv>
10139N/A <cmdsynopsis sepchar=" ">
10139N/A <command>isc-config.sh</command>
10139N/A <arg choice="opt" rep="norepeat"><option>--cflags</option></arg>
10139N/A <arg choice="opt" rep="norepeat"><option>--exec-prefix</option></arg>
10139N/A <arg choice="opt" rep="norepeat"><option>--libs</option></arg>
10139N/A <arg choice="opt" rep="norepeat"><option>--prefix</option></arg>
20857N/A <arg choice="opt" rep="norepeat"><option>--version</option></arg>
10139N/A <arg choice="opt" rep="repeat">libraries</arg>
10139N/A </cmdsynopsis>
10139N/A </refsynopsisdiv>
10139N/A
10139N/A <refsection><info><title>DESCRIPTION</title></info>
10139N/A
10139N/A <para><command>isc-config.sh</command>
10139N/A prints information related to the installed version of ISC BIND,
10139N/A such as the compiler and linker flags required to compile
10139N/A and link programs that use ISC BIND libraries.
10139N/A </para>
10139N/A <para>
10139N/A The optional libraries are used to report specific details
10139N/A for compiling and linking for the listed libraries.
10139N/A The allowed choices are:
10139N/A <option>isc</option>,
10139N/A <option>isccc</option>,
10139N/A <option>isccfg</option>,
10139N/A <option>dns</option>,
10139N/A <option>lwres</option>, and
10139N/A <option>bind9</option>.
10139N/A Multiple libraries may be listed on the command line.
10139N/A (Some libraries require other libraries, so are implied.)
10139N/A </para>
10139N/A
10139N/A </refsection>
10139N/A
10139N/A <refsection><info><title>OPTIONS</title></info>
10139N/A
10139N/A
10139N/A <variablelist>
10139N/A
10139N/A <varlistentry>
10139N/A <term>--cflags</term>
10139N/A <listitem>
10139N/A <para>
10139N/A Prints the compiler command line options required to
10139N/A compile files that use ISC BIND.
10139N/A Use the <option>libraries</option> command line argument(s)
10139N/A to print additional specific flags to pass to the C compiler.
10139N/A </para>
10139N/A </listitem>
10139N/A </varlistentry>
10139N/A
10139N/A <varlistentry>
10139N/A <term>--exec-prefix</term>
10139N/A <listitem>
10139N/A <para>
10139N/A Prints the directory prefix used in the ISC BIND installation
10139N/A for architecture dependent files to standard output.
10139N/A </para>
10139N/A </listitem>
10139N/A </varlistentry>
10139N/A
10139N/A <varlistentry>
10139N/A <term>--libs</term>
10139N/A <listitem>
10139N/A <para>
10139N/A Prints the linker command line options used to
10139N/A link with the ISC BIND libraries.
10139N/A Use the <option>libraries</option> command line argument(s)
10139N/A to print additional specific flags.
10139N/A </para>
10139N/A </listitem>
10139N/A </varlistentry>
10139N/A
10139N/A <varlistentry>
10139N/A <term>--prefix</term>
10139N/A <listitem>
10139N/A <para>
10139N/A Prints the directory prefix used in the ISC BIND installation
16882N/A for architecture independent files to standard output.
16882N/A </para>
12089N/A </listitem>
12089N/A </varlistentry>
10334N/A
10334N/A <varlistentry>
10139N/A <term>--version</term>
10139N/A <listitem>
10139N/A <para>
10139N/A Prints the version of the installed ISC BIND suite.
10139N/A </para>
10139N/A </listitem>
10139N/A </varlistentry>
10139N/A
10139N/A </variablelist>
10139N/A
10139N/A </refsection>
10139N/A
10139N/A <refsection><info><title>RETURN VALUES</title></info>
10139N/A
10139N/A <para><command>isc-config.sh</command>
10139N/A returns an exit status of 1 if
10139N/A invoked with invalid arguments or no arguments at all.
10139N/A It returns 0 if information was successfully printed.
10139N/A </para>
10139N/A </refsection>
10139N/A
10139N/A</refentry>
10139N/A