From: Ton Voon Date: Sat, 8 Mar 2003 01:13:54 +0000 (+0000) Subject: Added automake parameters for config.sub and config.guess X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=27e9e50c458d3731af5fd13577eebe434a860b61;p=nagiosplug.git 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 --- 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 { 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