Subject: | Makefile.pm does not include program-prefix |
--program-prefix= is not handed over to the configure script by Makefile.pm
my @opts should include program-prefix.
--- snip ---------------------------------------------
my @opts = qw(with-apache2-apxs with-apache2-src
program-prefix # <-- missing
with-apr-config with-apu-config apxs);
--- snip ----------------------------------------------
Bye
Thomas