diff options
author | Eric Stanley <estanley@nagios.com> | 2012-04-06 15:18:47 (GMT) |
---|---|---|
committer | Eric Stanley <estanley@nagios.com> | 2012-04-06 15:18:47 (GMT) |
commit | 9cdd9a149c1c0213802d15cc204d60b3199a9653 (patch) | |
tree | 55175aac0d91119e68de7c4d42e194cff453d988 /configure.in | |
parent | 4011599466b8247ced0b6400b72e16620636d0fc (diff) | |
download | monitoring-plugins-9cdd9a149c1c0213802d15cc204d60b3199a9653.tar.gz |
Updated to support compiling and building RPM on AIX.
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) |