1 AC_REVISION([@(#) Id: configure.in 241 2009-10-10 23:31:13Z leres (LBL)])
3 AC_COPYRIGHT([Copyright (c) 1995, 1996, 1997, 2006, 2009
4 The Regents of the University of California. All rights reserved.])
6 dnl Process this file with autoconf to produce a configure script.
10 AC_CONFIG_SRCDIR(nslint.c)
16 if test -z "$PWD" ; then
20 AC_LBL_C_INIT(V_CCOPT, V_INCLS)
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)
34 if test -r lbl/gnuc.h ; then
36 ln -s lbl/gnuc.h gnuc.h
45 AC_CONFIG_FILES(Makefile)
48 if test -f .devel ; then