[Nagiosplug-checkins] CVS: nagiosplug .cvsignore,1.3,1.4 configure.in,1.61,1.62 install-sh,1.1.1.1,NONE missing,1.2,NONE mkinstalldirs,1.1.1.1,NONE

Jeremy T. Bouse undrgrid at users.sourceforge.net
Wed Mar 12 22:52:17 CET 2003


Update of /cvsroot/nagiosplug/nagiosplug
In directory sc8-pr-cvs1:/tmp/cvs-serv14612

Modified Files:
	.cvsignore configure.in 
Removed Files:
	install-sh missing mkinstalldirs 
Log Message:
Updated cvs ignore files to reflect changes
Moved header files from being ran through configure to standard
Removed auto-tools scripts that get added by automake


Index: .cvsignore
===================================================================
RCS file: /cvsroot/nagiosplug/nagiosplug/.cvsignore,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -r1.3 -r1.4
*** .cvsignore	16 Oct 2002 10:46:34 -0000	1.3
--- .cvsignore	13 Mar 2003 06:51:17 -0000	1.4
***************
*** 11,12 ****
--- 11,15 ----
  aclocal.m4
  autom4te-*.cache
+ install-sh
+ mkinstalldirs
+ missing

Index: configure.in
===================================================================
RCS file: /cvsroot/nagiosplug/nagiosplug/configure.in,v
retrieving revision 1.61
retrieving revision 1.62
diff -C2 -r1.61 -r1.62
*** configure.in	13 Mar 2003 05:59:58 -0000	1.61
--- configure.in	13 Mar 2003 06:51:17 -0000	1.62
***************
*** 11,15 ****
  AC_SUBST(PACKAGE_RELEASE)
  AM_INIT_AUTOMAKE(nagios-plugins,${PACKAGE_VERSION})
! AM_CONFIG_HEADER(plugins/config.h plugins/common.h plugins/version.h plugins/netutils.h plugins/utils.h plugins/popen.h)
  AC_CANONICAL_HOST
  
--- 11,15 ----
  AC_SUBST(PACKAGE_RELEASE)
  AM_INIT_AUTOMAKE(nagios-plugins,${PACKAGE_VERSION})
! AM_CONFIG_HEADER(plugins/config.h)
  AC_CANONICAL_HOST
  
***************
*** 1456,1460 ****
  AC_DEFINE_UNQUOTED(PACKAGE_VERSION,"${VERSION}",[package version])
  
! AC_OUTPUT(Makefile subst lib/Makefile plugins/Makefile plugins-scripts/Makefile plugins-scripts/subst plugins-scripts/utils.pm plugins-scripts/utils.sh command.cfg test.pl,echo timestamp > plugins/stamp-h1;echo timestamp > plugins/stamp-h2;echo timestamp > plugins/stamp-h3;echo timestamp > plugins/stamp-h4;echo timestamp > plugins/stamp-h5;echo timestamp > plugins/stamp-h6;PATH=.:..:$PATH subst.sh command.cfg)
  
  ACX_FEATURE([with],[cgiurl])
--- 1456,1460 ----
  AC_DEFINE_UNQUOTED(PACKAGE_VERSION,"${VERSION}",[package version])
  
! AC_OUTPUT(Makefile subst lib/Makefile plugins/Makefile plugins-scripts/Makefile plugins-scripts/subst plugins-scripts/utils.pm plugins-scripts/utils.sh command.cfg test.pl,PATH=.:..:$PATH subst.sh command.cfg)
  
  ACX_FEATURE([with],[cgiurl])

--- install-sh DELETED ---

--- missing DELETED ---

--- mkinstalldirs DELETED ---





More information about the Commits mailing list