mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-10-29 05:40:25 -04:00
Little change in SUBMINOR...
This commit is contained in:
parent
fb1938d29f
commit
2ad00af637
1 changed files with 1 additions and 1 deletions
|
|
@ -36,6 +36,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`
|
||||
SND_LIB_SUBMINOR=`echo $VERSION | cut -d . -f 3 | sed -e 's/pre[[0-9]]*//g'`
|
||||
AC_SUBST(SND_LIB_SUBMINOR)
|
||||
])
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue