source: trunk/third/jot/configure.in @ 9114

Revision 9114, 205 bytes checked in by ghudson, 28 years ago (diff)
Write up a very simple autoconf build system to determine the best random number generator available on the system.
Line 
1dnl Process this file with autoconf to produce a configure script.
2AC_INIT(jot.c)
3
4AC_PROG_CC
5AC_PROG_INSTALL
6AC_CHECK_FUNCS(srandom random srand48 lrand48)
7
8AC_CONFIG_HEADER(config.h)
9AC_OUTPUT(Makefile)
Note: See TracBrowser for help on using the repository browser.