Re: share directory

On Sunday 29 May 2005 09:17 pm, Bernd Porr wrote:
> To detangle the data directory I suggest the following:
>
> configure.ac:
>
> #place all shared stuff in here
> sharedcomedidir="\${datadir}/libcomedi0"
> AC_SUBST(sharedcomedidir)
>
>

Well, the default paths that autoconf comes up with never made much sense 
to me.  In this particular case, it seems like we would want to install 
the docs into something like ${datadir}/doc/comedilib and the usb firmware 
into ${datadir}/usb.  When configuring for a debian package, datadir would 
be set to /usr/share (or the prefix to /usr which seems mostly right 
except for the sysconfdir).

-- 
Frank

Received on 2005-06-01Z00:15:28