cvsdist 27abd71
cvsdist 27abd71
APR and APR-util are patched to store dependencies in the .la file.
cvsdist 27abd71
cvsdist 27abd71
--- subversion-0.20.1/build/ac-macros/aprutil.m4.deplibs	2003-03-26 16:34:47.000000000 +0000
cvsdist 27abd71
+++ subversion-0.20.1/build/ac-macros/aprutil.m4	2003-04-29 11:03:54.000000000 +0100
cvsdist 27abd71
@@ -64,11 +64,9 @@
cvsdist 27abd71
     AC_MSG_ERROR([apu-config --includes failed])
cvsdist 27abd71
   fi
cvsdist 27abd71
 
cvsdist 27abd71
-  dnl When APR stores the dependent libs in the .la file, we don't need
cvsdist 27abd71
-  dnl --libs.
cvsdist 27abd71
-  SVN_APRUTIL_LIBS="`$apu_config --link-libtool --libs`"
cvsdist 27abd71
+  SVN_APRUTIL_LIBS="`$apu_config --link-libtool`"
cvsdist 27abd71
   if test $? -ne 0; then
cvsdist 27abd71
-    AC_MSG_ERROR([apu-config --link-libtool --libs failed])
cvsdist 27abd71
+    AC_MSG_ERROR([apu-config --link-libtool failed])
cvsdist 27abd71
   fi
cvsdist 27abd71
 
cvsdist 27abd71
   SVN_APRUTIL_EXPORT_LIBS="`$apu_config --link-ld --libs`"
cvsdist 27abd71
--- subversion-0.20.1/build/ac-macros/apr.m4.deplibs	2003-03-26 16:34:47.000000000 +0000
cvsdist 27abd71
+++ subversion-0.20.1/build/ac-macros/apr.m4	2003-04-29 11:03:45.000000000 +0100
cvsdist 27abd71
@@ -68,9 +68,9 @@
cvsdist 27abd71
 
cvsdist 27abd71
   dnl When APR stores the dependent libs in the .la file, we don't need 
cvsdist 27abd71
   dnl --libs.
cvsdist 27abd71
-  SVN_APR_LIBS="`$apr_config --link-libtool --libs`"
cvsdist 27abd71
+  SVN_APR_LIBS="`$apr_config --link-libtool`"
cvsdist 27abd71
   if test $? -ne 0; then
cvsdist 27abd71
-    AC_MSG_ERROR([apr-config --link-libtool --libs failed])
cvsdist 27abd71
+    AC_MSG_ERROR([apr-config --link-libtool failed])
cvsdist 27abd71
   fi
cvsdist 27abd71
 
cvsdist 27abd71
   SVN_APR_EXPORT_LIBS="`$apr_config --link-ld --libs`"