diff options
author | Subhendu Ghosh <sghosh@users.sourceforge.net> | 2002-06-28 21:08:29 (GMT) |
---|---|---|
committer | Subhendu Ghosh <sghosh@users.sourceforge.net> | 2002-06-28 21:08:29 (GMT) |
commit | 8612442e56424299c3f2719e4e8b41c07d088ea9 (patch) | |
tree | 2f76781dffbbb8f17b1fa1e85415d80ab4c1001b | |
parent | 7712d9db24247343235bf2a119c99caee955ffdb (diff) | |
download | monitoring-plugins-8612442e56424299c3f2719e4e8b41c07d088ea9.tar.gz |
note about autoconf/automake version
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@61 f882894a-f735-0410-b71e-b25c423dba1c
-rw-r--r-- | INSTALL | 10 |
1 files changed, 9 insertions, 1 deletions
@@ -8,6 +8,11 @@ Nagios Plugins Quick-and-Dirty Installation Instructions | |||
8 | # autoheader | 8 | # autoheader |
9 | # automake | 9 | # automake |
10 | 10 | ||
11 | or you can run ./tools/setup | ||
12 | |||
13 | Currently we are only supporting autoconf 2.13 and automake 1.4p5. Support | ||
14 | for the latest autoconf and automake are in the works. | ||
15 | |||
11 | 16 | ||
12 | 1) Run the configure script to initialize variables and create a Makefile, etc. | 17 | 1) Run the configure script to initialize variables and create a Makefile, etc. |
13 | 18 | ||
@@ -44,6 +49,9 @@ Nagios Plugins Quick-and-Dirty Installation Instructions | |||
44 | 49 | ||
45 | 50 | ||
46 | That's it. If you have any problems or questions, feel free send mail | 51 | That's it. If you have any problems or questions, feel free send mail |
47 | to nagios-users@lists.sourceforge.net | 52 | to nagios-users@lists.sourceforge.net or nagiosplug-help@lists.sourceforge.net |
53 | |||
54 | Please send patches and bugs to nagiosplug-devel@lists.sourceforge.net and | ||
55 | post them on http://sourceforge.net/projects/nagiosplug. | ||
48 | 56 | ||
49 | 57 | ||