etc/services - sync with NetBSD-8
[minix.git] / external / bsd / bind / dist / contrib / nslint-3.0a2 / configure.in
blob5c64cef604864c37b951cfcd2cee43009d47e9f0
1 AC_REVISION([@(#) Id: configure.in 241 2009-10-10 23:31:13Z leres  (LBL)])
2 dnl
3 AC_COPYRIGHT([Copyright (c) 1995, 1996, 1997, 2006, 2009
4     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
10 AC_CONFIG_SRCDIR(nslint.c)
12 AC_CANONICAL_TARGET
14 umask 002
16 if test -z "$PWD" ; then
17         PWD=`pwd`
20 AC_LBL_C_INIT(V_CCOPT, V_INCLS)
21 AC_PROG_INSTALL
23 AC_CHECK_HEADERS(fcntl.h memory.h)
25 AC_REPLACE_FUNCS(strerror)
26 AC_CHECK_LIB(nsl, main)
27 AC_CHECK_LIB(socket, main)
29 AC_LBL_CHECK_TYPE(int32_t, int)
30 AC_LBL_CHECK_TYPE(u_int32_t, u_int)
32 AC_LBL_DEVEL(V_CCOPT)
34 if test -r lbl/gnuc.h ; then
35         rm -f gnuc.h
36         ln -s lbl/gnuc.h gnuc.h
39 AC_SUBST(CFLAGS)
40 AC_SUBST(LDFLAGS)
41 AC_SUBST(LIBS)
42 AC_SUBST(V_CCOPT)
43 AC_SUBST(V_INCLS)
45 AC_CONFIG_FILES(Makefile)
46 AC_OUTPUT
48 if test -f .devel ; then
49         make depend
51 exit 0