1516N/A<!
DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN" 12N/A [<!ENTITY mdash "—">]>
12N/A - Copyright (C) 2009, 2014 Internet Systems Consortium, Inc. ("ISC") 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 - 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 <
date>February 18, 2009</
date>
22N/A <
manvolnum>1</
manvolnum>
22N/A <
refmiscinfo>BIND9</
refmiscinfo>
22N/A <
holder>Internet Systems Consortium, Inc. ("ISC")</
holder>
135N/A <
refpurpose>Get information about the installed version of ISC BIND</
refpurpose>
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>
873N/A <
title>DESCRIPTION</
title>
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.
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>isccc</
option>,
948N/A <
option>isccfg</
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.)
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.
1955N/A Prints the directory prefix used in the ISC BIND installation
12N/A for architecture dependent files to standard output.
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 Prints the directory prefix used in the ISC BIND installation
1431N/A for architecture independent files to standard output.
1431N/A Prints the version of the installed ISC BIND suite.
948N/A <
title>RETURN VALUES</
title>
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.
12N/A <
title>AUTHOR</
title>
12N/A <
para><
corpauthor>Internet Systems Consortium</
corpauthor>