[Nagiosplug-checkins] CVS: nagiosplug/tools setup,1.5,1.6

Jeremy T. Bouse undrgrid at users.sourceforge.net
Fri Mar 7 14:12:08 CET 2003


Update of /cvsroot/nagiosplug/nagiosplug/tools
In directory sc8-pr-cvs1:/tmp/cvs-serv11153/tools

Modified Files:
	setup 
Log Message:
Added getaddrinfo.[ch] & gethostbyname.[ch] to provide RFC2553 functions
	if missing in system libs and lwres not present
Moved all references to netdb.h and sys/socket.h into common.h.in
Modified automake call in tools/setup to include adding missing files
	so config.sub and config.guess will be available


Index: setup
===================================================================
RCS file: /cvsroot/nagiosplug/nagiosplug/tools/setup,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -r1.5 -r1.6
*** setup	19 Feb 2003 08:36:39 -0000	1.5
--- setup	7 Mar 2003 22:11:25 -0000	1.6
***************
*** 4,8 ****
  autoconf
  autoheader
! automake
  
  if [ -f debian/rules ] ; then
--- 4,8 ----
  autoconf
  autoheader
! automake --add-missing --copy
  
  if [ -f debian/rules ] ; then





More information about the Commits mailing list