Sync usage with man page.
[netbsd-mini2440.git] / external / bsd / bind / dist / contrib / nslint-2.1a3 / configure.in
blob278447858e6eac564e7a72e0b2a489acdf017a32
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)
2 dnl
3 dnl Copyright (c) 1995, 1996, 1997
4 dnl     The Regents of the University of California.  All rights reserved.
5 dnl
6 dnl Process this file with autoconf to produce a configure script.
7 dnl
9 AC_INIT(nslint.c)
11 AC_CANONICAL_SYSTEM
13 umask 002
15 if test -z "$PWD" ; then
16         PWD=`pwd`
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)
30 AC_LBL_DEVEL(V_CCOPT)
32 if test -r lbl/gnuc.h ; then
33         rm -f gnuc.h
34         ln -s lbl/gnuc.h gnuc.h
37 AC_SUBST(V_CCOPT)
38 AC_SUBST(V_INCLS)
40 AC_PROG_INSTALL
42 AC_OUTPUT(Makefile)
44 if test -f .devel ; then
45         make depend
47 exit 0