From 80082d31a81bd7e617dd175f3e21f85101b95cfb Mon Sep 17 00:00:00 2001 From: Karl Chen Date: Mon, 28 Jul 2003 22:55:59 +0000 Subject: [PATCH] *** empty log message *** svn path=/trunk/boinc/; revision=1836 --- checkin_notes | 5 +++++ configure.ac | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/checkin_notes b/checkin_notes index d7d09fe64f..2433187fea 100755 --- a/checkin_notes +++ b/checkin_notes @@ -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/* + diff --git a/configure.ac b/configure.ac index 7bd825ba3c..85008c77d1 100644 --- a/configure.ac +++ b/configure.ac @@ -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