summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--INSTALL1
-rw-r--r--INSTALLING1
-rwxr-xr-xtools/setup7
3 files changed, 7 insertions, 2 deletions
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
40) If using the CVS tree, you need m4, automake, and autoconf. To 40) If using the CVS tree, you need m4, automake, and autoconf. To
5 start out, run: 5 start out, run:
6 6
7 # aclocal
7 # autoconf 8 # autoconf
8 # autoheader 9 # autoheader
9 # automake 10 # 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
40) If using the CVS tree, you need m4, automake, and autoconf. To 40) If using the CVS tree, you need m4, automake, and autoconf. To
5 start out, run: 5 start out, run:
6 6
7 # aclocal
7 # autoconf 8 # autoconf
8 # autoheader 9 # autoheader
9 # automake 10 # automake
diff --git a/tools/setup b/tools/setup
index 8d65f4a..63da05d 100755
--- a/tools/setup
+++ b/tools/setup
@@ -1,5 +1,8 @@
1#! /bin/sh 1#! /bin/sh
2autoconf 2
3autoheader 3aclocal
4automake 4automake
5autoheader
6autoconf
7
5chmod +x debian/rules \ No newline at end of file 8chmod +x debian/rules \ No newline at end of file