isc-config.sh.docbook revision 938440694b33cd752e9e4b71a526368b4811c177
1516N/A<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN"
12N/A "http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd"
12N/A [<!ENTITY mdash "&#8212;">]>
12N/A<!--
12N/A - Copyright (C) 2009, 2014 Internet Systems Consortium, Inc. ("ISC")
12N/A -
12N/A - Permission to use, copy, modify, and/or distribute this software for any
12N/A - purpose with or without fee is hereby granted, provided that the above
12N/A - copyright notice and this permission notice appear in all copies.
12N/A -
12N/A - THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES WITH
12N/A - REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
12N/A - AND FITNESS. IN NO EVENT SHALL ISC BE LIABLE FOR ANY SPECIAL, DIRECT,
12N/A - INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
12N/A - LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE
12N/A - OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
12N/A - PERFORMANCE OF THIS SOFTWARE.
12N/A-->
12N/A
12N/A<refentry id="man.isc-config.sh">
12N/A <refentryinfo>
12N/A <date>February 18, 2009</date>
12N/A </refentryinfo>
1946N/A
12N/A <refmeta>
12N/A <refentrytitle><application>isc-config.sh</application></refentrytitle>
22N/A <manvolnum>1</manvolnum>
22N/A <refmiscinfo>BIND9</refmiscinfo>
22N/A </refmeta>
22N/A
22N/A <docinfo>
22N/A <copyright>
22N/A <year>2009</year>
22N/A <year>2014</year>
22N/A <holder>Internet Systems Consortium, Inc. ("ISC")</holder>
22N/A </copyright>
22N/A </docinfo>
12N/A
873N/A <refnamediv>
12N/A <refname><application>isc-config.sh</application></refname>
135N/A <refpurpose>Get information about the installed version of ISC BIND</refpurpose>
12N/A </refnamediv>
12N/A
58N/A <refsynopsisdiv>
1715N/A <cmdsynopsis>
1944N/A <command>isc-config.sh</command>
12N/A <arg><option>--cflags</option></arg>
873N/A <arg><option>--exec-prefix</option></arg>
38N/A <arg><option>--libs</option></arg>
1970N/A <arg><option>--prefix</option></arg>
1542N/A <arg><option>--version</option></arg>
1542N/A <arg choice="opt" rep="repeat">libraries</arg>
2115N/A </cmdsynopsis>
873N/A </refsynopsisdiv>
1977N/A
1974N/A <refsect1>
873N/A <title>DESCRIPTION</title>
1974N/A <para><command>isc-config.sh</command>
873N/A prints information related to the installed version of ISC BIND,
1708N/A such as the compiler and linker flags required to compile
1708N/A and link programs that use ISC BIND libraries.
948N/A </para>
873N/A <para>
12N/A The optional libraries are used to report specific details
948N/A for compiling and linking for the listed libraries.
948N/A The allowed choices are:
948N/A <option>isc</option>,
948N/A <option>isccc</option>,
948N/A <option>isccfg</option>,
948N/A <option>dns</option>,
948N/A <option>lwres</option>, and
873N/A <option>bind9</option>.
873N/A Multiple libraries may be listed on the command line.
873N/A (Some libraries require other libraries, so are implied.)
873N/A </para>
28N/A
873N/A </refsect1>
873N/A
873N/A <refsect1>
873N/A <title>OPTIONS</title>
948N/A
873N/A <variablelist>
873N/A
873N/A <varlistentry>
873N/A <term>--cflags</term>
948N/A <listitem>
873N/A <para>
135N/A Prints the compiler command line options required to
12N/A compile files that use ISC BIND.
12N/A Use the <option>libraries</option> command line argument(s)
12N/A to print additional specific flags to pass to the C compiler.
12N/A </para>
22N/A </listitem>
873N/A </varlistentry>
1955N/A
2005N/A <varlistentry>
2169N/A <term>--exec-prefix</term>
2169N/A <listitem>
1542N/A <para>
1955N/A Prints the directory prefix used in the ISC BIND installation
12N/A for architecture dependent files to standard output.
12N/A </para>
948N/A </listitem>
948N/A </varlistentry>
12N/A
12N/A <varlistentry>
135N/A <term>--libs</term>
948N/A <listitem>
948N/A <para>
948N/A Prints the linker command line options used to
948N/A link with the ISC BIND libraries.
948N/A Use the <option>libraries</option> command line argument(s)
1431N/A to print additional specific flags.
1431N/A </para>
1431N/A </listitem>
1431N/A </varlistentry>
1431N/A
1431N/A <varlistentry>
1431N/A <term>--prefix</term>
1431N/A <listitem>
1431N/A <para>
1431N/A Prints the directory prefix used in the ISC BIND installation
1431N/A for architecture independent files to standard output.
1431N/A </para>
1431N/A </listitem>
12N/A </varlistentry>
2115N/A
1974N/A <varlistentry>
948N/A <term>--version</term>
1431N/A <listitem>
1974N/A <para>
1431N/A Prints the version of the installed ISC BIND suite.
1431N/A </para>
1431N/A </listitem>
1431N/A </varlistentry>
1431N/A
1431N/A </variablelist>
948N/A
948N/A </refsect1>
948N/A
948N/A <refsect1>
948N/A <title>RETURN VALUES</title>
948N/A <para><command>isc-config.sh</command>
192N/A returns an exit status of 1 if
307N/A invoked with invalid arguments or no arguments at all.
12N/A It returns 0 if information was successfully printed.
873N/A </para>
22N/A </refsect1>
12N/A
873N/A <refsect1>
12N/A <title>AUTHOR</title>
12N/A <para><corpauthor>Internet Systems Consortium</corpauthor>
22N/A </para>
22N/A </refsect1>
12N/A
873N/A</refentry><!--
948N/A - Local variables:
12N/A - mode: sgml
873N/A - End:
948N/A-->
22N/A