1ISC-CONFIG.SH(1) BIND9 ISC-CONFIG.SH(1)
2
3
4
6 isc-config.sh - Get information about the installed version of ISC BIND
7
9 isc-config.sh [--cflags] [--exec-prefix] [--libs] [--prefix]
10 [--version] [libraries...]
11
13 isc-config.sh prints information related to the installed version of
14 ISC BIND, such as the compiler and linker flags required to compile and
15 link programs that use ISC BIND libraries.
16
17 The optional libraries are used to report specific details for
18 compiling and linking for the listed libraries. The allowed choices
19 are: isc, isccc, isccfg, dns, lwres, and bind9. Multiple libraries may
20 be listed on the command line. (Some libraries require other libraries,
21 so are implied.)
22
24 --cflags
25 Prints the compiler command line options required to compile files
26 that use ISC BIND. Use the libraries command line argument(s) to
27 print additional specific flags to pass to the C compiler.
28
29 --exec-prefix
30 Prints the directory prefix used in the ISC BIND installation for
31 architecture dependent files to standard output.
32
33 --libs
34 Prints the linker command line options used to link with the ISC
35 BIND libraries. Use the libraries command line argument(s) to print
36 additional specific flags.
37
38 --prefix
39 Prints the directory prefix used in the ISC BIND installation for
40 architecture independent files to standard output.
41
42 --version
43 Prints the version of the installed ISC BIND suite.
44
46 isc-config.sh returns an exit status of 1 if invoked with invalid
47 arguments or no arguments at all. It returns 0 if information was
48 successfully printed.
49
51 Internet Systems Consortium, Inc.
52
54 Copyright © 2009, 2014-2016, 2018 Internet Systems Consortium, Inc.
55 ("ISC")
56
57
58
59ISC 2009-02-18 ISC-CONFIG.SH(1)