From alsa-devel-owner@alsa.jcu.cz  Mon Feb  1 19:49:20 1999
Received: from galjas.cs.vu.nl (root@galjas.cs.vu.nl [130.37.24.13])
	by marvin.jcu.cz (8.9.1a/8.9.1) with ESMTP id TAA28398
	for <alsa-devel@alsa.jcu.cz>; Mon, 1 Feb 1999 19:48:51 +0100
Received: from localhost by galjas.cs.vu.nl with esmtp
	(Smail3.1.28.1 #56) id m107OOv-0006NdC; Mon, 1 Feb 99 19:48 +0100
Date: Mon, 1 Feb 1999 19:48:49 +0100 (MET)
From: Andy Lo A Foe <arloafoe@cs.vu.nl>
To: alsa-devel@alsa.jcu.cz
Subject: Re: trouble with CVS alsa-utils configure script..
In-Reply-To: <Pine.LNX.4.05.9902011236040.28954-100000@screech.cs.alfred.edu>
Message-ID: <Pine.GSO.4.05.9902011943510.24712-100000@galjas.cs.vu.nl>
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 Mon, 1 Feb 1999, Christopher T. Lansdown wrote:

> Andy,
>         Don't bother trying to fix the configure script.  It's an 
> auto-generated autoconf script, any changes that you make will simply be  
> over-written when next someone does an autoconf.  Instead, take a look at

Ok, figured that out partially :)  thanks..

It looks like the program is testing the values of SND_LIB_MAJOR,
SND_LIB_MINOR, etc. which is defined in sys/asoundlib.h. But these are 
just #define'd in this file and I don't know what the default value
assignment of #define is:
(from sys/asoundlib.h, alsa-utils/include/version.h)

/*
 *  version.h
 */

#define SND_LIB_MAJOR           
#define SND_LIB_MINOR           
#define SND_LIB_SUBMINOR        
#define SND_LIB_VERSION         ((SND_LIB_MAJOR<<16)|\
                                 (SND_LIB_MINOR<<8)|\
                                  SND_LIB_SUBMINOR)

Jaroslav, is this correct?

> configure.in, etc.  info automake, info autoconf should help you.  Also, I
> might be able to give a little help if you have specific questions.  I'm  
> not well versed in autoconf, and I'm not using the CVS 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.
> 
> ------
> To unsubscribe from <alsa-devel@alsa.jcu.cz> mailing list send message
> 'unsubscribe' in the body of message to <alsa-devel-request@alsa.jcu.cz>.

Andy
--
Andy Lo A Foe, arloafoe@cs.vu.nl |  Linux v2.2.0pre | PII 266 
http://www.cs.vu.nl/~arloafoe    | GSM: 0622-440695 | Bebox 133
http://orbital.xs4all.nl/andy    |   ICQ: 7472949   | IRCNet: Adnans


