Lines Matching +full:- +full:- +full:disable +full:- +full:smb
25 # At minimum, we want C++/C99-style // comments.
40 AS_HELP_STRING([--disable-universal],[don't build universal on macOS]))
46 # Leopard. Build for x86 and 32-bit PowerPC, with
49 V_CCOPT="$V_CCOPT -arch i386 -arch ppc"
50 LDFLAGS="$LDFLAGS -arch i386 -arch ppc"
55 # Snow Leopard. Build for x86-64 and x86, with
56 # x86-64 first. (That's what Apple does.)
58 V_CCOPT="$V_CCOPT -arch x86_64 -arch i386"
59 LDFLAGS="$LDFLAGS -arch x86_64 -arch i386"
68 [AS_HELP_STRING([--with-smi],
86 LIBS="-lsmi $LIBS"
105 if (required < current - age || required > current)
123 1) AC_MSG_RESULT(no - smiInit failed) ;;
124 2) AC_MSG_RESULT(no - header/library version mismatch) ;;
125 3) AC_MSG_RESULT(no - can't determine library version) ;;
126 4) AC_MSG_RESULT(no - too old) ;;
132 AC_MSG_RESULT(not when cross-compiling)
140 AC_MSG_CHECKING([whether to enable the possibly-buggy SMB printer])
141 AC_ARG_ENABLE([smb], optenable
142 [AS_HELP_STRING([--enable-smb],
143 [enable possibly-buggy SMB printer [default=no]])],
149 [define if you want to build the possibly-buggy SMB printer])
150 LOCALSRC="print-smb.c smbutil.c $LOCALSRC"
156 AC_ARG_WITH(user, [ --with-user=USERNAME drop privileges by default to USERNAME])
158 if test ! -z "$with_user" ; then
166 AC_ARG_WITH(chroot, [ --with-chroot=DIRECTORY when dropping privileges, chroot to DIRECTORY])
168 if test ! -z "$with_chroot" && test "$with_chroot" != "no" ; then
176 AC_ARG_WITH(sandbox-capsicum,
177 AS_HELP_STRING([--with-sandbox-capsicum],
191 # XXX - do we need to check for all of them, or are there some that, if
194 if test -z "$with_sandbox_capsicum" || test "$with_sandbox_capsicum" != "no" ; then
207 AC_CHECK_LIB(casper, cap_init, LIBS="$LIBS -lcasper")
208 AC_CHECK_LIB(cap_dns, cap_gethostbyaddr, LIBS="$LIBS -lcap_dns")
211 if test "x$ac_lbl_capsicum_function_seen" = "xyes" -a "x$ac_lbl_capsicum_function_not_seen" != "xye…
218 if test "x$ac_cv_lib_casper_cap_init" = "xyes" -a "x$ac_cv_lib_cap_dns_cap_gethostbyaddr" = "xyes";…
281 for i in inria kame linux-glibc linux-libinet6 toshiba v6d zeta; do
304 linux-glibc)
313 linux-libinet6)
319 if test -d /usr/inet6 -o -f /usr/include/netinet/ip6.h; then
324 CFLAGS="-I/usr/inet6/include $CFLAGS"
346 CFLAGS="-I/usr/local/v6/include $CFLAGS"])
366 if test "$ipv6" = "yes" -a "$ipv6lib" != "none"; then
367 if test -d $ipv6libdir -a -f $ipv6libdir/lib$ipv6lib.a; then
368 LIBS="-L$ipv6libdir -l$ipv6lib $LIBS"
395 # Define HAVE_NO_PRINTF_Z to make it possible to disable test cases that
422 AC_MSG_RESULT(not while cross-compiling)
426 AC_CHECK_LIB(rpc, main) dnl It's unclear why we might need -lrpc
428 dnl Some platforms may need -lnsl for getrpcbynumber.
436 # libraries (e.g., "-lsocket -lnsl" on Solaris).
470 [ac_cv_buggy_ether_ntohost="not while cross-compiling"])])
476 if test "$ac_cv_func_ether_ntohost" = yes -a \
783 if test -f /etc/group -a ! -z "`grep '^wheel:' /etc/group`" ; then
838 if test -f /dev/bpf0 ; then
849 # Check whether we have pcap/pcap-inttypes.h.
854 AC_CHECK_HEADERS(pcap/pcap-inttypes.h)
858 # Define the old BSD specified-width types in terms of the C99 types;
896 AS_HELP_STRING([--with-crypto]@<:@=DIR@:>@,
921 CFLAGS="-I$withval/include $CFLAGS"
922 LIBS="-L$withval/lib $LIBS"
972 # Check for libcap-ng
973 AC_MSG_CHECKING(whether to use libcap-ng)
977 AS_HELP_STRING([--with-cap-ng],
978 [use libcap-ng @<:@default=yes, if available@:>@]),
991 # Use libcap-ng if it's present, otherwise don't.
997 AC_CHECK_LIB(cap-ng, capng_change_id)
998 AC_CHECK_HEADERS(cap-ng.h)
1004 CPPFLAGS="$CPPFLAGS -I$srcdir/missing"
1005 V_INCLS="$V_INCLS -I$srcdir/missing"
1021 AC_OUTPUT_COMMANDS([if test -f .devel; then
1022 echo timestamp > stamp-h
1023 cat $srcdir/Makefile-devel-adds >> Makefile