https://issues.apache.org/bugzilla/show_bug.cgi?id=54795
Bug ID: 54795
Summary: 'apxs -g -n' should be self-referring
Product: Apache httpd-2
Version: 2.4.4
Hardware: PC
OS: FreeBSD
Status: NEW
Severity: normal
Priority: P2
Component: Build
Assignee: [email protected]
Reporter: [email protected]
Classification: Unclassified
aurora,7:/tmp% /usr/local/apache2-install/www.apache.org/current/bin/apxs -gn
foo >/dev/null
aurora,7:/tmp% grep apxs foo/Makefile
## Autogenerated via ``apxs -n foo -g''.
APXS=apxs
The generated Makefile refers to the 'apxs' binary in $PATH. That is not the
same binary as the one that generated the Makefile (in my case, there is no
apxs in $PATH; but in general there could be a different install's apxs in
$PATH). Instead I would expect apxs to generate a Makefile that refers to
itself.
--
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]