source: trunk/athena/bin/saferm/configure.in @ 24867

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