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

Revision 23661, 230 bytes checked in by broder, 15 years ago (diff)
In delete: * Apply patches from jik: - When printing an amount of space, print it in friendly units, e.g., KB, MB or GB, rather than always printing kb.
Line 
1dnl Process this file with autoconf to produce a configure script.
2AC_INIT(delete.c)
3
4AC_PROG_CC
5AC_PROG_INSTALL
6
7AC_CHECK_LIB([m], [log10])
8
9ATHENA_UTIL_COM_ERR
10ATHENA_AFS("-lsys -lrx -llwp -lsys -lafsutil")
11
12AC_OUTPUT(Makefile)
Note: See TracBrowser for help on using the repository browser.