diff options
-rw-r--r-- | INSTALL | 1 | ||||
-rw-r--r-- | INSTALLING | 1 | ||||
-rwxr-xr-x | tools/setup | 7 |
3 files changed, 7 insertions, 2 deletions
@@ -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 @@ -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 8d65f4a8..63da05d6 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 |