K 10
svn:author
V 7
mibsoft
K 8
svn:date
V 27
1998-04-08T12:54:52.000000Z
K 7
svn:log
V 818
Here is the patch for problem related on configure.
Please remove innfeed/Makefile from cvs since it is
created by configure.

configure.in:
configure:
	- remove ${LIBS} from ${perl_core_libs}
	  without this, linking innd and nnrpd always claim
	  "multiple inclusion" on some systems if "--with-perl"
	  is specified
	- add EXTRA_SRC and, if inet_aton() is not found in both
	  libresolv and libbind, append "inet_addr.c"
	- if strerror() is not found, "strerror.c" is appended to
	  EXTRA_SRC
innfeed/Makefile.in:
	- EXTRA_SRC is revived
	- startinnfeed needs EXTRA_SRC on some systems which don't
	  have strerror()
innfeed/misc.c:
	- move strerror() to strerror.c
innfeed/strerror.c:
	- move out from misc.c

From:             Katsuhiro Kondou <kondou@nec.co.jp>
Date sent:        Wed, 08 Apr 1998 14:05:32 +0900

END
