From alsa-devel-owner@alsa.jcu.cz  Mon Feb  1 20:00:56 1999
Received: from screech.cs.alfred.edu (IDENT:root@screech.cs.alfred.edu [149.84.148.201])
	by marvin.jcu.cz (8.9.1a/8.9.1) with ESMTP id UAA29376
	for <alsa-devel@alsa.jcu.cz>; Mon, 1 Feb 1999 20:00:36 +0100
Received: from Screech (lansdoct@Screech [149.84.148.201])
	by screech.cs.alfred.edu (8.8.7/8.8.7) with ESMTP id OAA32616
	for <alsa-devel@alsa.jcu.cz>; Mon, 1 Feb 1999 14:00:29 -0500
Date: Mon, 1 Feb 1999 14:00:28 -0500 (EST)
From: "Christopher T. Lansdown" <lansdoct@screech.cs.alfred.edu>
To: alsa-devel@alsa.jcu.cz
Subject: Re: trouble with CVS alsa-utils configure script..
In-Reply-To: <Pine.GSO.4.05.9902011943510.24712-100000@galjas.cs.vu.nl>
Message-ID: <Pine.LNX.4.05.9902011359460.28954-100000@screech.cs.alfred.edu>
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

Andy,
	If you look in <sys/asoundlib.h> you'll find:


#define SND_LIB_MAJOR           0
#define SND_LIB_MINOR           3
#define SND_LIB_SUBMINOR        0
#define SND_LIB_VERSION         ((SND_LIB_MAJOR<<16)|\
                                 (SND_LIB_MINOR<<8)|\
                                  SND_LIB_SUBMINOR)
#define SND_LIB_VERSION_STR     "0.3.0pre2"

Or something similar depending on your version.
	-Chris

lansdoct@cs.alfred.edu
"If I had had more time I would have written you a shorter letter." - Pascal
Linux Programs: http://cs.alfred.edu/~lansdoct/linux/
Linux - Get there. Today.


