Euh... nope. apr.h.save and apr_private.h.save are *not* supposed to be saved. Around line 940 of apr/configure.in, they are removed. I don't know why they aren't always removed, though.
And apu_private* no longer exists. Your working copy is out of sync. That change should also be reverted. Cheers, -g On Sun, Jan 28, 2001 at 10:52:22PM -0000, [EMAIL PROTECTED] wrote: >... > --- .cvsignore 2000/12/11 19:18:29 1.5 > +++ .cvsignore 2001/01/28 22:52:22 1.6 > @@ -1 +1,2 @@ > apr.h > +apr.h.save >... > --- .cvsignore 2000/12/12 11:35:22 1.2 > +++ .cvsignore 2001/01/28 22:52:22 1.3 > @@ -1,2 +1,3 @@ > apr_private.h > apr_private.h.in > +apr_private.h.save >... > --- .cvsignore 2001/01/25 04:37:40 1.3 > +++ .cvsignore 2001/01/28 22:52:22 1.4 > @@ -1,3 +1,4 @@ > apu_config.h.in > apu_config.h > apu_select_dbm.h > +apu_private.h -- Greg Stein, http://www.lyra.org/
