diff options
author | Karl DeBisschop <kdebisschop@users.sourceforge.net> | 2003-11-21 07:53:05 +0000 |
---|---|---|
committer | Karl DeBisschop <kdebisschop@users.sourceforge.net> | 2003-11-21 07:53:05 +0000 |
commit | 87e83994015a9650566aa27a302bf983ab4bdf1f (patch) | |
tree | 22ea6b47410829708c9322aad5ec8039b77391dd /README | |
parent | aab9a7145421ccdd7af9e2791d53ea6937e4a2da (diff) | |
download | monitoring-plugins-87e83994015a9650566aa27a302bf983ab4bdf1f.tar.gz |
update auotmake/autoconf versions
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@776 f882894a-f735-0410-b71e-b25c423dba1c
Diffstat (limited to 'README')
-rw-r--r-- | README | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -49,9 +49,9 @@ Nagios Plugins Quick-and-Dirty Installation Instructions start out, run ./tools/setup For development, we generally use the most recent stable tools from - the FSF. Currently we use gettext 0.11.5, autoconf 2.57, and - automake 1.76. No other versions are tested, and you may see - warnings or errors with other versions. + the FSF. Currently we use gettext 0.11.5, autoconf 2.58, and + automake 1.7.9. You may see warnings or errors with other versions, + particularly with autoconf < 2.54. 1) Run the configure script to initialize variables and create a Makefile, etc. |