[Nagiosplug-checkins] CVS: nagiosplug/tools sfsnapshot,1.4,1.5
Ton Voon
tonvoon at users.sourceforge.net
Fri Mar 7 17:49:04 CET 2003
Update of /cvsroot/nagiosplug/nagiosplug/tools
In directory sc8-pr-cvs1:/tmp/cvs-serv30180
Modified Files:
sfsnapshot
Log Message:
Have to run through whole automake procedure as datestamp in RELEASE variable
Index: sfsnapshot
===================================================================
RCS file: /cvsroot/nagiosplug/nagiosplug/tools/sfsnapshot,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -r1.4 -r1.5
*** sfsnapshot 8 Mar 2003 01:13:54 -0000 1.4
--- sfsnapshot 8 Mar 2003 01:48:13 -0000 1.5
***************
*** 34,47 ****
cvs -z3 -d:pserver:anonymous at cvs.sourceforge.net:/cvsroot/nagiosplug co -r $cvs_rel nagiosplug
cd $PROJECT
- aclocal -I lib
- autoheader
- autoconf
- automake --add-missing --copy
- autoreconf
- ./configure
fi
# Make the Nagiosplug dist tarball
! VER=$v$DS VERSION=$v$DS REL=snapshot make -e dist
# End ssh
--- 34,50 ----
cvs -z3 -d:pserver:anonymous at cvs.sourceforge.net:/cvsroot/nagiosplug co -r $cvs_rel nagiosplug
cd $PROJECT
fi
+ sed 's/^VER=.*/VER=$v$DS/;s/^REL=.*/REL=snapshot/' configure.in > configure.tmp
+ mv configure.tmp configure.in
+ aclocal -I lib
+ autoheader
+ autoconf
+ automake --add-missing --copy
+ autoreconf
+ ./configure
+
# Make the Nagiosplug dist tarball
! make dist
# End ssh
More information about the Commits
mailing list