[Nagiosplug-checkins] CVS: nagiosplug/tools setup,1.1.1.1,1.2
Karl DeBisschop
kdebisschop at users.sourceforge.net
Wed Oct 16 23:07:15 CEST 2002
Update of /cvsroot/nagiosplug/nagiosplug/tools
In directory usw-pr-cvs1:/tmp/cvs-serv30903/tools
Modified Files:
setup
Log Message:
revise now that aclocal is remved from CVS
Index: setup
===================================================================
RCS file: /cvsroot/nagiosplug/nagiosplug/tools/setup,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -C2 -r1.1.1.1 -r1.2
*** setup 28 Feb 2002 06:43:00 -0000 1.1.1.1
--- setup 17 Oct 2002 06:06:44 -0000 1.2
***************
*** 1,5 ****
#! /bin/sh
! autoconf
! autoheader
automake
chmod +x debian/rules
--- 1,8 ----
#! /bin/sh
!
! aclocal
automake
+ autoheader
+ autoconf
+
chmod +x debian/rules
More information about the Commits
mailing list