source: trunk/athena/bin/delete/configure.in @ 12146

Revision 12146, 192 bytes checked in by ghudson, 26 years ago (diff)
Replace imake build system with an autoconf build system.
RevLine 
[12146]1dnl Process this file with autoconf to produce a configure script.
2AC_INIT(delete.c)
3
4AC_PROG_CC
5AC_PROG_INSTALL
6
7ATHENA_UTIL_COM_ERR
8ATHENA_AFS("-lsys -lrx -llwp -lsys")
9
10AC_OUTPUT(Makefile)
Note: See TracBrowser for help on using the repository browser.