mirror of https://github.com/BOINC/boinc.git
- configure:
added LIBBOINC_VERSION definition for libtool use. svn path=/trunk/boinc/; revision=15301
This commit is contained in:
parent
1f2d65bccb
commit
d3266f98c1
|
@ -4407,3 +4407,8 @@ Eric May 27 2008
|
||||||
zip/
|
zip/
|
||||||
Makefile.am
|
Makefile.am
|
||||||
|
|
||||||
|
Eric May 27 2008
|
||||||
|
- configure:
|
||||||
|
added LIBBOINC_VERSION definition for libtool use.
|
||||||
|
|
||||||
|
configure.ac
|
||||||
|
|
|
@ -10,6 +10,9 @@ AC_PREREQ(2.57)
|
||||||
|
|
||||||
dnl Set the BOINC version here. You can also use the set-version script.
|
dnl Set the BOINC version here. You can also use the set-version script.
|
||||||
AC_INIT(BOINC, 6.3.2)
|
AC_INIT(BOINC, 6.3.2)
|
||||||
|
LIBBOINC_VERSION=`echo ${PACKAGE_VERSION} | sed 's/\./:/g'`
|
||||||
|
AC_SUBST([LIBBOINC_VERSION])
|
||||||
|
|
||||||
|
|
||||||
AC_ARG_ENABLE(debug,
|
AC_ARG_ENABLE(debug,
|
||||||
AS_HELP_STRING([--enable-debug],
|
AS_HELP_STRING([--enable-debug],
|
||||||
|
|
Loading…
Reference in New Issue