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