Code

revise now that aclocal is remved from CVS
authorKarl DeBisschop <kdebisschop@users.sourceforge.net>
Thu, 17 Oct 2002 06:06:44 +0000 (06:06 +0000)
committerKarl DeBisschop <kdebisschop@users.sourceforge.net>
Thu, 17 Oct 2002 06:06:44 +0000 (06:06 +0000)
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@134 f882894a-f735-0410-b71e-b25c423dba1c

INSTALL
INSTALLING
tools/setup

diff --git a/INSTALL b/INSTALL
index 3f830ed20782c978fc8d29cca5387172a2267d5d..0892d2af40d44c5dca6f47811bb8057f0c8b59ce 100644 (file)
--- 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
index 3f830ed20782c978fc8d29cca5387172a2267d5d..0892d2af40d44c5dca6f47811bb8057f0c8b59ce 100644 (file)
@@ -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
index 8d65f4a8167706bed1eabf4dcbb12771be6dcfbb..63da05d6d29f782d1d9d63a0a23ea05c15a9ff88 100755 (executable)
@@ -1,5 +1,8 @@
 #! /bin/sh
-autoconf
-autoheader
+
+aclocal
 automake
+autoheader
+autoconf
+
 chmod +x debian/rules
\ No newline at end of file