aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Karl DeBisschop <kdebisschop@users.sourceforge.net> 2002-10-17 06:06:44 +0000
committerGravatar Karl DeBisschop <kdebisschop@users.sourceforge.net> 2002-10-17 06:06:44 +0000
commitdbaa9dd823cc8c9d43b81f1669e255d492e52572 (patch)
tree581a9a6a3515ec6750b1d65dee80e90bdc0d59f7
parent03566be76b696df7eefce84242e00b5b41c88cb1 (diff)
downloadmonitoring-plugins-dbaa9dd823cc8c9d43b81f1669e255d492e52572.tar.gz
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
-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 3f830ed2..0892d2af 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 3f830ed2..0892d2af 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 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