X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=configure.ac;h=5e292e4eec099cf3b78d0e1385d91aa7d9b60814;hb=dca6bd98d2a661953eeb5a393cabf973d1c54834;hp=4816c751551284aca8761f0444971202174eb587;hpb=ce111def8523929a7a833a022ef2db3b9eb2b345;p=collectd.git diff --git a/configure.ac b/configure.ac index 4816c751..5e292e4e 100644 --- a/configure.ac +++ b/configure.ac @@ -31,7 +31,7 @@ m4_ifdef([LT_PACKAGE_VERSION], AM_CONDITIONAL([BUILD_INCLUDED_LTDL], [test "x$LTDLDEPS" != "x"]) -AM_INIT_AUTOMAKE([subdir-objects tar-pax dist-bzip2 foreign]) +AM_INIT_AUTOMAKE([subdir-objects tar-pax dist-bzip2 no-dist-gzip foreign]) m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])]) AC_LANG(C) @@ -794,7 +794,6 @@ AC_HEADER_TIME # # Checks for library functions. # -AC_PROG_GCC_TRADITIONAL AC_CHECK_FUNCS(gettimeofday select strdup strtol getaddrinfo getnameinfo strchr memcpy strstr strcmp strncmp strncpy strlen strncasecmp strcasecmp openlog closelog sysconf setenv if_indextoname setlocale) AC_FUNC_STRERROR_R