3 # Copyright (C) 2004, 2007 Internet Systems Consortium, Inc. ("ISC")
4 # Copyright (C) 2000, 2001, 2003 Internet Software Consortium.
6 # Permission to use, copy, modify, and/or distribute this software for any
7 # purpose with or without fee is hereby granted, provided that the above
8 # copyright notice and this permission notice appear in all copies.
10 # THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES WITH
11 # REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
12 # AND FITNESS. IN NO EVENT SHALL ISC BE LIABLE FOR ANY SPECIAL, DIRECT,
13 # INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
14 # LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE
15 # OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
16 # PERFORMANCE OF THIS SOFTWARE.
18 # Id: isc-config.sh.in,v 1.17 2007/06/19 23:46:59 tbox Exp
21 exec_prefix
=@exec_prefix@
27 Usage: isc-config [OPTIONS] [LIBRARIES]
45 if test $# -eq 0; then
49 while test $# -gt 0; do
51 -*=*) optarg
=`echo "$1" | sed 's/[-_a-zA-Z0-9]*=//'` ;;
58 if test "x$exec_prefix_set" = x
; then
111 if test x
"$echo_prefix" = x
"true" ; then
114 if test x
"$echo_exec_prefix" = x
"true" ; then
117 if test x
"$echo_cflags" = x
"true"; then
118 includes
="-I${exec_prefix}/include"
119 if test x
"$libisc" = x
"true"; then
120 includes
="$includes @ALWAYS_DEFINES@ @STD_CINCLUDES@ @STD_CDEFINES@ @CCOPT@"
124 if test x
"$echo_libs" = x
"true"; then
125 libs
=-L${exec_prefix}/lib
126 if test x
"$liblwres" = x
"true" ; then
129 if test x
"$libbind9" = x
"true" ; then
132 if test x
"$libdns" = x
"true" ; then
133 libs
="$libs -ldns @DNS_CRYPTO_LIBS@"
135 if test x
"$libisccfg" = x
"true" ; then
136 libs
="$libs -lisccfg"
138 if test x
"$libisccc" = x
"true" ; then
141 if test x
"$libisc" = x
"true" ; then
145 if test x
"$needothers" = x
"true" ; then
146 libs
="$libs @CCOPT@ @LIBS@"