On Wed, Feb 27, 2002 at 07:07:07PM -0800, Aaron Bannert wrote:
> I don't think we want to have to do ./configure --prefix=/foo
> --datadir='${prefix}' --sysconfdir=conf ... every time we configure
> Apache just to get the paths we're used to, so I'm hoping someone can
> provide some insight. At this point I'm thinking that we should reparse
> the --prefix variables again in our configure.in, and then set ap_prefix
> variables from those. This will at least let us set defaults and check
> if a user changed from the default. OTOH this will take some serious
> work.
How about always using a 'default' layout that is in
config.layout?
The default would be --layout=default. However, that means we
need the override functional. =) So, this idea is pretty much
shot, I think. Oh, well. -- justin