source: trunk/athena/bin/delete/configure.ac @ 25119

Revision 25119, 277 bytes checked in by geofft, 13 years ago (diff)
In delete: * Update autogoo for the 21st century.
Line 
1dnl Process this file with autoconf to produce a configure script.
2AC_INIT
3AC_CONFIG_SRCDIR([delete.c])
4
5AC_PROG_CC
6AC_PROG_INSTALL
7AC_PROG_MKDIR_P
8
9AC_CHECK_LIB([m], [log10])
10
11ATHENA_UTIL_COM_ERR
12ATHENA_AFS("-lsys -lrx -llwp -lafsutil")
13
14AC_CONFIG_FILES([Makefile])
15AC_OUTPUT
Note: See TracBrowser for help on using the repository browser.