From alsa-devel-owner@alsa.jcu.cz  Mon Nov 23 23:26:12 1998
Received: from downstairs.db-bbs.com (root@292.hiper01.shef.dialup.force9.net [195.166.143.36])
	by marvin.jcu.cz (8.9.1a/8.9.1) with ESMTP id XAA10572
	for <alsa-devel@jcu.cz>; Mon, 23 Nov 1998 23:24:51 +0100
Received: by sandy.force9.co.uk
	via sendmail from stdin
	id <m0zi4PN-000BHNC@downstairs.db-bbs.com> (Debian Smail3.2.0.101)
	for alsa-devel@jcu.cz; Mon, 23 Nov 1998 22:24:37 +0000 (GMT) 
Message-Id: <m0zi4PN-000BHNC@downstairs.db-bbs.com>
From: chrisb@sandy.force9.co.uk (Chris Butler)
Subject: Re: 0.2.0 final status
To: alsa-devel@jcu.cz
Date: Mon, 23 Nov 1998 22:24:37 +0000 (GMT)
MIME-Version: 1.0
Content-Type: text/plain; charset=US-ASCII
Content-Transfer-Encoding: 7bit
Reply-To: alsa-devel@alsa.jcu.cz
Sender: alsa-devel-owner@alsa.jcu.cz
Precedence: list

Hi,

> checked out a fresh copy of cvs. did 'aclocal; automake; autoconf').
> first, automake complains about some files not found. not fatal (at
> least the first four):

> automake: Makefile.am: required file `./INSTALL' not found
> automake: Makefile.am: required file `./NEWS' not found
> automake: Makefile.am: required file `./README' not found
> automake: Makefile.am: required file `./AUTHORS' not found

You need to give automake the --foreign option.

> configure.in: 31: required file `include/version.h.in' not found

I've just checked in a fix for this. It would seem that Jaroslav and I
have been tripping over each other.

> Making all in include
> make[1]: Entering directory `/home/romosan/alsadriver/alsa-lib/include'
> Makefile:251: warning: overriding commands for target `version.h'
> Makefile:131: warning: ignoring old commands for target `version.h'
> Makefile:263: *** missing separator.  Stop.

This is also fixed. Missing '\' at the end of a line.. (argh!)

Just to clarify. The latest sources from CVS should compile with:

aclocal; automake --foreign; autoconf

then configure & make in the usual way..

--
Chris Butler
<chrisb@sandy.force9.co.uk>


