[Nagiosplug-checkins] nagiosplug configure.in, 1.201, 1.202 config.guess, 1.1, NONE config.sub, 1.1, NONE ltmain.sh, 1.1, NONE
Ton Voon
tonvoon at users.sourceforge.net
Thu Jan 25 01:26:20 CET 2007
Update of /cvsroot/nagiosplug/nagiosplug
In directory sc8-pr-cvs7.sourceforge.net:/tmp/cvs-serv3252
Modified Files:
configure.in
Removed Files:
config.guess config.sub ltmain.sh
Log Message:
Use build-aux directory. Removed unnecessary checks in configure.in.
Keeping libtool to link to libtap - can't find a suitable replacement method
--- config.guess DELETED ---
Index: configure.in
===================================================================
RCS file: /cvsroot/nagiosplug/nagiosplug/configure.in,v
retrieving revision 1.201
retrieving revision 1.202
diff -u -d -r1.201 -r1.202
--- configure.in 24 Jan 2007 23:18:03 -0000 1.201
+++ configure.in 25 Jan 2007 00:26:16 -0000 1.202
@@ -4,9 +4,9 @@
AC_INIT(nagios-plugins,1.4.5)
AC_CONFIG_SRCDIR(NPTest.pm)
AC_CONFIG_FILES(gl/Makefile)
+AC_CONFIG_AUX_DIR(build-aux)
AM_INIT_AUTOMAKE([1.8.3])
AM_CONFIG_HEADER(config.h)
-dnl Not yet - AC_CONFIG_AUX_DIR(build-aux)
AC_CANONICAL_HOST
RELEASE=1
@@ -26,15 +26,9 @@
AC_PROG_CC
gl_EARLY
-AC_PROG_CPP
AC_PROG_GCC_TRADITIONAL
AC_PROG_LIBTOOL
-AC_PROG_MAKE_SET
-AC_PROG_AWK
-
-AC_FUNC_MALLOC
-AC_FUNC_REALLOC
AC_FUNC_ERROR_AT_LINE
ifdef([AC_FUNC_STRTOD],[AC_FUNC_STRTOD],[AM_FUNC_STRTOD])
@@ -401,11 +395,10 @@
dnl Checks for header files.
dnl
-AC_HEADER_STDC
AC_HEADER_TIME
AC_HEADER_SYS_WAIT
-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)
-AC_CHECK_HEADERS(features.h stdarg.h sys/unistd.h ctype.h stdlib.h)
+AC_CHECK_HEADERS(signal.h syslog.h uio.h errno.h sys/time.h sys/socket.h sys/un.h sys/poll.h)
+AC_CHECK_HEADERS(features.h stdarg.h sys/unistd.h ctype.h)
dnl Checks for typedefs, structures, and compiler characteristics.
AC_C_CONST
@@ -444,7 +437,7 @@
AC_DEFINE(NEED_GETTIMEOFDAY,1,[Define if gettimeofday is needed])))
dnl Checks for library functions.
-AC_CHECK_FUNCS(memmove select socket strdup strstr strtod strtol strtoul floor)
+AC_CHECK_FUNCS(memmove select socket strdup strstr strtol strtoul floor)
AC_CHECK_FUNCS(poll)
AC_MSG_CHECKING(return type of socket size)
--- config.sub DELETED ---
--- ltmain.sh DELETED ---
More information about the Commits
mailing list