2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-29 05:28:00 +00:00
This commit is contained in:
Mark Andrews 2003-04-16 00:04:08 +00:00
parent 36ac8850c6
commit 44e09abdf0

View File

@ -15,7 +15,7 @@
# NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION # NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION
# WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. # WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
# $Id: isc-config.sh.in,v 1.13 2003/04/15 23:59:27 marka Exp $ # $Id: isc-config.sh.in,v 1.14 2003/04/16 00:04:08 marka Exp $
prefix=@prefix@ prefix=@prefix@
exec_prefix=@exec_prefix@ exec_prefix=@exec_prefix@
@ -37,6 +37,7 @@ Libraries:
isccfg isccfg
dns dns
lwres lwres
bind9
EOF EOF
exit $1 exit $1
} }
@ -99,6 +100,7 @@ while test $# -gt 0; do
libdns=true; libdns=true;
libisc=true; libisc=true;
libisccfg=true; libisccfg=true;
libbind9=true;
;; ;;
*) *)
usage 1 1>&2 usage 1 1>&2