/rusxmms/librcd

To get this branch, use:
bzr branch http://suren.me/webbzr/rusxmms/librcd

« back to all changes in this revision

Viewing changes to configure.ac

  • Committer: Suren A. Chilingaryan
  • Date: 2013-11-16 00:32:43 UTC
  • Revision ID: csa@dside.dyndns.org-20131116003243-dmflaki58n4m2e6g
Update to build system and release script

Show diffs side-by-side

added added

removed removed

Lines of Context:
12
12
LIBRCD_VERSION_MINOR=`cat VERSION | sed -e s/CVS// | cut -d . -f 2 | sed -e s/^$/0/`
13
13
LIBRCD_VERSION_SUBMINOR=`cat VERSION | sed -e s/CVS// | cut -d . -f 3 | sed -e s/^$/0/`
14
14
LIBRCD_VERSION=$LIBRCD_VERSION_MAJOR.$LIBRCD_VERSION_MINOR.$LIBRCD_VERSION_SUBMINOR
15
 
VERSION=$LIBRCD_VERSION
16
15
LIBRCD_VERSION_INFO=`echo $LIBRCD_VERSION | awk -F. '{ printf "%d:%d:%d", $1+$2, $3, $2 }'`
17
16
 
18
17
AC_SUBST(LIBRCD_VERSION)