diff options
author | Ton Voon <tonvoon@users.sourceforge.net> | 2007-01-25 00:26:20 (GMT) |
---|---|---|
committer | Ton Voon <tonvoon@users.sourceforge.net> | 2007-01-25 00:26:20 (GMT) |
commit | 2e6a2e433fdfda7534918bf20280c0e04f997a00 (patch) | |
tree | e137d614b1fdb413d4c277aacf651a7896bf83cf /configure.in | |
parent | 49d8064bf3986f3c57385e643aa865dd1390271e (diff) | |
download | monitoring-plugins-2e6a2e433fdfda7534918bf20280c0e04f997a00.tar.gz |
Use build-aux directory. Removed unnecessary checks in configure.in.
Keeping libtool to link to libtap - can't find a suitable replacement method
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1582 f882894a-f735-0410-b71e-b25c423dba1c
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 15 |
1 files changed, 4 insertions, 11 deletions
diff --git a/configure.in b/configure.in index 52156fa..a4a2de3 100644 --- a/configure.in +++ b/configure.in | |||
@@ -4,9 +4,9 @@ AC_PREREQ(2.59) | |||
4 | AC_INIT(nagios-plugins,1.4.5) | 4 | AC_INIT(nagios-plugins,1.4.5) |
5 | AC_CONFIG_SRCDIR(NPTest.pm) | 5 | AC_CONFIG_SRCDIR(NPTest.pm) |
6 | AC_CONFIG_FILES(gl/Makefile) | 6 | AC_CONFIG_FILES(gl/Makefile) |
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) |
9 | dnl Not yet - AC_CONFIG_AUX_DIR(build-aux) | ||
10 | AC_CANONICAL_HOST | 10 | AC_CANONICAL_HOST |
11 | 11 | ||
12 | RELEASE=1 | 12 | RELEASE=1 |
@@ -26,15 +26,9 @@ AC_SUBST(INSTALL) | |||
26 | 26 | ||
27 | AC_PROG_CC | 27 | AC_PROG_CC |
28 | gl_EARLY | 28 | gl_EARLY |
29 | AC_PROG_CPP | ||
30 | AC_PROG_GCC_TRADITIONAL | 29 | AC_PROG_GCC_TRADITIONAL |
31 | AC_PROG_LIBTOOL | 30 | AC_PROG_LIBTOOL |
32 | 31 | ||
33 | AC_PROG_MAKE_SET | ||
34 | AC_PROG_AWK | ||
35 | |||
36 | AC_FUNC_MALLOC | ||
37 | AC_FUNC_REALLOC | ||
38 | AC_FUNC_ERROR_AT_LINE | 32 | AC_FUNC_ERROR_AT_LINE |
39 | 33 | ||
40 | ifdef([AC_FUNC_STRTOD],[AC_FUNC_STRTOD],[AM_FUNC_STRTOD]) | 34 | ifdef([AC_FUNC_STRTOD],[AC_FUNC_STRTOD],[AM_FUNC_STRTOD]) |
@@ -401,11 +395,10 @@ dnl | |||
401 | dnl Checks for header files. | 395 | dnl Checks for header files. |
402 | dnl | 396 | dnl |
403 | 397 | ||
404 | AC_HEADER_STDC | ||
405 | AC_HEADER_TIME | 398 | AC_HEADER_TIME |
406 | AC_HEADER_SYS_WAIT | 399 | AC_HEADER_SYS_WAIT |
407 | AC_CHECK_HEADERS(signal.h strings.h string.h syslog.h uio.h errno.h sys/types.h sys/time.h sys/socket.h sys/un.h sys/poll.h) | 400 | AC_CHECK_HEADERS(signal.h syslog.h uio.h errno.h sys/time.h sys/socket.h sys/un.h sys/poll.h) |
408 | AC_CHECK_HEADERS(features.h stdarg.h sys/unistd.h ctype.h stdlib.h) | 401 | AC_CHECK_HEADERS(features.h stdarg.h sys/unistd.h ctype.h) |
409 | 402 | ||
410 | dnl Checks for typedefs, structures, and compiler characteristics. | 403 | dnl Checks for typedefs, structures, and compiler characteristics. |
411 | AC_C_CONST | 404 | AC_C_CONST |
@@ -444,7 +437,7 @@ AC_TRY_COMPILE([#include <sys/time.h>], | |||
444 | AC_DEFINE(NEED_GETTIMEOFDAY,1,[Define if gettimeofday is needed]))) | 437 | AC_DEFINE(NEED_GETTIMEOFDAY,1,[Define if gettimeofday is needed]))) |
445 | 438 | ||
446 | dnl Checks for library functions. | 439 | dnl Checks for library functions. |
447 | AC_CHECK_FUNCS(memmove select socket strdup strstr strtod strtol strtoul floor) | 440 | AC_CHECK_FUNCS(memmove select socket strdup strstr strtol strtoul floor) |
448 | AC_CHECK_FUNCS(poll) | 441 | AC_CHECK_FUNCS(poll) |
449 | 442 | ||
450 | AC_MSG_CHECKING(return type of socket size) | 443 | AC_MSG_CHECKING(return type of socket size) |