From alsa-devel-owner@alsa.jcu.cz  Thu Oct 29 20:59:51 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 UAA14770;
	Thu, 29 Oct 1998 20:58:21 +0100
Date: Thu, 29 Oct 1998 20:58:21 +0100 (CET)
From: Jaroslav Kysela <perex@jcu.cz>
To: David Fries <dfries@umr.edu>
cc: alsa-devel@jcu.cz
Subject: Re: configure install directory
In-Reply-To: <19981029094340.B3720@AeroSpace.miango.com>
Message-ID: <Pine.LNX.3.96.981029205059.29903H-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 Thu, 29 Oct 1998, David Fries wrote:

> I haven't tested it, but it would appear to work.  That's not what I had in
> mind.  I have my scripts setup to give the complete directory to the
> configuration script so I don't need to modify it.
> 
> What I was looking for was for the configuration script to take a directory
> with the --with-moddir and replace a string in it like the <KVER> it's help
> example seems to suggest with the kernel version.  I would think other
> people would run into the same thing and it would be helpful to have it
> working.
> 
> Here is my fix Jaroslav Kysela does it look good?

It looks good, but in the [] are default values, not help for user.
There was a little problem that in "run" time isn't $kaversion set, thus
I replaced kernel version with <KVER> string which should instruct user
that default path will be constructed with current kernel version.
I didn't assume that someone need replace KVER with current version of
symbol, you can simply use:

./configure --with-moddir=/lib/modules/mymodules/$(uname -r)/alsa

without any change of current configure script... If you have some
suggestion to replace <KVER> with some more intuitive string - I will
include change of this string in configure.in rather.

							Jaroslav

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


