From 1d8804d6ab69d4c05f1a1dc0cf7ecf2d1cb325ae Mon Sep 17 00:00:00 2001
From: Per Cederqvist <ceder@lysator.liu.se>
Date: Fri, 10 Jul 1998 21:56:43 +0000
Subject: [PATCH] Fix "make install".  Fix the configure script so that
 --enable-isc-printf is no longer needed.  Some versions of libnsl and/or
 libsocket are reportedly bogus, so don't link against them unless it is
 really necessary.

---
 ChangeLog | 25 ++++++++++++++++++++++++-
 1 file changed, 24 insertions(+), 1 deletion(-)

diff --git a/ChangeLog b/ChangeLog
index c106a4d0d..802d37cda 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.
-- 
GitLab