You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@subversion.apache.org by Karl Fogel <kf...@newton.ch.collab.net> on 2001/11/28 18:28:33 UTC

Re: svn commit: rev 551 - trunk

Sorry, revision 551 had an incomplete log message -- below is the new
message (I've already changed it in the repository).  Yoshiki, it
restores the --enable-dso stuff.

   Author: kfogel
   Date: 2001-11-28 17:52 GMT
   New Revision: 551
   
   Modified:
      trunk/Makefile.in
      trunk/build.conf
      trunk/configure.in
   Log:
   Take care of some dependency problems by creating a new `base-lib'
   category, which has enough that fs-lib can install on top of it, and
   then `lib' (which contains the RA libs) can install on top of that.
   
   This change is really by Greg Stein <gs...@lyra.org>.  I merely
   channel him.
   
   * build.conf (libsvn_delta, libsvn_subr): Put in "base-lib" install class.
   
   * Makefile.in (base_libdir, INSTALL_BASE_LIB): New vars.
   
   * configure.in (INSTALL_RULES, BUILD_RULES): Install base-lib, then
   optionally fs-lib, then lib.
   
   Also, revert change 493, which itself reverted 478.  In other words,
   unrevert 478.  Yeah.  You know what I mean.
   
   This restores the --enable-dso change, which works given the above changes
   to the build system.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org

Re: svn commit: rev 551 - trunk

Posted by Yoshiki Hayashi <yo...@xemacs.org>.
Karl Fogel <kf...@newton.ch.collab.net> writes:

> Sorry, revision 551 had an incomplete log message -- below is the new
> message (I've already changed it in the repository).  Yoshiki, it
> restores the --enable-dso stuff.

Thanks.  I had no idea it was the ordering problem.

-- 
Yoshiki Hayashi

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org