[Nagiosplug-checkins] nagiosplug/lib exitfail.m4,NONE,1.1 getopt.m4,NONE,1.1 Makefile.am,1.20,1.21
Ton Voon
tonvoon at users.sourceforge.net
Mon Nov 29 15:53:10 CET 2004
Update of /cvsroot/nagiosplug/nagiosplug/lib
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv2619
Modified Files:
Makefile.am
Added Files:
exitfail.m4 getopt.m4
Log Message:
Extra files required from coreutils
--- NEW FILE: getopt.m4 ---
# getopt.m4 serial 2
dnl Copyright (C) 2002, 2003 Free Software Foundation, Inc.
dnl This file is free software, distributed under the terms of the GNU
dnl General Public License. As a special exception to the GNU General
dnl Public License, this file may be distributed as part of a program
dnl that contains a configuration script generated by Autoconf, under
dnl the same distribution terms as the rest of that program.
AC_DEFUN([gl_GETOPT],
[
dnl Prerequisites of lib/getopt.c.
:
])
Index: Makefile.am
===================================================================
RCS file: /cvsroot/nagiosplug/nagiosplug/lib/Makefile.am,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -d -r1.20 -r1.21
--- Makefile.am 19 Nov 2004 14:24:09 -0000 1.20
+++ Makefile.am 29 Nov 2004 23:52:43 -0000 1.21
@@ -15,6 +15,6 @@
fstypename.m4 fsusage.m4 ls-mntd-fs.m4 getopt.h gettext.h fsusage.h mountlist.h\
error.m4 error.h error.c getloadavg.c xalloc.h unlocked-io.h unlocked-io.m4 malloc.c \
onceonly.m4 realloc.c strtod.c exitfail.h full-read.h xstrdup.c xalloc.m4 exit.h \
- cloexec.c cloexec.h
+ cloexec.c cloexec.h getopt.m4 exitfail.m4
INCLUDES = -I$(srcdir) -I$(top_srcdir)/intl
--- NEW FILE: exitfail.m4 ---
# exitfail.m4 serial 3
dnl Copyright (C) 2002, 2003 Free Software Foundation, Inc.
dnl This file is free software, distributed under the terms of the GNU
dnl General Public License. As a special exception to the GNU General
dnl Public License, this file may be distributed as part of a program
dnl that contains a configuration script generated by Autoconf, under
dnl the same distribution terms as the rest of that program.
AC_DEFUN([gl_EXITFAIL],
[
dnl No prerequisites of lib/exitfail.c.
:
])
More information about the Commits
mailing list