diff options
author | waja <waja@users.noreply.github.com> | 2024-07-24 22:20:46 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-07-24 22:20:46 +0200 |
commit | 1f1906e94895e46bb4fd103e411381c4093a26f2 (patch) | |
tree | 14cee289a0d472ac27f084adde96e8a5f2216735 /configure.ac | |
parent | 1cca389751c78cc5f86da80f942caaf6f6385bbd (diff) | |
parent | e0f4dbdf4e1b6df15c8fc9efe0897e7738f10e64 (diff) | |
download | monitoring-plugins-1f1906e.tar.gz |
Merge pull request #2008 from waja/2.4.0
2.4.0
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 17272e45..79123748 100644 --- a/configure.ac +++ b/configure.ac | |||
@@ -1,6 +1,6 @@ | |||
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_PREREQ(2.64) | 2 | AC_PREREQ(2.64) |
3 | AC_INIT(monitoring-plugins,2.3git) | 3 | AC_INIT(monitoring-plugins,2.4.0) |
4 | AC_CONFIG_SRCDIR(NPTest.pm) | 4 | AC_CONFIG_SRCDIR(NPTest.pm) |
5 | AC_CONFIG_FILES([gl/Makefile]) | 5 | AC_CONFIG_FILES([gl/Makefile]) |
6 | AC_CONFIG_AUX_DIR(build-aux) | 6 | AC_CONFIG_AUX_DIR(build-aux) |