From cdd33f2db9d29a5c9c9793630ed2bab2600e9d8a Mon Sep 17 00:00:00 2001 From: Per Cederqvist Date: Fri, 25 Jun 1999 21:22:00 +0000 Subject: [PATCH] "make check" failed if the source tree was read-only. "make -j install" could fail. Port to SunOS 4.1.1. --- ChangeLog | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/ChangeLog b/ChangeLog index 386a5400..8cdc3f93 100644 --- a/ChangeLog +++ b/ChangeLog @@ -2,6 +2,20 @@ * Release 2.0.0. + "make check" failed if the source tree was read-only. + * src/server/testsuite/config/unix.exp (lyskomd_start): Use chmod + to make sure that the database is writable even if it is copied + from a read-only tree. + + "make -j install" could fail. + * run-support/Makefile.am (install-data-local): Depend on installdirs. + * db-crypt/db/Makefile.am (install-data-local): Depend on installdirs. + + Port to SunOS 4.1.1. + * src/server/aux-item-def-scan.l: Include . + * configure.in: Check for sig_atomic_t. + * acconfig.h: Added sig_atomic_t. + Release administrativa. * scripts/lyskomd-copyrights: Don't attempt to update copyright notices in TeX temporary files. -- GitLab