summaryrefslogtreecommitdiffstats
path: root/tools/sfsnapshot
diff options
context:
space:
mode:
Diffstat (limited to 'tools/sfsnapshot')
-rwxr-xr-xtools/sfsnapshot4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/sfsnapshot b/tools/sfsnapshot
index 0db6d8f..e5a13d4 100755
--- a/tools/sfsnapshot
+++ b/tools/sfsnapshot
@@ -33,10 +33,10 @@ function make_dist {
33 else 33 else
34 cvs -z3 -d:pserver:anonymous@cvs.sourceforge.net:/cvsroot/nagiosplug co -r $cvs_rel nagiosplug 34 cvs -z3 -d:pserver:anonymous@cvs.sourceforge.net:/cvsroot/nagiosplug co -r $cvs_rel nagiosplug
35 cd $PROJECT 35 cd $PROJECT
36 aclocal 36 aclocal -I lib
37 autoheader 37 autoheader
38 autoconf 38 autoconf
39 automake 39 automake --add-missing --copy
40 autoreconf 40 autoreconf
41 ./configure 41 ./configure
42 fi 42 fi