[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
- Previous message: [Nagiosplug-checkins] nagiosplug/lib getopt_.h,NONE,1.1 getopt_int.h,NONE,1.1 xalloc-die.c,NONE,1.1 Makefile.am,1.24,1.25 cloexec.c,1.1,1.2 cloexec.h,1.1,1.2 error.c,1.2,1.3 error.h,1.2,1.3 exit.h,1.1,1.2 exitfail.c,1.1,1.2 exitfail.h,1.1,1.2 fsusage.c,1.3,1.4 fsusage.h,1.2,1.3 full-read.c,1.1,1.2 full-read.h,1.1,1.2 full-write.c,1.1,1.2 full-write.h,1.1,1.2 getloadavg.c,1.2,1.3 getopt.c,1.2,1.3 getopt1.c,1.2,1.3 gettext.h,1.2,1.3 malloc.c,1.2,1.3 mountlist.c,1.4,1.5 mountlist.h,1.2,1.3 realloc.c,1.2,1.3 safe-read.c,1.1,1.2 safe-read.h,1.1,1.2 safe-write.c,1.1,1.2 safe-write.h,1.1,1.2 stdbool_.h,1.1,1.2 strtod.c,1.2,1.3 unlocked-io.h,1.2,1.3 xalloc.h,1.2,1.3 xmalloc.c,1.2,1.3 getopt.h,1.2,NONE
- Next message: [Nagiosplug-checkins] nagiosplug/plugins-root .cvsignore,1.1,1.2 check_dhcp.c,1.1,1.2
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
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
)
- Previous message: [Nagiosplug-checkins] nagiosplug/lib getopt_.h,NONE,1.1 getopt_int.h,NONE,1.1 xalloc-die.c,NONE,1.1 Makefile.am,1.24,1.25 cloexec.c,1.1,1.2 cloexec.h,1.1,1.2 error.c,1.2,1.3 error.h,1.2,1.3 exit.h,1.1,1.2 exitfail.c,1.1,1.2 exitfail.h,1.1,1.2 fsusage.c,1.3,1.4 fsusage.h,1.2,1.3 full-read.c,1.1,1.2 full-read.h,1.1,1.2 full-write.c,1.1,1.2 full-write.h,1.1,1.2 getloadavg.c,1.2,1.3 getopt.c,1.2,1.3 getopt1.c,1.2,1.3 gettext.h,1.2,1.3 malloc.c,1.2,1.3 mountlist.c,1.4,1.5 mountlist.h,1.2,1.3 realloc.c,1.2,1.3 safe-read.c,1.1,1.2 safe-read.h,1.1,1.2 safe-write.c,1.1,1.2 safe-write.h,1.1,1.2 stdbool_.h,1.1,1.2 strtod.c,1.2,1.3 unlocked-io.h,1.2,1.3 xalloc.h,1.2,1.3 xmalloc.c,1.2,1.3 getopt.h,1.2,NONE
- Next message: [Nagiosplug-checkins] nagiosplug/plugins-root .cvsignore,1.1,1.2 check_dhcp.c,1.1,1.2
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the Commits
mailing list