source: trunk/athena/bin/ansi/configure.in @ 10458

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