Re: Automake and directories
Piotras <pp-VVDi8QVAvoBWk0Htik3J/[email protected]> Fri, 17 Feb 2006 15:34:49 +0100
| Newsgroups | gmane.comp.web.midgard.devel |
|---|---|
| Message-ID | <[email protected]> |
Jukka Zitting <[email protected]> wrote: > > Datagard and midgard-schema expects configuration files under $prefix/etc. > > Except /usr choosen as prefix. > > I think a better option than hardcoding the paths in various tools is > to add and use something like "midgard-config --sysconfdir" to get the > correct location. Yes, good point. midgard-schema gets this info from header files, so I should add sysconfdir option soon. Or maybe we could replace midgard-config with better header files? One doesn't have to compile midgard-apache module against mysql libraries, and it doesn't matter if you point to header files or to midgard-config while configuring it. Piotras