Lines Matching +full:xz +full:- +full:utils
9 AM_INIT_AUTOMAKE([1.11 foreign -Wall -Wportability no-dist-gzip dist-xz])
53 dnl Example of default-disabled feature
54 AC_ARG_ENABLE([urls], AS_HELP_STRING([--enable-urls],
57 AC_ARG_ENABLE([regex], AS_HELP_STRING([--enable-regex],
60 AC_ARG_ENABLE([signatures], AS_HELP_STRING([--enable-signatures],
63 AC_ARG_ENABLE([lua], AS_HELP_STRING([--enable-lua],
66 AC_ARG_ENABLE([utils], optenable
67 AS_HELP_STRING([--enable-utils], [Build and install utils @<:@default=no@:>@]),
69 yes) utils=true ;;
70 no) utils=false ;;
71 *) AC_MSG_ERROR([bad value ${enableval} for --enable-utils]) ;;
72 esac],[utils=false])
73 AM_CONDITIONAL([UTILS], [test x$utils = xtrue]) condition
77 AC_DEFINE(HAVE_OPENSSL, 1, [Define to 1 if you have the 'crypto' library (-lcrypto).])
78 LIBCRYPTO_LIB="-lcrypto"
79 LIBS_EXTRA="${LIBS_EXTRA} -lcrypto"
96 AS_IF([test "x$ac_cv_search_regexec" = "x-lregex"], [
97 LIBREGEX_LIB="-lregex"
98 LIBS_EXTRA="${LIBS_EXTRA} -lregex"
127 AC_DEFINE(HAVE_LIBFETCH, 1, [Define to 1 if you have the 'fetch' library (-lfetch).])
128 LIBFETCH_LIBS="-lfetch"
130 LIBS_EXTRA="${LIBS_EXTRA} -lfetch"
144 LIBS_EXTRA="${LIBS_EXTRA} -lcurl"],
174 AC_MSG_WARN([Libucl references could be thread-unsafe because atomic builtins are missing])
183 utils/Makefile \
187 AC_CONFIG_FILES([stamp-h], [echo timestamp > stamp-h])