dnl Process this file with autoconf to produce a configure script. AC_INIT(rrdui, 0.2.1, nielsen@memberwebs.com) AM_INIT_AUTOMAKE(rrdui, 0.2.1) AC_CONFIG_SRCDIR([html/index.html]) AM_CONFIG_HEADER([config.h]) dnl Check for programs. AC_PROG_INSTALL dnl Checks for typedefs, structures, and compiler characteristics. AC_C_CONST AC_C_INLINE AC_MSG_RESULT() AC_CONFIG_FILES([Makefile]) AC_OUTPUT