apr-util, autoconf-2.53 and builddir != srcdir
From: Philip Martin <philip_at_codematters.co.uk>
Date: 2002-04-09 12:53:51 CEST
Hi
Subversion's ac-helpers/aprutil.m4 has the code
ac_configure_args_save=$ac_configure_args
This causes MKDIR to be set for the apr-util configure, which is
At least that's how it used to work. It doesn't work for me now, and
configuring package in xml/expat now
Now ac_configure_args contains the arguments passed to the configure
$ ../../svn/apr-util/configure MKDIR='/home/pm/sw/subversion/svn/ac-helpers/install-sh -c -d'
This form of the command works
$ MKDIR='/home/pm/sw/subversion/svn/ac-helpers/install-sh -c -d' ../../svn/apr-util/configure
as does exporting MKDIR.
Is this an apr-util problem, a Subversion problem or is autoconf-2.53
-- Philip, who is fed up with shell scripts. --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org For additional commands, e-mail: dev-help@subversion.tigris.orgReceived on Tue Apr 9 12:54:40 2002 |
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.