From alsa-devel-owner@alsa.jcu.cz  Sun Dec 13 10:39:34 1998
Received: from entry.jcu.cz (IDENT:perex@entry.jcu.cz [160.217.1.111])
	by marvin.jcu.cz (8.9.1a/8.9.1) with SMTP id KAA10325;
	Sun, 13 Dec 1998 10:39:00 +0100
Date: Sun, 13 Dec 1998 10:39:06 +0100 (CET)
From: Jaroslav Kysela <perex@jcu.cz>
To: David Fries <dfries@umr.edu>
cc: alsa-devel@alsa.jcu.cz
Subject: Re: Can't compile alsa-lib (latest CVS) on Debian potato (just updated)
In-Reply-To: <19981213003510.C25257@AeroSpace.miango.com>
Message-ID: <Pine.LNX.3.96.981213103322.3930B-100000@entry.jcu.cz>
MIME-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII
Reply-To: alsa-devel@alsa.jcu.cz
Sender: alsa-devel-owner@alsa.jcu.cz
Precedence: list

On Sun, 13 Dec 1998, David Fries wrote:

> Me too, me too, just fresh checked out the cvs development tree
> 
> AeroSpace:~/programming/projects/alsa/new-tree/alsa/alsa-lib$ autoconf
> configure.in:22: warning: AC_TRY_RUN called without default to allow cross
> compiling
> 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)'

Correct sequence for compilation is:

aclocal
automake --foreign
autoconf
./configure


							Jaroslav

-----
Jaroslav Kysela <perex@jcu.cz>
Academic Computer Centre, University of South Bohemia
Branisovska 31, C. Budejovice, CZ-370 05 Czech Republic


