mirror of
https://github.com/monitoring-plugins/monitoring-plugins.git
synced 2026-06-09 08:42:17 -04:00
Have to run through whole automake procedure as datestamp in RELEASE variable
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@381 f882894a-f735-0410-b71e-b25c423dba1c
This commit is contained in:
parent
27e9e50c45
commit
1f96af37e3
1 changed files with 10 additions and 7 deletions
|
|
@ -33,16 +33,19 @@ function make_dist {
|
|||
else
|
||||
cvs -z3 -d:pserver:anonymous@cvs.sourceforge.net:/cvsroot/nagiosplug co -r $cvs_rel nagiosplug
|
||||
cd $PROJECT
|
||||
aclocal -I lib
|
||||
autoheader
|
||||
autoconf
|
||||
automake --add-missing --copy
|
||||
autoreconf
|
||||
./configure
|
||||
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
|
||||
VER=$v$DS VERSION=$v$DS REL=snapshot make -e dist
|
||||
make dist
|
||||
|
||||
# End ssh
|
||||
EOF
|
||||
|
|
|
|||
Loading…
Reference in a new issue