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