source: trunk/athena/lib/Xj/configure.in @ 12242

Revision 12242, 210 bytes checked in by ghudson, 26 years ago (diff)
Move Jets sources here from athena/bin/dash/src/lib, and autoconfiscate.
Line 
1dnl Process this file with autoconf to produce a configure script.
2AC_INIT(Jets.c)
3
4AC_PROG_CC
5AC_PROG_INSTALL
6AC_PROG_RANLIB
7AC_PATH_XTRA
8
9AC_STRUCT_TIMEZONE
10AC_CHECK_HEADERS(sys/filio.h)
11
12AC_OUTPUT(Makefile)
Note: See TracBrowser for help on using the repository browser.