10139N/A - Copyright (C) 2009, 2014-2016 Internet Systems Consortium, Inc. ("ISC") 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<!-- Converted by db4-upgrade version 1.0 --> 10139N/A <
corpauthor>Internet Systems Consortium, Inc.</
corpauthor>
20857N/A <
refmiscinfo>BIND9</
refmiscinfo>
20857N/A <
holder>Internet Systems Consortium, Inc. ("ISC")</
holder>
10139N/A <
refpurpose>Get information about the installed version of ISC BIND</
refpurpose>
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 <
refsection><
info><
title>DESCRIPTION</
title></
info>
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 The optional libraries are used to report specific details
10139N/A for compiling and linking for the listed libraries.
10139N/A Multiple libraries may be listed on the command line.
10139N/A (Some libraries require other libraries, so are implied.)
10139N/A <
refsection><
info><
title>OPTIONS</
title></
info>
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 Prints the directory prefix used in the ISC BIND installation
10139N/A for architecture dependent files to standard output.
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 Prints the directory prefix used in the ISC BIND installation
16882N/A for architecture independent files to standard output.
10139N/A Prints the version of the installed ISC BIND suite.
10139N/A <
refsection><
info><
title>RETURN VALUES</
title></
info>
10139N/A invoked with invalid arguments or no arguments at all.
10139N/A It returns 0 if information was successfully printed.