mirror of https://github.com/BOINC/boinc.git
19 lines
673 B
Plaintext
19 lines
673 B
Plaintext
2004-03-12 Kevin Dalley <kevind@ssl.berkeley.edu>
|
|
|
|
* client/Makefile.am: update-boinc* references are replaced with
|
|
../$(srcdir)/win, so that srcdir will be checked. update-boinc*
|
|
files are added to EXTRA_DIST.
|
|
|
|
* configure.ac: Check for ln -s. This doesn't work perfectly, if
|
|
"ln -s" is replaced with "cp -p", but the "ln -s" should probably
|
|
be removed in the future.
|
|
|
|
* Makefile.am (EXTRA_DIST): remove references to html_ops and
|
|
html_user, which no longer exist. UNIX2DOS now has path which
|
|
includes quarl's unix2dos. This should be changed, but not yet.
|
|
|
|
2004-03-11 Kevin Dalley <kevind@ssl.berkeley.edu>
|
|
|
|
* lib/util.C: added newline to end of file.
|
|
|