*** empty log message ***

svn path=/trunk/boinc/; revision=1836
This commit is contained in:
Karl Chen 2003-07-28 22:55:59 +00:00
parent 3f10b6e8f5
commit 80082d31a8
2 changed files with 6 additions and 1 deletions

View File

@ -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/*

View File

@ -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