dnl Process this file with autoconf to produce a configure script. AC_INIT(jot.c) AC_PROG_CC AC_PROG_INSTALL AC_CHECK_FUNCS(srandom random srand48 lrand48) AC_CONFIG_HEADER(config.h) AC_OUTPUT(Makefile)