diff options
-rwxr-xr-x | tools/sfsnapshot | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/sfsnapshot b/tools/sfsnapshot index 0db6d8f7..e5a13d47 100755 --- a/tools/sfsnapshot +++ b/tools/sfsnapshot @@ -33,10 +33,10 @@ function make_dist { 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 |