dnl Checks for programs.
AC_PROG_CC
AM_PROG_CC_C_O
dnl Checks for libraries.
dnl Replace `main' with a function in -lz:
AC_CHECK_LIB(z, main,, echo "you must install zlib on your system to compile mergelog" ; exit)