diff options
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/configure.in b/configure.in index 1d16bcd..e8fc789 100644 --- a/configure.in +++ b/configure.in | |||
@@ -2,7 +2,8 @@ dnl Process this file with autoconf to produce a configure script. | |||
2 | AC_PREREQ(2.59) | 2 | AC_PREREQ(2.59) |
3 | AC_INIT(nagios-plugins,1.4.15) | 3 | AC_INIT(nagios-plugins,1.4.15) |
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 | nagios-plugins.spec]) | ||
6 | AC_CONFIG_AUX_DIR(build-aux) | 7 | AC_CONFIG_AUX_DIR(build-aux) |
7 | AM_INIT_AUTOMAKE([1.8.3]) | 8 | AM_INIT_AUTOMAKE([1.8.3]) |
8 | AM_CONFIG_HEADER(config.h) | 9 | AM_CONFIG_HEADER(config.h) |