Revision 14063,
570 bytes
checked in by danw, 25 years ago
(diff) |
get_message, formerly in athena/bin/gms
|
Line | |
---|
1 | dnl Process this file with autoconf to produce a configure script. |
---|
2 | AC_INIT(get_message.c) |
---|
3 | |
---|
4 | AC_PROG_CC |
---|
5 | AC_PROG_INSTALL |
---|
6 | |
---|
7 | AC_SEARCH_LIBS(gethostbyname, nsl) |
---|
8 | AC_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. |
---|
13 | AC_PROG_CPP |
---|
14 | AC_MSG_CHECKING(if sys/time.h declares utimes) |
---|
15 | AC_EGREP_HEADER(utimes, sys/time.h, [AC_MSG_RESULT(yes)], [AC_MSG_RESULT(no); AC_DEFINE(NEED_UTIMES_PROTO)]) |
---|
16 | |
---|
17 | ATHENA_UTIL_COM_ERR |
---|
18 | ATHENA_HESIOD_REQUIRED |
---|
19 | |
---|
20 | AC_OUTPUT(Makefile) |
---|
Note: See
TracBrowser
for help on using the repository browser.