Blame isc-config.sh.html

Packit 5ce601
Packit 5ce601
Packit 5ce601
 - Copyright (C) 2009, 2014-2016, 2018-2020 Internet Systems Consortium, Inc. ("ISC")
Packit 5ce601
 - 
Packit 5ce601
 - This Source Code Form is subject to the terms of the Mozilla Public
Packit 5ce601
 - License, v. 2.0. If a copy of the MPL was not distributed with this
Packit 5ce601
 - file, You can obtain one at http://mozilla.org/MPL/2.0/.
Packit 5ce601
-->
Packit 5ce601
<html lang="en">
Packit 5ce601
<head>
Packit 5ce601
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
Packit 5ce601
<title>isc-config.sh</title>
Packit Service 704ed8
<meta name="generator" content="DocBook XSL Stylesheets V1.79.1">
Packit 5ce601
</head>
Packit 5ce601
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
Packit 5ce601
Packit Service 704ed8
Packit 5ce601

Name

Packit Service 704ed8

isc-config.sh — Get information about the installed version of ISC BIND

Packit 5ce601
Packit Service 704ed8
Packit 5ce601

Synopsis

Packit Service 704ed8

isc-config.sh [--cflags] [--exec-prefix] [--libs] [--prefix] [--version] [libraries...]

Packit Service 704ed8
Packit Service 704ed8
Packit 5ce601

DESCRIPTION

Packit Service 704ed8

isc-config.sh

Packit 5ce601
	prints information related to the installed version of ISC BIND,
Packit 5ce601
	such as the compiler and linker flags required to compile
Packit 5ce601
	and link programs that use ISC BIND libraries.
Packit 5ce601
    

Packit Service 704ed8

Packit 5ce601
	The optional libraries are used to report specific details
Packit 5ce601
	for compiling and linking for the listed libraries.
Packit 5ce601
	The allowed choices are:
Packit 5ce601
        isc,
Packit 5ce601
        isccc,
Packit 5ce601
        isccfg,
Packit 5ce601
        dns,
Packit 5ce601
        lwres, and
Packit 5ce601
        bind9.
Packit 5ce601
	Multiple libraries may be listed on the command line.
Packit 5ce601
	(Some libraries require other libraries, so are implied.)
Packit 5ce601
    

Packit Service 704ed8
Packit Service 704ed8
Packit 5ce601

OPTIONS

Packit Service 704ed8
Packit 5ce601
--cflags
Packit Service 704ed8

Packit 5ce601
            Prints the compiler command line options required to
Packit 5ce601
            compile files that use ISC BIND.
Packit 5ce601
            Use the libraries command line argument(s)
Packit 5ce601
            to print additional specific flags to pass to the C compiler.
Packit Service 704ed8
          

Packit 5ce601
--exec-prefix
Packit Service 704ed8

Packit 5ce601
            Prints the directory prefix used in the ISC BIND installation
Packit 5ce601
            for architecture dependent files to standard output.
Packit Service 704ed8
          

Packit 5ce601
--libs
Packit Service 704ed8

Packit 5ce601
            Prints the linker command line options used to
Packit 5ce601
            link with the ISC BIND libraries.
Packit 5ce601
            Use the libraries command line argument(s)
Packit 5ce601
            to print additional specific flags.
Packit Service 704ed8
          

Packit 5ce601
--prefix
Packit Service 704ed8

Packit 5ce601
            Prints the directory prefix used in the ISC BIND installation
Packit 5ce601
            for architecture independent files to standard output.
Packit Service 704ed8
          

Packit 5ce601
--version
Packit Service 704ed8

Packit 5ce601
            Prints the version of the installed ISC BIND suite.
Packit Service 704ed8
          

Packit 5ce601
Packit Service 704ed8
Packit Service 704ed8
Packit 5ce601

RETURN VALUES

Packit Service 704ed8

isc-config.sh

Packit 5ce601
      returns an exit status of 1 if
Packit 5ce601
      invoked with invalid arguments or no arguments at all.
Packit 5ce601
      It returns 0 if information was successfully printed.
Packit 5ce601
    

Packit Service 704ed8
Packit 5ce601
</body>
Packit 5ce601
</html>