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.
RevLine 
[12146]1dnl Process this file with autoconf to produce a configure script.
[25119]2AC_INIT
3AC_CONFIG_SRCDIR([delete.c])
[12146]4
5AC_PROG_CC
6AC_PROG_INSTALL
[25119]7AC_PROG_MKDIR_P
[12146]8
[23661]9AC_CHECK_LIB([m], [log10])
10
[12146]11ATHENA_UTIL_COM_ERR
[25119]12ATHENA_AFS("-lsys -lrx -llwp -lafsutil")
[12146]13
[25119]14AC_CONFIG_FILES([Makefile])
15AC_OUTPUT
Note: See TracBrowser for help on using the repository browser.