dnl Process this file with autoconf to produce a configure script. AC_INIT(rl.c) dnl This is the only place where the package version appears AM_INIT_AUTOMAKE(rl, 0.1.1) AC_SUBST(VERSION) ISODATE=`date +%Y-%m-%d` AC_SUBST(ISODATE) AC_CANONICAL_HOST dnl Checks for programs. AC_PROG_INSTALL AC_PROG_CC dnl Checks for libraries. dnl Checks for header files. AC_HEADER_STDC AC_CHECK_HEADERS(getopt.h) AC_CHECK_FUNCS(getopt_long) dnl Checks for typedefs, structures, and compiler characteristics. dnl Checks for library functions. AC_OUTPUT(Makefile rl.lsm rl.spec)