Revision 23661,
230 bytes
checked in by broder, 16 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 | |
---|
1 | dnl Process this file with autoconf to produce a configure script. |
---|
2 | AC_INIT(delete.c) |
---|
3 | |
---|
4 | AC_PROG_CC |
---|
5 | AC_PROG_INSTALL |
---|
6 | |
---|
7 | AC_CHECK_LIB([m], [log10]) |
---|
8 | |
---|
9 | ATHENA_UTIL_COM_ERR |
---|
10 | ATHENA_AFS("-lsys -lrx -llwp -lsys -lafsutil") |
---|
11 | |
---|
12 | AC_OUTPUT(Makefile) |
---|
Note: See
TracBrowser
for help on using the repository browser.