Es schrieb Raja R Harinath:
>
> You can usually use the following command to generate something more
> FHS compliant
>
> ./configure --prefix=/usr \
> --sysconfdir=/etc \
> --infodir=/usr/share/info \
> --mandir=/usr/share/man
>
> However this is not
Hi,
Gioele Barabucci <[EMAIL PROTECTED]> writes:
> Why don't you set mandir and infodir to PREFIX/share/{man,info}
> instead of PREFIX/{man,info}?
It just happens that './configure --prefix=/usr' generates an install
that almost satisfies the FHS. There are a number of differences,
though and I
Why don't you set mandir and infodir to PREFIX/share/{man,info} instead of
PREFIX/{man,info}?
--
Gioele Barabucci (Gb])
) mailto:[EMAIL PROTECTED]
) http://www.gioelebarabucci.com
) ) I've been and now I've gone
) ) /Magic Pie^Oasis
Tim Van Holder wrote:
>
> > I'm trying to build a new package by combining multiple packages
> > together. Each of the existing packages have their own config.h
> > files. I'd like to arrange things so that all packages
> > How is this normally done?
>
> I don't think this is done often...
> I'm trying to build a new package by combining multiple packages
> together. Each of the existing packages have their own config.h
> files. I'd like to arrange things so that all packages included in
> the new package use the same config.h when used together. Each package
> should use to their