mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-10-28 05:40:23 -04:00
Fixed small bug in subminor version parsing..
This commit is contained in:
parent
600dc6ae32
commit
85e2cde036
1 changed files with 1 additions and 1 deletions
|
|
@ -39,6 +39,6 @@ SND_LIB_MAJOR=`echo $VERSION | cut -d . -f 1`
|
|||
AC_SUBST(SND_LIB_MAJOR)
|
||||
SND_LIB_MINOR=`echo $VERSION | cut -d . -f 2`
|
||||
AC_SUBST(SND_LIB_MINOR)
|
||||
SND_LIB_SUBMINOR=`echo $VERSION | cut -d . -f 3 | sed -e 's/pre[[0-9]]*//g'`
|
||||
SND_LIB_SUBMINOR=`echo $VERSION | cut -d . -f 3 | sed -e 's/pre[[0-9]]*//g' -e 's/[[[:alpha:]]]*//g'`
|
||||
AC_SUBST(SND_LIB_SUBMINOR)
|
||||
])
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue