[Nagiosplug-devel] Autoconf 2.57 and Automake 1.7

Jeremy T. Bouse jeremy+nagios at undergrid.net
Tue Mar 11 21:52:10 CET 2003


	Not sure if anyone else has been testing it but I'm currently running
some tests using the above mentioned versions... Besides a couple small
modifications I've made I haven't ran into any problems and it seems to run even
better... In fact the getloadavg check is now online one line:

AC_REPLACE_FUNCS(getloadavg)

	As well I defined AC_CONFIG_LIBOBJ_DIR(lib) and changed my LIBOBJS calls
to AC_LIBOBJ()... Not sure if everyone's ready to make this move but I am
testing it out at this time...

	I've only found a few diffs in the config.h.in file generation... These
consist of the following removals:

-#undef DGUX
-#undef GETLOADAVG_PRIVILEGED
-#undef HAVE_LIBDGC
-#undef HAVE_MACH_MACH_H
-#undef HAVE_POW
-#undef NLIST_NAME_UNION
-#undef NLIST_STRUCT
-#undef SVR4
-#undef UMAX
-#undef UMAX4_3
-#undef _ALL_SOURCE

	And the following additions:

+#undef HAVE_INTTYPES_H
+#undef HAVE_MEMORY_H
+#undef HAVE_STDINT_H
+#undef HAVE_SYS_STAT_H
+#undef PACKAGE_BUGREPORT
+#undef PACKAGE_NAME
+#undef PACKAGE_STRING
+#undef PACKAGE_TARNAME

	I'm still trying to look into why the changes occurred but so far I
haven't found a problem with the build process...

	Jeremy




More information about the Devel mailing list