From dbaa9dd823cc8c9d43b81f1669e255d492e52572 Mon Sep 17 00:00:00 2001 From: Karl DeBisschop Date: Thu, 17 Oct 2002 06:06:44 +0000 Subject: revise now that aclocal is remved from CVS git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@134 f882894a-f735-0410-b71e-b25c423dba1c diff --git a/INSTALL b/INSTALL index 3f830ed..0892d2a 100644 --- a/INSTALL +++ b/INSTALL @@ -4,6 +4,7 @@ Nagios Plugins Quick-and-Dirty Installation Instructions 0) If using the CVS tree, you need m4, automake, and autoconf. To start out, run: + # aclocal # autoconf # autoheader # automake diff --git a/INSTALLING b/INSTALLING index 3f830ed..0892d2a 100644 --- a/INSTALLING +++ b/INSTALLING @@ -4,6 +4,7 @@ Nagios Plugins Quick-and-Dirty Installation Instructions 0) If using the CVS tree, you need m4, automake, and autoconf. To start out, run: + # aclocal # autoconf # autoheader # automake diff --git a/tools/setup b/tools/setup index 8d65f4a..63da05d 100755 --- a/tools/setup +++ b/tools/setup @@ -1,5 +1,8 @@ #! /bin/sh -autoconf -autoheader + +aclocal automake +autoheader +autoconf + chmod +x debian/rules \ No newline at end of file -- cgit v0.10-9-g596f