mol-0.9.70 released

Samuel Rydh mol-general@lists.maconlinux.org
Sun, 21 Mar 2004 16:17:59 +0100


On Sun, Mar 21, 2004 at 04:00:28PM +0100, Andreas Schwab wrote:
> Samuel Rydh <samuel@ibrium.se> writes:
> 
> > Hello,
> >
> > MOL 0.9.70 is (finally) released. A couple of minor problems have been
> > corrected compared to the release candidate.
> 
> configure seems to ignore --prefix, no matter what I pass it always
> installs in /usr/local.

True, you currently have to build and install like this:

	make prefix=/usr
	make install prefix=/usr [DESTDIR=/tmp/installroot]

> Also, there does not seem to be a way to build
> outside the source directory, as no makefile is created in the build
> directory.

Well, I don't think this has ever worked. I might add support for it
in 0.9.71 though; the infrastructure is almost there.

/Samuel