mirror of https://github.com/BOINC/boinc.git
*** empty log message ***
svn path=/trunk/boinc/; revision=1836
This commit is contained in:
parent
3f10b6e8f5
commit
80082d31a8
|
@ -5407,3 +5407,8 @@ Karl 2003/07/25
|
|||
Karl 2003/07/27
|
||||
fixed bug in timeout_check if WU has no results
|
||||
sched/timeout_check.C
|
||||
|
||||
Karl 2003/07/28
|
||||
fixed "work between X:00 and Y:00" bug
|
||||
html_user/*
|
||||
|
||||
|
|
|
@ -146,7 +146,7 @@ AC_TYPE_SIZE_T
|
|||
AC_HEADER_TIME
|
||||
AC_STRUCT_TM
|
||||
|
||||
AC_SUBST(CLIENT_BIN_FILENAME,[boinc_${MAJOR_VERSION}.${MINOR_VERSION}_$host${EXEEXT}])
|
||||
AC_SUBST(CLIENT_BIN_FILENAME,[boinc_]AC_PACKAGE_VERSION[_$host${EXEEXT}])
|
||||
|
||||
# by default, create static binaries on linux.
|
||||
[if [ "$target_os" = "linux-gnu" ]; then
|
||||
|
|
Loading…
Reference in New Issue