You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@apr.apache.org by 19...@gmx.net on 2012/10/16 14:21:46 UTC

Default prefix incorrect in ./configure

Hi,

./configure --help says

By default, `make install' will install all the files in
`/usr/local/bin', `/usr/local/lib' etc.  You can specify
an installation prefix other than `/usr/local' using `--prefix',
for instance `--prefix=$HOME'.

If you check config.layout, you'll see that layout 'apr' is being used which defaults to /usr/local/apr. The classic layout has the same issue.

Should I provide a patch (or open a ticket) to the config.layout or is the configure script simply incorrect?

Thanks,

Michael