--- src/mod/compress.mod/configure.in.orig Sun May 4 22:05:32 2003 +++ src/mod/compress.mod/configure.in Sat Jun 14 12:41:56 2003 @@ -10,8 +10,7 @@ dnl Instead of AC_INIT, we call EGG_INIT(). -sinclude(../eggmod.m4) -EGG_INIT(compress.c) +AC_INIT(compress.c) AC_CONFIG_HEADER(compress_config.h) AC_PROG_CC @@ -29,7 +28,6 @@ compress module will therefore be disabled. EOF - EGG_REMOVE_MOD(compress) else if test "${ac_cv_header_zlib_h}" != yes; then cat >&2 <