source: trunk/third/talk/configure.in @ 16609

Revision 16609, 391 bytes checked in by zacheiss, 23 years ago (diff)
Don't need GUESSED_PATH_UTMP anymore.
Line 
1dnl Process this file with autoconf to produce a configure script.
2AC_INIT(talk/talk.c)
3AC_CONFIG_HEADER(config.h)
4
5AC_PROG_CC
6AC_PROG_INSTALL
7AC_CHECK_SIZEOF(short, 2)
8AC_CHECK_SIZEOF(int, 4)
9AC_CHECK_SIZEOF(long, 4)
10AC_FUNC_CHECK(connect, :, [AC_CHECK_LIB(socket, socket)
11                           AC_CHECK_LIB(nsl, gethostbyname)])
12AC_CHECK_HEADERS(paths.h)
13
14AC_OUTPUT(Makefile talk/Makefile talkd/Makefile)
Note: See TracBrowser for help on using the repository browser.