summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 0cec93c)
raw | patch | inline | side by side (parent: 0cec93c)
author | Ton Voon <tonvoon@users.sourceforge.net> | |
Sat, 8 Mar 2003 01:13:54 +0000 (01:13 +0000) | ||
committer | Ton Voon <tonvoon@users.sourceforge.net> | |
Sat, 8 Mar 2003 01:13:54 +0000 (01:13 +0000) |
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@380 f882894a-f735-0410-b71e-b25c423dba1c
tools/sfsnapshot | patch | blob | history |
diff --git a/tools/sfsnapshot b/tools/sfsnapshot
index 0db6d8f76ac326dde6441afb6743c38bc0926848..e5a13d479cc9105340ac50d12e4549778d1a8e13 100755 (executable)
--- a/tools/sfsnapshot
+++ b/tools/sfsnapshot
else
cvs -z3 -d:pserver:anonymous@cvs.sourceforge.net:/cvsroot/nagiosplug co -r $cvs_rel nagiosplug
cd $PROJECT
- aclocal
+ aclocal -I lib
autoheader
autoconf
- automake
+ automake --add-missing --copy
autoreconf
./configure
fi