source: trunk/athena/bin/get_message/configure.in @ 14063

Revision 14063, 570 bytes checked in by danw, 25 years ago (diff)
get_message, formerly in athena/bin/gms
Line 
1dnl Process this file with autoconf to produce a configure script.
2AC_INIT(get_message.c)
3
4AC_PROG_CC
5AC_PROG_INSTALL
6
7AC_SEARCH_LIBS(gethostbyname, nsl)
8AC_SEARCH_LIBS(socket, socket)
9
10# Solaris 2.6 only declares utimes if you define _XPG4_2, but there
11# doesn't seem to be any way to define that and not get lots of
12# header warnings.
13AC_PROG_CPP
14AC_MSG_CHECKING(if sys/time.h declares utimes)
15AC_EGREP_HEADER(utimes, sys/time.h, [AC_MSG_RESULT(yes)], [AC_MSG_RESULT(no); AC_DEFINE(NEED_UTIMES_PROTO)])
16
17ATHENA_UTIL_COM_ERR
18ATHENA_HESIOD_REQUIRED
19
20AC_OUTPUT(Makefile)
Note: See TracBrowser for help on using the repository browser.