[Nagiosplug-checkins] nagiosplug/lib/tests Makefile.am,1.1,1.2
Ton Voon
tonvoon at users.sourceforge.net
Wed Jan 24 23:47:16 CET 2007
- Previous message: [Nagiosplug-checkins] nagiosplug/lib Makefile.am, 1.31, 1.32 alloca.c, 1.1, NONE alloca_.h, 1.1, NONE basename.c, 1.1, NONE c-strtod.c, 1.1, NONE c-strtod.h, 1.1, NONE c-strtold.c, 1.1, NONE cloexec.c, 1.2, NONE cloexec.h, 1.2, NONE creat-safer.c, 1.1, NONE dirname.h, 1.1, NONE dup-safer.c, 1.1, NONE error.c, 1.3, NONE error.h, 1.3, NONE exit.h, 1.2, NONE exitfail.c, 1.2, NONE exitfail.h, 1.2, NONE fcntl--.h, 1.1, NONE fcntl-safer.h, 1.1, NONE fd-safer.c, 1.1, NONE fsusage.c, 1.4, NONE fsusage.h, 1.3, NONE full-read.c, 1.2, NONE full-read.h, 1.2, NONE full-write.c, 1.2, NONE full-write.h, 1.2, NONE getloadavg.c, 1.3, NONE getopt.c, 1.3, NONE getopt1.c, 1.3, NONE getopt_.h, 1.1, NONE getopt_int.h, 1.1, NONE gettext.h, 1.3, NONE intprops.h, 1.1, NONE malloc.c, 1.3, NONE mountlist.c, 1.6, NONE mountlist.h, 1.3, NONE open-safer.c, 1.1, NONE pipe-safer.c, 1.1, NONE realloc.c, 1.3, NONE regcomp.c, 1.1, NONE regex.c, 1.1, NONE regex.h, 1.1, NONE regex_internal.c, 1.1, NONE regex_internal.h, 1.1, NONE regexec.c, 1.1, NONE safe-read.c, 1.2, NONE safe-read.h, 1.2, NONE safe-write.c, 1.2, NONE safe-write.h, 1.2, NONE snprintf.c, 1.2, NONE stdbool_.h, 1.2, NONE strcase.h, 1.1, NONE strtod.c, 1.3, NONE unistd--.h, 1.1, NONE unistd-safer.h, 1.1, NONE unlocked-io.h, 1.3, NONE xalloc-die.c, 1.1, NONE xalloc.h, 1.3, NONE xmalloc.c, 1.3, NONE xstrdup.c, 1.1, NONE
- Next message: [Nagiosplug-checkins] nagiosplug/m4 Makefile.am.in, 1.2, NONE afs.m4, 1.2, NONE alloca.m4, 1.1, NONE basename.m4, 1.1, NONE c-strtod.m4, 1.1, NONE codeset.m4, 1.2, NONE dos.m4, 1.1, NONE error.m4, 1.2, NONE exitfail.m4, 1.2, NONE extensions.m4, 1.2, NONE fcntl-safer.m4, 1.1, NONE fstypename.m4, 1.2, NONE fsusage.m4, 1.2, NONE getopt.m4, 1.2, NONE gettext.m4, 1.2, NONE glibc21.m4, 1.2, NONE iconv.m4, 1.2, NONE inttypes-pri.m4, 1.2, NONE inttypes.m4, 1.2, NONE inttypes_h.m4, 1.2, NONE lib-ld.m4, 1.2, NONE lib-link.m4, 1.2, NONE lib-prefix.m4, 1.2, NONE longdouble.m4, 1.1, NONE longlong.m4, 1.1, NONE ls-mntd-fs.m4, 1.3, NONE mountlist.m4, 1.2, NONE nls.m4, 1.1, NONE np_coreutils.m4, 1.8, NONE np_curl.m4, 1.1, NONE onceonly_2_57.m4, 1.1, NONE po.m4, 1.1, NONE progtest.m4, 1.2, NONE regex.m4, 1.1, NONE restrict.m4, 1.1, NONE signed.m4, 1.1, NONE stdbool.m4, 1.2, NONE stdint_h.m4, 1.2, NONE uintmax_t.m4, 1.2, NONE ulonglong.m4, 1.2, NONE unistd-safer.m4, 1.1, NONE unlocked-io.m4, 1.2, NONE wchar_t.m4, 1.1, NONE wint_t.m4, 1.1, NONE xalloc.m4, 1.2, NONE
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /cvsroot/nagiosplug/nagiosplug/lib/tests
In directory sc8-pr-cvs7.sourceforge.net:/tmp/cvs-serv9154/lib/tests
Modified Files:
Makefile.am
Log Message:
Sync with gnulib - lots of extraneous code removed in preference to GNU code
Index: Makefile.am
===================================================================
RCS file: /cvsroot/nagiosplug/nagiosplug/lib/tests/Makefile.am,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- Makefile.am 13 Jul 2006 12:50:21 -0000 1.1
+++ Makefile.am 24 Jan 2007 22:47:14 -0000 1.2
@@ -5,7 +5,7 @@
TESTS = @EXTRA_TEST@
check_PROGRAMS = @EXTRA_TEST@
-INCLUDES = -I$(top_srcdir)/lib -I$(top_srcdir)/intl -I$(top_srcdir)/plugins
+INCLUDES = -I$(top_srcdir)/lib -I$(top_srcdir)/gl -I$(top_srcdir)/intl -I$(top_srcdir)/plugins
EXTRA_PROGRAMS = test_utils test_disk
- Previous message: [Nagiosplug-checkins] nagiosplug/lib Makefile.am, 1.31, 1.32 alloca.c, 1.1, NONE alloca_.h, 1.1, NONE basename.c, 1.1, NONE c-strtod.c, 1.1, NONE c-strtod.h, 1.1, NONE c-strtold.c, 1.1, NONE cloexec.c, 1.2, NONE cloexec.h, 1.2, NONE creat-safer.c, 1.1, NONE dirname.h, 1.1, NONE dup-safer.c, 1.1, NONE error.c, 1.3, NONE error.h, 1.3, NONE exit.h, 1.2, NONE exitfail.c, 1.2, NONE exitfail.h, 1.2, NONE fcntl--.h, 1.1, NONE fcntl-safer.h, 1.1, NONE fd-safer.c, 1.1, NONE fsusage.c, 1.4, NONE fsusage.h, 1.3, NONE full-read.c, 1.2, NONE full-read.h, 1.2, NONE full-write.c, 1.2, NONE full-write.h, 1.2, NONE getloadavg.c, 1.3, NONE getopt.c, 1.3, NONE getopt1.c, 1.3, NONE getopt_.h, 1.1, NONE getopt_int.h, 1.1, NONE gettext.h, 1.3, NONE intprops.h, 1.1, NONE malloc.c, 1.3, NONE mountlist.c, 1.6, NONE mountlist.h, 1.3, NONE open-safer.c, 1.1, NONE pipe-safer.c, 1.1, NONE realloc.c, 1.3, NONE regcomp.c, 1.1, NONE regex.c, 1.1, NONE regex.h, 1.1, NONE regex_internal.c, 1.1, NONE regex_internal.h, 1.1, NONE regexec.c, 1.1, NONE safe-read.c, 1.2, NONE safe-read.h, 1.2, NONE safe-write.c, 1.2, NONE safe-write.h, 1.2, NONE snprintf.c, 1.2, NONE stdbool_.h, 1.2, NONE strcase.h, 1.1, NONE strtod.c, 1.3, NONE unistd--.h, 1.1, NONE unistd-safer.h, 1.1, NONE unlocked-io.h, 1.3, NONE xalloc-die.c, 1.1, NONE xalloc.h, 1.3, NONE xmalloc.c, 1.3, NONE xstrdup.c, 1.1, NONE
- Next message: [Nagiosplug-checkins] nagiosplug/m4 Makefile.am.in, 1.2, NONE afs.m4, 1.2, NONE alloca.m4, 1.1, NONE basename.m4, 1.1, NONE c-strtod.m4, 1.1, NONE codeset.m4, 1.2, NONE dos.m4, 1.1, NONE error.m4, 1.2, NONE exitfail.m4, 1.2, NONE extensions.m4, 1.2, NONE fcntl-safer.m4, 1.1, NONE fstypename.m4, 1.2, NONE fsusage.m4, 1.2, NONE getopt.m4, 1.2, NONE gettext.m4, 1.2, NONE glibc21.m4, 1.2, NONE iconv.m4, 1.2, NONE inttypes-pri.m4, 1.2, NONE inttypes.m4, 1.2, NONE inttypes_h.m4, 1.2, NONE lib-ld.m4, 1.2, NONE lib-link.m4, 1.2, NONE lib-prefix.m4, 1.2, NONE longdouble.m4, 1.1, NONE longlong.m4, 1.1, NONE ls-mntd-fs.m4, 1.3, NONE mountlist.m4, 1.2, NONE nls.m4, 1.1, NONE np_coreutils.m4, 1.8, NONE np_curl.m4, 1.1, NONE onceonly_2_57.m4, 1.1, NONE po.m4, 1.1, NONE progtest.m4, 1.2, NONE regex.m4, 1.1, NONE restrict.m4, 1.1, NONE signed.m4, 1.1, NONE stdbool.m4, 1.2, NONE stdint_h.m4, 1.2, NONE uintmax_t.m4, 1.2, NONE ulonglong.m4, 1.2, NONE unistd-safer.m4, 1.1, NONE unlocked-io.m4, 1.2, NONE wchar_t.m4, 1.1, NONE wint_t.m4, 1.1, NONE xalloc.m4, 1.2, NONE
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the Commits
mailing list