diff --git a/ChangeLog b/ChangeLog index c106a4d0d76afd2587f6258f2579c62355c3c808..802d37cda50052e5559195a3fd9a3a2c00310b3f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,7 +1,27 @@ +1998-07-10 Per Cederqvist <ceder@lysator.liu.se> + + Fix "make install". + * run-support/Makefile.am (sysconf_DATA): Added, but empty. + (EXTRA_DIST): Added config and aux-items.conf. + (komrunning): The current standard names the variable sysconfdir, + not etcdir. + (savecore): Likewise. + (install-data-local): Likewise. + + Fix the configure script so that --enable-isc-printf is no longer + needed. + * configure.in: Force enable_isc_printf so that libisc contains + the proper things. + + Some versions of libnsl and/or libsocket are reportedly bogus, so + don't link against them unless it is really necessary. + * configure.in: Improved checking for -lsocket and -lnsl. + 1998-07-09 Per Cederqvist <ceder@lysator.liu.se> Don't forget src/server/testsuite. - * configure.in (USING_GNU_MALLOC): An automake conditional. + * configure.in: Don't forget src/server/testsuite. + (USING_GNU_MALLOC): An automake conditional. * src/server/testsuite/test-l2g.c (main): Make it a proper prototype. Avoid problems with signed chars. Fixed typo: use l2g_write, not l2g_print. @@ -60,6 +80,9 @@ * src/server/isc-interface.h: Include "isc.h" instead of "isc-new.h". (ISC_PRINTF_SUPPORT): Define it. + * src/libraries/libisc-new: Replace the old contents with that of + isc-0.99. Se src/libraries/libisc-new/ChangeLog for information + about any modifications that are made to the library. Added files that automake requires. * AUTHORS: New file.