About
AC_INIT("DESCRIPTION") AC_CHECK_LIB([z], [gzeof], , AC_ERROR([zlib not found])) AC_CHECK_SIZEOF([unsigned long]) AC_OUTPUT(src/Makevars)