source: trunk/athena/bin/install/configure.in @ 9434

Revision 9434, 169 bytes checked in by ghudson, 28 years ago (diff)
An autoconf-based build system for install.
Line 
1dnl Process this file with autoconf to produce a configure script.
2AC_INIT(install.c)
3
4AC_PROG_CC
5AC_PATH_PROG(STRIP, strip, strip)
6AC_SUBST(STRIP)
7
8AC_OUTPUT(Makefile)
Note: See TracBrowser for help on using the repository browser.