From d3266f98c1856185631de52022273a0b8b867002 Mon Sep 17 00:00:00 2001 From: "Eric J. Korpela" Date: Wed, 28 May 2008 01:55:21 +0000 Subject: [PATCH] - configure: added LIBBOINC_VERSION definition for libtool use. svn path=/trunk/boinc/; revision=15301 --- checkin_notes | 5 +++++ configure.ac | 3 +++ 2 files changed, 8 insertions(+) diff --git a/checkin_notes b/checkin_notes index 3f067526d1..500d5a3c66 100644 --- a/checkin_notes +++ b/checkin_notes @@ -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 diff --git a/configure.ac b/configure.ac index b4e11611ac..cc5c534d76 100644 --- a/configure.ac +++ b/configure.ac @@ -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],