On Mon, 29 Aug 2011, Brad wrote:
> On 29/08/11 6:20 AM, Abel Abraham Camarillo Ojeda wrote:
> > Maybe... I'm unsure why the release tarball ships with a Makefile... if
> > there is
> > a reason...
>
> There is.. try reading INSTALL.
You mean this?
"
Alternatively you can use autoconf generated ./configure script to
set up install paths (via config.mak.autogen), so you can write instead
$ make configure ;# as yourself
$ ./configure --prefix=/usr ;# as yourself
$ make all doc ;# as yourself
# make install install-doc install-html;# as root
"
--
Antoine