From alsa-devel-owner@alsa.jcu.cz  Sun Dec 13 12:11:37 1998
Received: from cask.force9.net (cask.force9.net [195.166.128.29])
	by marvin.jcu.cz (8.9.1a/8.9.1) with SMTP id MAA16395
	for <alsa-devel@alsa.jcu.cz>; Sun, 13 Dec 1998 12:11:21 +0100
Message-Id: <199812131111.MAA16395@marvin.jcu.cz>
Received: (qmail 1438 invoked from network); 13 Dec 1998 11:12:22 -0000
Received: from relay2.force9.net (195.166.128.25)
  by cask.force9.net with SMTP; 13 Dec 1998 11:12:22 -0000
Received: (qmail 10135 invoked from network); 13 Dec 1998 11:06:28 -0000
Received: from 309.hiper02.shef.dialup.force9.net (HELO downstairs) (195.166.145.53)
  by relay2.force9.net with SMTP; 13 Dec 1998 11:06:28 -0000
From: "Chris Butler" <chrisb@sandy.force9.co.uk>
To: <alsa-devel@alsa.jcu.cz>
Subject: Re: Can't compile alsa-lib (latest CVS) on Debian potato (just updated)
Date: Sun, 13 Dec 1998 11:05:20 -0000
MIME-Version: 1.0
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: 7bit
Reply-To: alsa-devel@alsa.jcu.cz
Sender: alsa-devel-owner@alsa.jcu.cz
Precedence: list

Hi,

> Me too, me too, just fresh checked out the cvs development tree
> 
> AeroSpace:~/programming/projects/alsa/new-tree/alsa/alsa-lib$ ./configure
> loading cache ./config.cache
> ./configure: line 522: syntax error near unexpected token
> `AM_INIT_AUTOMAKE(alsa-lib,'
> ./configure: line 522: `AM_INIT_AUTOMAKE(alsa-lib, 0.3.0pre1)'
> 
> I have libtool installed.
> ii  autoconf        2.12-12        automatic configure script builder.
> ii  libtool         1.2-1          Generic library support script.

You should also install the automake package, then run:

aclocal
automake --foreign
autoconf
./configure
...etc, as normal...

Perhaps this should be in the INSTALL file? (or did I do that?)

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

