diff options
author | Ton Voon <tonvoon@users.sourceforge.net> | 2005-02-04 00:44:27 (GMT) |
---|---|---|
committer | Ton Voon <tonvoon@users.sourceforge.net> | 2005-02-04 00:44:27 (GMT) |
commit | e73794ad54157ea179b4b93271a4bf1160c17adf (patch) | |
tree | 67ae7cf65ad03b334d92c3700635a179a5a5e124 /configure.in | |
parent | ea0cd3aaba9d5fefd61d14480b877ddc3a1cdf13 (diff) | |
download | monitoring-plugins-e73794ad54157ea179b4b93271a4bf1160c17adf.tar.gz |
For 1.4 releaserelease-1.4
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1138 f882894a-f735-0410-b71e-b25c423dba1c
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in index 0002d61..24ff210 100644 --- a/configure.in +++ b/configure.in | |||
@@ -1,7 +1,7 @@ | |||
1 | dnl Process this file with autoconf to produce a configure script. | 1 | dnl Process this file with autoconf to produce a configure script. |
2 | AC_REVISION ($Revision$) | 2 | AC_REVISION ($Revision$) |
3 | AC_PREREQ(2.58) | 3 | AC_PREREQ(2.58) |
4 | AC_INIT(nagios-plugins,1.4-beta2) | 4 | AC_INIT(nagios-plugins,1.4) |
5 | AC_CONFIG_SRCDIR(Helper.pm) | 5 | AC_CONFIG_SRCDIR(Helper.pm) |
6 | AM_INIT_AUTOMAKE | 6 | AM_INIT_AUTOMAKE |
7 | AM_CONFIG_HEADER(config.h) | 7 | AM_CONFIG_HEADER(config.h) |