[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH] FHS done right



Hej

> I've updated FHS patch to work properly - everything relocatable.
> Introduced --with-dbdir option to specify database location. Example
> ./configure --prefix=/usr --with-dbdir=/var/lib/heimdal

I think the source for info documentation should not be build in  
configure.
Why don't you using variables and build a small "paths.info" file from  
configure and include that in the info files and use info variables  
instead.

Same goes for mdoc documentation, but I don't really know what to do  
about that in a saner way. At least you should not use OUTPUT_FILES(),  
but rather a sed statement, autoconf-people dont like you when you do  
that.

> DBDIR defaults to /var/heimdal to mimic old behavior.
>
> Also, no more hardcoded /var/* paths in .c and .h files.

roken-common.h is an installed headerfile, you can't have config.h  
typ, it needs to be moved to roken.h or something else.

Love