Mailing List Archive

[Bug 9316] - apxs wrong path to config_vars.mk with custom layout.config installbuilddir
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=9316>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=9316

apxs wrong path to config_vars.mk with custom layout.config installbuilddir





------- Additional Comments From smileyjonathan@yahoo.com.au 2002-05-22 15:19 -------
Here are some additional path corrections for the apxs script:

my $envvars = get_vars("bindir") . "/envvars";

should use "sbindir" instead of "bindir". Or perhaps replace the
get_vars() call with $CFG_SBINDIR.

There are a few other references to "$prefix/build" or variants.
They should be replaced with references to "installbuilddir", or a
new variable $CFG_INSTALLBUILDDIR, defined in the same way as
$CFG_SBINDIR. Don't forget this one:

include %PREFIX%/build/special.mk

If it was just a matter of changing the script I'd offer a patch,
but I'm an Apache novice and I don't have time to figure out how
to get the config_vars.mk path into the apxs script. I'm just hacking
it in by hand.

Regards,
Jonathan Knispel

---------------------------------------------------------------------
To unsubscribe, e-mail: bugs-unsubscribe@httpd.apache.org
For additional commands, e-mail: bugs-help@httpd.apache.org