From fb6811f9be0d85f5fceedb3ba7458e56386fc3a0 Mon Sep 17 00:00:00 2001 From: Ton Voon Date: Mon, 10 Feb 2003 23:26:14 +0000 Subject: Removing checks for getopt.h - now always available. Also support lib dir git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@309 f882894a-f735-0410-b71e-b25c423dba1c diff --git a/configure.in b/configure.in index cc9f96c..81a0029 100644 --- a/configure.in +++ b/configure.in @@ -373,24 +373,6 @@ if test x"$ac_cv_HAVE_SNPRINTF" = x"no" -o x"$ac_cv_HAVE_VSNPRINTF" = x"no" -o x LIBS="$LIBS -lsnprintf" DEPLIBS="$DEPLIBS libsnprintf.a" fi -dnl We used to not do long options unless a compatible lib was found -dnl Now we provide code and make libgetopt if native is not suitable -AC_MSG_CHECKING(for getopt_long) -AC_TRY_COMPILE([#include - #include ], - [int option_index=0; - static struct option *long_options; - getopt_long(0,NULL,"+h",long_options,&option_index);], - [AC_DEFINE(HAVE_GETOPT_H,1,[Define if getopt headers are found]) - AC_DEFINE(HAVE_GETOPT_LONG,1,[Define if getopt_long is found]) - AC_MSG_RESULT(yes)], - [AC_DEFINE(HAVE_GETOPT_H,1,[Define if getopt headers are found]) - AC_DEFINE(HAVE_GETOPT_LONG,1,[Define if getopt_long is found]) - AC_MSG_RESULT(no) - import_sources=getopt - LIBS="$LIBS -lgetopt" - DEPLIBS="$DEPLIBS libgetopt.a"]) - AC_TRY_COMPILE([#include ], [struct timeval *tv; struct timezone *tz;], @@ -956,4 +938,4 @@ AC_SUBST(DEPLIBS) AC_DEFINE_UNQUOTED(PACKAGE_VERSION,"${VERSION}",[package version]) -AC_OUTPUT(Makefile subst plugins/Makefile plugins-scripts/Makefile plugins-scripts/subst plugins-scripts/utils.pm plugins-scripts/utils.sh command.cfg test.pl,echo timestamp > plugins/stamp-h1;echo timestamp > plugins/stamp-h2;echo timestamp > plugins/stamp-h3;echo timestamp > plugins/stamp-h4;echo timestamp > plugins/stamp-h5;echo timestamp > plugins/stamp-h6;PATH=.:..:$PATH subst.sh command.cfg) +AC_OUTPUT(Makefile subst lib/Makefile plugins/Makefile plugins-scripts/Makefile plugins-scripts/subst plugins-scripts/utils.pm plugins-scripts/utils.sh command.cfg test.pl,echo timestamp > plugins/stamp-h1;echo timestamp > plugins/stamp-h2;echo timestamp > plugins/stamp-h3;echo timestamp > plugins/stamp-h4;echo timestamp > plugins/stamp-h5;echo timestamp > plugins/stamp-h6;PATH=.:..:$PATH subst.sh command.cfg) -- cgit v0.10-9-g596f