Return-Path: Delivered-To: apmail-apr-cvs-archive@apr.apache.org Received: (qmail 82889 invoked by uid 500); 13 May 2001 13:06:13 -0000 Mailing-List: contact cvs-help@apr.apache.org; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: Reply-To: dev@apr.apache.org Delivered-To: mailing list cvs@apr.apache.org Received: (qmail 82868 invoked by uid 1121); 13 May 2001 13:06:11 -0000 Date: 13 May 2001 13:06:11 -0000 Message-ID: <20010513130611.82867.qmail@apache.org> From: trawick@apache.org To: apr-cvs@apache.org Subject: cvs commit: apr/test Makefile.in trawick 01/05/13 06:06:11 Modified: . configure.in test Makefile.in Log: build the APR memory code; otherwise, Apache won't build because exports.c references the memory functions build the testmem program by default too Reviewed/Submitted by: David Reid Revision Changes Path 1.307 +1 -1 apr/configure.in Index: configure.in =================================================================== RCS file: /home/cvs/apr/configure.in,v retrieving revision 1.306 retrieving revision 1.307 diff -u -r1.306 -r1.307 --- configure.in 2001/05/13 12:01:27 1.306 +++ configure.in 2001/05/13 13:06:09 1.307 @@ -67,7 +67,7 @@ DEFAULT_OSDIR="unix" echo "(Default will be ${DEFAULT_OSDIR})" -apr_modules="file_io network_io threadproc misc locks time mmap shmem i18n user" +apr_modules="file_io network_io threadproc misc locks time mmap shmem i18n user memory" dnl Checks for programs. AC_PROG_MAKE_SET 1.54 +1 -0 apr/test/Makefile.in Index: Makefile.in =================================================================== RCS file: /home/cvs/apr/test/Makefile.in,v retrieving revision 1.53 retrieving revision 1.54 diff -u -r1.53 -r1.54 --- Makefile.in 2001/05/13 10:50:07 1.53 +++ Makefile.in 2001/05/13 13:06:10 1.54 @@ -21,6 +21,7 @@ testipsub@EXEEXT@ \ testmd5@EXEEXT@ \ testpoll@EXEEXT@ \ + testmem@EXEEXT@ \ occhild@EXEEXT@ TARGETS = $(PROGRAMS)