[Nagiosplug-checkins] nagiosplug .cvsignore,1.10,1.11 Makefile.am,1.30,1.31 configure.in,1.184,1.185

Ton Voon tonvoon at users.sourceforge.net
Thu May 18 15:06:04 CEST 2006


Update of /cvsroot/nagiosplug/nagiosplug
In directory sc8-pr-cvs7.sourceforge.net:/tmp/cvs-serv1176

Modified Files:
	.cvsignore Makefile.am configure.in 
Log Message:
Synchronise with coreutils 2.95. Gettext now synced with coreutils,
so no longer development platform requirement


Index: .cvsignore
===================================================================
RCS file: /cvsroot/nagiosplug/nagiosplug/.cvsignore,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -d -r1.10 -r1.11
--- .cvsignore	31 Aug 2003 05:24:17 -0000	1.10
+++ .cvsignore	18 May 2006 22:05:41 -0000	1.11
@@ -16,3 +16,7 @@
 missing
 depcomp
 THANKS
+libtool
+ltmain.sh
+compile
+INSTALL

Index: Makefile.am
===================================================================
RCS file: /cvsroot/nagiosplug/nagiosplug/Makefile.am,v
retrieving revision 1.30
retrieving revision 1.31
diff -u -d -r1.30 -r1.31
--- Makefile.am	3 Nov 2005 15:21:31 -0000	1.30
+++ Makefile.am	18 May 2006 22:05:41 -0000	1.31
@@ -1,6 +1,6 @@
 ## Process this file with automake to produce Makefile.in
 
-SUBDIRS = intl lib plugins plugins-scripts plugins-root m4 po
+SUBDIRS = lib plugins plugins-scripts plugins-root m4 po
 
 EXTRA_DIST = config.rpath \
 	ABOUT-NLS ACKNOWLEDGEMENTS AUTHORS BUGS CHANGES CODING FAQ LEGAL \

Index: configure.in
===================================================================
RCS file: /cvsroot/nagiosplug/nagiosplug/configure.in,v
retrieving revision 1.184
retrieving revision 1.185
diff -u -d -r1.184 -r1.185
--- configure.in	17 May 2006 10:10:10 -0000	1.184
+++ configure.in	18 May 2006 22:05:41 -0000	1.185
@@ -145,9 +145,6 @@
 dnl 
 
 case $host_vender-$host_os in
-sun*)
-	AC_DEFINE(__EXTENSIONS__,1,[Sun's netdb.h needs this for getaddrinfo])
-	;;
 osf*)
 	AC_DEFINE(_OSF_SOURCE,1,[OSF needs this for getaddrinfo])
 	;;
@@ -1662,7 +1659,7 @@
 AC_SUBST(EXTRA_NETOBJS)
 AC_SUBST(DEPLIBS)
 
-AM_GNU_GETTEXT([no-libtool], [need-ngettext])
+AM_GNU_GETTEXT([external], [need-ngettext])
 AM_GNU_GETTEXT_VERSION(0.11.5)
 
 dnl Check for Redhat spopen problem
@@ -1710,7 +1707,6 @@
   command.cfg 
   test.pl 
   pkg/solaris/pkginfo 
-  intl/Makefile
   po/Makefile.in 
 )
 





More information about the Commits mailing list