source:
trunk/athena/bin/saferm/configure.in
@
24867
Revision 24867, 213 bytes checked in by geofft, 14 years ago (diff) |
---|
Line | |
---|---|
1 | dnl Process this file with autoconf to produce a configure script. |
2 | AC_INIT(saferm.c) |
3 | |
4 | AC_SYS_LARGEFILE |
5 | |
6 | test -z "$lbindir" && lbindir='${bindir}' |
7 | AC_SUBST(lbindir) |
8 | |
9 | AC_PROG_CC |
10 | AC_PROG_INSTALL |
11 | |
12 | AC_OUTPUT(Makefile) |
Note: See TracBrowser
for help on using the repository browser.