table of contents
ISC-CONFIG.SH(1) | BIND9 | ISC-CONFIG.SH(1) |
NAME¶
isc-config.sh - Get information about the installed version of ISC BIND
SYNOPSIS¶
isc-config.sh [--cflags] [--exec-prefix] [--libs] [--prefix] [--version] [libraries...]
DESCRIPTION¶
isc-config.sh prints information related to the installed version of ISC BIND, such as the compiler and linker flags required to compile and link programs that use ISC BIND libraries.
The optional libraries are used to report specific details for compiling and linking for the listed libraries. The allowed choices are: isc, isccc, isccfg, dns, lwres, and bind9. Multiple libraries may be listed on the command line. (Some libraries require other libraries, so are implied.)
OPTIONS¶
--cflags
--exec-prefix
--libs
--prefix
--version
RETURN VALUES¶
isc-config.sh returns an exit status of 1 if invoked with invalid arguments or no arguments at all. It returns 0 if information was successfully printed.
AUTHOR¶
Internet Systems Consortium, Inc.
COPYRIGHT¶
Copyright © 2009, 2014-2016, 2018-2021 Internet Systems Consortium, Inc. ("ISC")
2009-02-18 | ISC |