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