source: trunk/athena/etc/cviewd/configure.in @ 11903

Revision 11903, 190 bytes checked in by ghudson, 26 years ago (diff)
cviewd, a daemon to present larvnet report information to users.
Line 
1dnl Process this file with autoconf to produce a configure script.
2AC_INIT(cviewd.c)
3
4AC_PROG_CC
5AC_PROG_INSTALL
6
7CPPFLAGS="$CPPFLAGS -I$ATHTOOLROOT/usr/athena/include"
8
9AC_OUTPUT(Makefile)
Note: See TracBrowser for help on using the repository browser.