The "correct" place is to add the directory memory to the list in apr_modules in configure.in, then run
./buildconf;./configure;make As for testmem, just do make testmem in the test directory. It'll be added once we know the code works. david ----- Original Message ----- From: "Sander Striker" <[EMAIL PROTECTED]> To: <[email protected]> Sent: Thursday, May 10, 2001 6:57 PM Subject: RE: cvs commit: apr/test testmem.c Makefile.in > > dreid 01/05/09 10:46:24 > > > > Modified: test Makefile.in > > Added: test testmem.c > > Log: > > Add a test file for the new memory code. Pretty simple, but at least it > > tests that the code works and allows development to continue. > > Not included > > in the normal build. > > Ok, asking the obvious right now, but what is the place to add both the > memory code and the testmem code to the normal build? > > I would like to add this to my local setup for testing, but in the > 'correct' location(s). > > Sander > >
