Re: Autotools, libraries and man pages: oh my!

2012-11-02 Thread Robert Bonomi
> From owner-freebsd-questi...@freebsd.org Fri Nov 2 00:03:38 2012 > Date: Thu, 01 Nov 2012 22:01:16 -0700 > From: James Colannino > To: freebsd-questions@freebsd.org > Subject: Re: Autotools, libraries and man pages: oh my! > > On 11/01/12 21:44, James Colannino wrote: >

Re: Autotools, libraries and man pages: oh my!

2012-11-02 Thread Polytropon
On Thu, 01 Nov 2012 22:01:16 -0700, James Colannino wrote: > On 11/01/12 21:44, James Colannino wrote: > > [...]I'm able to use autotools on FreeBSD to > > generate configure and Makefile.in, and can use gmake to compile and > > install it. > > > > Unfortunately, the man pages are installed to /usr

Re: Autotools, libraries and man pages: oh my!

2012-11-01 Thread James Colannino
On 11/01/12 21:44, James Colannino wrote: > [...]I'm able to use autotools on FreeBSD to > generate configure and Makefile.in, and can use gmake to compile and > install it. > > Unfortunately, the man pages are installed to /usr/local/share/man > instead of to /usr/local/man, which I thought the to

Autotools, libraries and man pages: oh my!

2012-11-01 Thread James Colannino
Hey everyone, So, I have a question. I have Makefile.am, configure.in and a file called dstring.pc.in (for a library of mine called dstring) for a project. It always built fine on Linux. My home is now FreeBSD. This is the first time I've tried to compile/install this library since moving away