source: trunk/athena/bin/dent/configure.in @ 12146

Revision 12146, 132 bytes checked in by ghudson, 26 years ago (diff)
Replace imake build system with an autoconf build system.
RevLine 
[12146]1dnl Process this file with autoconf to produce a configure script.
2AC_INIT(dent.c)
3
4AC_PROG_CC
5AC_PROG_INSTALL
6
7AC_OUTPUT(Makefile)
Note: See TracBrowser for help on using the repository browser.