From 165af899964589710fefac807e331503fb20074f Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Wed, 13 Dec 2000 16:42:17 +0000 Subject: [PATCH] After changing librfc822 to get along without libmpools, the library can (and has been) removed from Petidomo. --- Makefile.in | 4 ++-- configure.in | 1 - 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/Makefile.in b/Makefile.in index 7694900..8d20617 100644 --- a/Makefile.in +++ b/Makefile.in @@ -18,7 +18,7 @@ SRCS = acl.c archive.c argvSetDebugLevel.c authen.c config.c exit.c \ mailer.c members.c parsearray.c password.c rfcparse.c \ subscribe.c tool.c signature.c unsubscribe.c main.c OBJS = ${SRCS:.c=.o} -LIBS = librfc822/librfc822.a liblists/liblists.a libmpools/libmpools.a \ +LIBS = librfc822/librfc822.a liblists/liblists.a \ libconfigfile/libconfigfile.a libtext/libtext.a libargv/libargv.a \ libdebug/libdebug.a @@ -61,7 +61,7 @@ clean-local:: rm -f acl_scan.c acl_scan.h acl.c distclean-local:: clean-local - rm -f config.log config.cache config.status GNUmakefile + rm -f config.log config.cache config.status Makefile realclean-local:: distclean-local rm -f configure diff --git a/configure.in b/configure.in index 4c3912a..78a4e3e 100644 --- a/configure.in +++ b/configure.in @@ -42,7 +42,6 @@ AC_CONFIG_SUBDIRS(libargv) AC_CONFIG_SUBDIRS(libconfigfile) AC_CONFIG_SUBDIRS(libdebug) AC_CONFIG_SUBDIRS(liblists) -AC_CONFIG_SUBDIRS(libmpools) AC_CONFIG_SUBDIRS(librfc822) AC_CONFIG_SUBDIRS(libtext)