diff options
author | Ton Voon <tonvoon@users.sourceforge.net> | 2003-03-08 01:13:54 +0000 |
---|---|---|
committer | Ton Voon <tonvoon@users.sourceforge.net> | 2003-03-08 01:13:54 +0000 |
commit | 27e9e50c458d3731af5fd13577eebe434a860b61 (patch) | |
tree | 012ad632bf304ea19bf39edce560917a24ef2050 | |
parent | 0cec93cd0f8e886476086f64b551b5a86b7d7e27 (diff) | |
download | monitoring-plugins-27e9e50c458d3731af5fd13577eebe434a860b61.tar.gz |
Added automake parameters for config.sub and config.guess
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@380 f882894a-f735-0410-b71e-b25c423dba1c
-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 |