- configure:

added LIBBOINC_VERSION definition for libtool use.


svn path=/trunk/boinc/; revision=15301
This commit is contained in:
Eric J. Korpela 2008-05-28 01:55:21 +00:00
parent 1f2d65bccb
commit d3266f98c1
2 changed files with 8 additions and 0 deletions

View File

@ -4407,3 +4407,8 @@ Eric May 27 2008
zip/
Makefile.am
Eric May 27 2008
- configure:
added LIBBOINC_VERSION definition for libtool use.
configure.ac

View File

@ -10,6 +10,9 @@ AC_PREREQ(2.57)
dnl Set the BOINC version here. You can also use the set-version script.
AC_INIT(BOINC, 6.3.2)
LIBBOINC_VERSION=`echo ${PACKAGE_VERSION} | sed 's/\./:/g'`
AC_SUBST([LIBBOINC_VERSION])
AC_ARG_ENABLE(debug,
AS_HELP_STRING([--enable-debug],