summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 03566be)
raw | patch | inline | side by side (parent: 03566be)
author | Karl DeBisschop <kdebisschop@users.sourceforge.net> | |
Thu, 17 Oct 2002 06:06:44 +0000 (06:06 +0000) | ||
committer | Karl 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 | patch | blob | history | |
INSTALLING | patch | blob | history | |
tools/setup | patch | blob | history |
index 3f830ed20782c978fc8d29cca5387172a2267d5d..0892d2af40d44c5dca6f47811bb8057f0c8b59ce 100644 (file)
--- a/INSTALL
+++ b/INSTALL
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 3f830ed20782c978fc8d29cca5387172a2267d5d..0892d2af40d44c5dca6f47811bb8057f0c8b59ce 100644 (file)
--- a/INSTALLING
+++ b/INSTALLING
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 8d65f4a8167706bed1eabf4dcbb12771be6dcfbb..63da05d6d29f782d1d9d63a0a23ea05c15a9ff88 100755 (executable)
--- a/tools/setup
+++ b/tools/setup
#! /bin/sh
-autoconf
-autoheader
+
+aclocal
automake
+autoheader
+autoconf
+
chmod +x debian/rules
\ No newline at end of file