diff options
author | RincewindsHat <12514511+RincewindsHat@users.noreply.github.com> | 2023-12-19 11:18:51 +0100 |
---|---|---|
committer | RincewindsHat <12514511+RincewindsHat@users.noreply.github.com> | 2023-12-20 10:02:47 +0100 |
commit | 2dec5182c508bd3cc286b4649836ead51aec50ef (patch) | |
tree | 682dbf85ed7452f3101a200d925991c281b7d465 /configure.ac | |
parent | 2289d094ae00a52f96a038cb7ca8bb350aec483a (diff) | |
download | monitoring-plugins-2dec5182c508bd3cc286b4649836ead51aec50ef.tar.gz |
check_swap: refactor to improve readability
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..42fc0292 100644 --- a/configure.ac +++ b/configure.ac | |||
@@ -4,7 +4,7 @@ AC_INIT(monitoring-plugins,2.3git) | |||
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) |
7 | AM_INIT_AUTOMAKE([1.8.3]) | 7 | AM_INIT_AUTOMAKE([1.8.3 subdir-objects]) |
8 | AM_SILENT_RULES([yes]) | 8 | AM_SILENT_RULES([yes]) |
9 | AM_MAINTAINER_MODE([enable]) | 9 | AM_MAINTAINER_MODE([enable]) |
10 | AC_CONFIG_HEADERS([config.h]) | 10 | AC_CONFIG_HEADERS([config.h]) |