X-Git-Url: https://git.tcpdump.org/tcpdump/blobdiff_plain/bd22f1fd9a711831d04f568e26fc14048ff3157a..383670e8f3f5b51d1017d8c1a678aa7eaf1f2b4d:/configure.ac diff --git a/configure.ac b/configure.ac index d81ff2b0..48f4dc95 100644 --- a/configure.ac +++ b/configure.ac @@ -7,7 +7,7 @@ dnl # # See # -# http://ftp.gnu.org/gnu/config/README +# https://ftp.gnu.org/gnu/config/README # # for the URLs to use to fetch new versions of config.guess and # config.sub. @@ -147,9 +147,9 @@ fi AC_MSG_CHECKING([whether to enable the possibly-buggy SMB printer]) AC_ARG_ENABLE(smb, -[ --enable-smb enable possibly-buggy SMB printer [default=yes] +[ --enable-smb enable possibly-buggy SMB printer [default=no] --disable-smb disable possibly-buggy SMB printer],, - enableval=yes) + enableval=no) case "$enableval" in yes) AC_MSG_RESULT(yes) AC_DEFINE(ENABLE_SMB, 1, @@ -992,7 +992,7 @@ AC_CONFIG_HEADER(config.h) AC_OUTPUT_COMMANDS([if test -f .devel; then echo timestamp > stamp-h - cat Makefile-devel-adds >> Makefile + cat $srcdir/Makefile-devel-adds >> Makefile make depend fi]) AC_OUTPUT(Makefile tcpdump.1)