summaryrefslogtreecommitdiffstats
path: root/configure.in
diff options
context:
space:
mode:
authorEric Stanley <estanley@nagios.com>2012-04-06 15:18:47 (GMT)
committerEric Stanley <estanley@nagios.com>2012-04-06 15:18:47 (GMT)
commit9cdd9a149c1c0213802d15cc204d60b3199a9653 (patch)
tree55175aac0d91119e68de7c4d42e194cff453d988 /configure.in
parent4011599466b8247ced0b6400b72e16620636d0fc (diff)
downloadmonitoring-plugins-9cdd9a149c1c0213802d15cc204d60b3199a9653.tar.gz
Updated to support compiling and building RPM on AIX.
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in3
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.
2AC_PREREQ(2.59) 2AC_PREREQ(2.59)
3AC_INIT(nagios-plugins,1.4.15) 3AC_INIT(nagios-plugins,1.4.15)
4AC_CONFIG_SRCDIR(NPTest.pm) 4AC_CONFIG_SRCDIR(NPTest.pm)
5AC_CONFIG_FILES(gl/Makefile) 5AC_CONFIG_FILES([gl/Makefile
6 nagios-plugins.spec])
6AC_CONFIG_AUX_DIR(build-aux) 7AC_CONFIG_AUX_DIR(build-aux)
7AM_INIT_AUTOMAKE([1.8.3]) 8AM_INIT_AUTOMAKE([1.8.3])
8AM_CONFIG_HEADER(config.h) 9AM_CONFIG_HEADER(config.h)