Check-in Number:
|
216 | |
Date: |
2000-Dec-12 17:42:17 (local)
2000-Dec-12 16:42:17 (UTC) |
User: | simons |
Branch: | |
Comment: |
After changing librfc822 to get along without libmpools, the library
can (and has been) removed from Petidomo. |
Tickets: |
|
Inspections: |
|
Files: |
|
ossp-pkg/petidomo/Makefile.in 1.1 -> 1.2
--- Makefile.in 2000/12/13 15:16:34 1.1
+++ Makefile.in 2000/12/13 16:42:17 1.2
@@ -18,7 +18,7 @@
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 @@
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
|
|
ossp-pkg/petidomo/configure.in 1.1 -> 1.2
--- configure.in 2000/12/13 15:55:05 1.1
+++ configure.in 2000/12/13 16:42:17 1.2
@@ -1,12 +1,12 @@
dnl
dnl configure.in -- Process this file with autoconf to produce a configure script.
dnl
-dnl $Header: /v/ossp/cvs/ossp-pkg/petidomo/configure.in,v 1.1 2000/12/13 15:55:05 simons Exp $
+dnl $Header: /v/ossp/cvs/ossp-pkg/petidomo/configure.in,v 1.2 2000/12/13 16:42:17 simons Exp $
dnl
AC_INIT(main.c)
AC_CONFIG_AUX_DIR(../etc)
-AC_REVISION($Revision: 1.1 $)dnl
+AC_REVISION($Revision: 1.2 $)dnl
dnl Checks for paths and programs.
dnl
@@ -42,7 +42,6 @@
AC_CONFIG_SUBDIRS(libconfigfile)
AC_CONFIG_SUBDIRS(libdebug)
AC_CONFIG_SUBDIRS(liblists)
-AC_CONFIG_SUBDIRS(libmpools)
AC_CONFIG_SUBDIRS(librfc822)
AC_CONFIG_SUBDIRS(libtext)
|
|