[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
- Previous message: [Nagiosplug-checkins] CVS: nagiosplug/lib getaddrinfo.c,NONE,1.1 getaddrinfo.h,NONE,1.1 gethostbyname.c,NONE,1.1 gethostbyname.h,NONE,1.1 Makefile.am,1.3,1.4
- Next message: [Nagiosplug-checkins] CVS: nagiosplug/plugins check_pgsql.c,1.7,1.8 common.h.in,1.4,1.5 netutils.c,1.1.1.1,1.2 netutils.h.in,1.1.1.1,1.2
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
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
- Previous message: [Nagiosplug-checkins] CVS: nagiosplug/lib getaddrinfo.c,NONE,1.1 getaddrinfo.h,NONE,1.1 gethostbyname.c,NONE,1.1 gethostbyname.h,NONE,1.1 Makefile.am,1.3,1.4
- Next message: [Nagiosplug-checkins] CVS: nagiosplug/plugins check_pgsql.c,1.7,1.8 common.h.in,1.4,1.5 netutils.c,1.1.1.1,1.2 netutils.h.in,1.1.1.1,1.2
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the Commits
mailing list