[prev in list] [next in list] [prev in thread] [next in thread] 

List:       subversion-cvs
Subject:    svn commit: r9575 - trunk
From:       philip () tigris ! org
Date:       2004-04-30 1:23:08
Message-ID: 200404300123.i3U1N8Z27937 () morbius ! ch ! collab ! net
[Download RAW message or body]

Author: philip
Date: Thu Apr 29 20:23:02 2004
New Revision: 9575

Modified:
   trunk/configure.in
Log:
* configure.in: Partial fix for "make install" problem, put
  install-bdb-lib before install-lib so that libsvn_fs_base
  is installed before libsvn_fs.


Modified: trunk/configure.in
==============================================================================
--- trunk/configure.in	(original)
+++ trunk/configure.in	Thu Apr 29 20:23:02 2004
@@ -311,7 +311,7 @@
 
 if test "$svn_lib_berkeley_db" = "yes"; then
   BUILD_RULES="$BUILD_RULES bdb-lib bdb-test"
-  INSTALL_RULES="$INSTALL_RULES install-bdb-lib"
+  INSTALL_RULES="`echo $INSTALL_RULES | sed 's/install-lib/install-bdb-lib install-lib/'`"
   INSTALL_STATIC_RULES="$INSTALL_STATIC_RULES install-bdb-lib"
   BDB_TEST_DEPS="\$(BDB_TEST_DEPS)"
   BDB_TEST_PROGRAMS="\$(BDB_TEST_PROGRAMS)"

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

[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic