Re: FHS && ./configure

2001-10-28 Thread Guido Draheim
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

Re: FHS && ./configure

2001-10-28 Thread Raja R Harinath
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

FHS && ./configure

2001-10-28 Thread Gioele Barabucci
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

Re: Combining Multiple Packages Together

2001-10-28 Thread Bruce Korb
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...

Re: Combining Multiple Packages Together

2001-10-28 Thread Tim Van Holder
> 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