[Nagiosplug-checkins] CVS: nagiosplug/tools setup,1.3,1.4

Jeremy T. Bouse undrgrid at users.sourceforge.net
Sun Feb 9 17:45:04 CET 2003


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

Modified Files:
	setup 
Log Message:
Reordered program calls so autoheader was called before automake thus
getting rid of errors for header files not being present when automake 
was called. Also puts it inline with documentation in 
INSTALL & INSTALLING


Index: setup
===================================================================
RCS file: /cvsroot/nagiosplug/nagiosplug/tools/setup,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -r1.3 -r1.4
*** setup	30 Oct 2002 18:22:10 -0000	1.3
--- setup	9 Feb 2003 18:59:53 -0000	1.4
***************
*** 2,8 ****
  
  aclocal
- automake
- autoheader
  autoconf
  
  if [ -f debian/rules ] ; then
--- 2,8 ----
  
  aclocal
  autoconf
+ autoheader
+ automake
  
  if [ -f debian/rules ] ; then





More information about the Commits mailing list