[PATCH] Fix build/ac-macros/aprutil.m4 to actually set SVN_APRUTIL_PREFIX
From: Jeremy Whitlock <jcscoobyrs_at_gmail.com>
Date: Wed, 1 Oct 2008 23:08:01 -0600
Hi All,
-- Take care, Jeremy Whitlock http://www.thoughtspark.org [[[ * build/ac-macros/aprutil.m4: Fix the script to actually retrieve, test and set the SVN_APRUTIL_PREFIX output variable. ]]] Index: build/ac-macros/aprutil.m4 =================================================================== --- build/ac-macros/aprutil.m4 (revision 33392) +++ build/ac-macros/aprutil.m4 (working copy) @@ -72,6 +72,11 @@ AC_MSG_ERROR([apu-config --includes failed]) fi + SVN_APRUTIL_PREFIX="`$apu_config --prefix`" + if test $? -ne 0; then + AC_MSG_ERROR([apu-config --prefix failed]) + fi + dnl When APR stores the dependent libs in the .la file, we don't need dnl --libs. SVN_APRUTIL_LIBS="`$apu_config --link-libtool --libs`"
---------------------------------------------------------------------
|
This is an archived mail posted to the Subversion Dev mailing list.
This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.