Little change in SUBMINOR...

This commit is contained in:
Jaroslav Kysela 1998-11-29 16:24:25 +00:00
parent fb1938d29f
commit 2ad00af637

View File

@ -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)
])