1 dnl @(#) Header: /proj/cvs/prod/bind9/contrib/nslint-2.1a3/configure.in,v 1.1 2001/12/21 04:12:03 marka Exp (LBL)
3 dnl Copyright (c) 1995, 1996, 1997
4 dnl The Regents of the University of California. All rights reserved.
6 dnl Process this file with autoconf to produce a configure script.
15 if test -z "$PWD" ; then
19 AC_LBL_C_INIT(V_CCOPT, V_INCLS)
21 AC_CHECK_HEADERS(fcntl.h malloc.h memory.h)
23 AC_REPLACE_FUNCS(strerror)
24 AC_CHECK_LIB(nsl, main)
25 AC_CHECK_LIB(socket, main)
27 AC_CHECK_TYPE(int32_t, int)
28 AC_CHECK_TYPE(u_int32_t, u_int)
32 if test -r lbl/gnuc.h ; then
34 ln -s lbl/gnuc.h gnuc.h
44 if test -f .devel ; then