From alsa-devel-owner@alsa.jcu.cz  Sun Feb 21 01:06:03 1999
Received: from medelec.uia.ac.be (fnet@medelec.uia.ac.be [143.169.17.1])
	by marvin.jcu.cz (8.9.1a/8.9.1) with ESMTP id BAA24376
	for <alsa-devel@alsa.jcu.cz>; Sun, 21 Feb 1999 01:05:59 +0100
Received: (from fnet@localhost)
	by medelec.uia.ac.be (8.8.8/8.8.8) id BAA11647
	for alsa-devel@alsa.jcu.cz; Sun, 21 Feb 1999 01:05:59 +0100
To: alsa-devel@alsa.jcu.cz
From: "O/T-Track+ 2.66b" <"O/T-Track+=202.66b"@f854.n292.z2.fidonet.org>
Date: Sat, 20 Feb 99 22:30:34 +0100
Subject: Message *bounced*
Message-ID: <3655839411@f854.n292.z2.ftn>
In-Reply-To: <2560479130@alpha.hut.fi>
Mime-Version: 1.0
Content-Type: text/plain; charset=iso-8859-1
Content-Transfer-Encoding: 8bit
Reply-To: alsa-devel@alsa.jcu.cz
Sender: alsa-devel-owner@alsa.jcu.cz
Precedence: list

************************************************************************
***  WARNING -- WARNING -- WARNING -- WARNING -- WARNING -- WARNING  ***
************************************************************************
*
*      The e-mail-message appended below is list- or mailserver-related
*
*   That type of mail will by definition not be processed on this system.
*
*    If you have reason to believe your message was removed without due
*     reason then kindly inform 'postmaster@f854.n292.z2.fidonet.org'.
*
************************************************************************

    From:  Tuomas Heino @2:292/875
    To:    Michael Putijewsky @2:244/3311.2
    Subj.: alsa-util: configure version check incorrect? (aclocal?)
    Dated: 14 Feb 99  22:32:56
    [processed here:  20 Feb 99 22:30:34]

@TOPT 2
@INTL 2:244/3311 2:292/875
@MSGID: alpha.hut.fi 989dcf9a
@REPLY: pluto.andeby 1a6ddbbd
@REPLYADDR: alsa-devel@alsa.jcu.cz
@REPLYTO: 2:292/875@fidonet UUCP
@CHRS: LATIN-1 2
@RFC-Received: (from fnet@localhost) by infomag.infomag.iguana.be
(8.6.12/8.6.10) id VAA03334 for
Michael.Putijewsky@p2.f3311.n244.z2.fidonet.org;
Thu, 18 Feb 1999 21:07:55 +0100
@RFC-Received: from cimmeria.iguana.be (qmailr@cimmeria.iguana.be [194.7.8.7])
	by medelec.uia.ac.be (8.8.8/8.8.8) with SMTP id XAA22809 	for
<Michael_Putijewsky@p2.f3311.n244.z2.fidonet.org>; Sun, 14 Feb 1999 23:25:01
+0100
@RFC-Received: (qmail 6224 invoked from network); 14 Feb 1999 22:24:59 -0000
@RFC-Received: from mx2.gmx.de (HELO mx2.gmx.net) (qmailr@195.63.104.82)   by
cimmeria.iguana.be with SMTP; 14 Feb 1999 22:24:59 -0000
@RFC-Received: (qmail 5728 invoked by alias); 14 Feb 1999 22:24:56 -0000
@RFC-Received: (qmail 5716 invoked by uid 0); 14 Feb 1999 22:24:54 -0000
@RFC-Received: from marvin.jcu.cz (160.217.1.3)   by mx2.gmx.net with SMTP; 14
Feb 1999 22:24:54 -0000
@RFC-Received: (from petidomo@localhost) 	by marvin.jcu.cz (8.9.1a/8.9.1) id
WAA21108; 	Sun, 14 Feb 1999 22:32:59 +0100
@RFC-Received: from vipunen.hut.fi (vipunen-a.hut.fi [130.233.249.7]) 	by
marvin.jcu.cz (8.9.1a/8.9.1) with ESMTP id WAA21105 	for
<alsa-devel@alsa.jcu.cz>; Sun, 14 Feb 1999 22:32:58 +0100
@RFC-Received: from alpha.hut.fi (iheino@alpha.hut.fi [130.233.224.50]) 	by
vipunen.hut.fi (8.9.2/8.9.1) with SMTP id XAA79972 	for
<alsa-devel@alsa.jcu.cz>; Sun, 14 Feb 1999 23:32:56 +0200
@RFC-Message-ID: <Pine.OSF.3.96.990214232455.11176C-100000@alpha.hut.fi>
@RFC-In-Reply-To: <Pine.LNX.4.04.9902142140530.11939-100000@pluto.andeby>
@RFC-1st: I don't have a slightest idea which file is the source of the prob ;)
@RFC-2nd: here's a snippet from aclocal.m4:
@RFC-Delivered-To: GMX delivery to t0mcat@gmx.de
@RFC-Sender: alsa-devel-owner@alsa.jcu.cz
@RFC-Precedence: list
@RFC-X-Resent-By: Global Message Exchange <forwarder@gmx.net>
@RFC-X-Resent-For: t0mcat@gmx.de
@RFC-X-Resent-To: tomcat@main-kinzig.de,
Michael_Putijewsky@p2.f3311.n244.z2.fidonet.org
To: alsa-devel@alsa.jcu.cz
From: Tuomas Heino <iheino@cc.hut.fi>
Reply-To: alsa-devel@alsa.jcu.cz
min_alsa_version=ifelse([$1], ,0.1.1,$1)
AC_MSG_CHECKING(for libasound headers version >= $min_alsa_version)
no_alsa=""
    alsa_min_major_version=`echo $min_alsa_version | \
           sed 's/\([[0-9]]*\).\([[0-9]]*\).\([[0-9]]*\)/\1/'`
    alsa_min_minor_version=`echo $min_alsa_version | \
           sed 's/\([[0-9]]*\).\([[0-9]]*\).\([[0-9]]*\)/\2/'`
    alsa_min_micro_version=`echo $min_alsa_version | \
           sed 's/\([[0-9]]*\).\([[0-9]]*\).\([[0-9]]*\)/\3/'`

AC_TRY_COMPILE([
#include <sys/asoundlib.h>
], [
void main(void)
{
#  if(SOUNDLIB_VERSION_MAJOR >= $alsa_min_major_version)
#    if(SOUNDLIB_VERSION_MINOR >= $alsa_min_minor_version)
#      if(SOUNDLIB_VERSION_SUBMINOR >= $alsa_min_micro_version)
        exit(0);
#      else
#        error not present
#      endif
#    else
#      error not present
#    endif
#  else
#  error not present
#  endif
}

... now the minimum is 0.1.1 ...
... and current version is 0.3.0 ... if you look carefully at that code
you'll notice that it'll fail as the last 0 is smaller than 1

3rd: please don't nuke me for this message ;)

------
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>.

@Via ifmail 2:292/875@fidonet, Sun Feb 14 1999 at 23:25 (2.10-tx8.3)
@Via ifmail 2:292/862@fidonet, Thu Feb 18 1999 at 21:09 (2.10-tx8.3)

@Via D'Bridge 1.58 2:292/854  02/20 21:48


