Module Name: othersrc Committed By: lukem Date: Wed Aug 25 01:48:47 UTC 2021
Modified Files: othersrc/usr.bin/tnftp: configure.ac Log Message: configure: use --option-name in feature display Use the appropriate option name in the feature display. Sort the options. To generate a diff of this commit: cvs rdiff -u -r1.42 -r1.43 othersrc/usr.bin/tnftp/configure.ac Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: othersrc/usr.bin/tnftp/configure.ac diff -u othersrc/usr.bin/tnftp/configure.ac:1.42 othersrc/usr.bin/tnftp/configure.ac:1.43 --- othersrc/usr.bin/tnftp/configure.ac:1.42 Wed Aug 25 01:24:10 2021 +++ othersrc/usr.bin/tnftp/configure.ac Wed Aug 25 01:48:47 2021 @@ -1,4 +1,4 @@ -# $NetBSD: configure.ac,v 1.42 2021/08/25 01:24:10 lukem Exp $ +# $NetBSD: configure.ac,v 1.43 2021/08/25 01:48:47 lukem Exp $ # # Process this file with autoconf to produce a configure script. @@ -9,7 +9,7 @@ AC_COPYRIGHT([ Copyright (c) 1999-2021 The NetBSD Foundation, Inc. All rights reserved. ]) -AC_REVISION([$Revision: 1.42 $]) +AC_REVISION([$Revision: 1.43 $]) AS_SHELL_SANITIZE() @@ -497,9 +497,9 @@ AC_OUTPUT() AC_MSG_NOTICE([ === Configuration results ===]) AC_MSG_NOTICE([Package: $PACKAGE_STRING]) AC_MSG_NOTICE([Prefix: $prefix]) -AC_MSG_NOTICE([Command-line editing: $opt_editcomplete]) -AC_MSG_NOTICE([Local libedit: $with_local_libedit]) -AC_MSG_NOTICE([IPv6 support: $opt_ipv6]) -AC_MSG_NOTICE([SOCKS5 proxy support: $with_socks]) -AC_MSG_NOTICE([SSL: $with_ssl]) +AC_MSG_NOTICE([--enable-editcomplete $opt_editcomplete]) +AC_MSG_NOTICE([--enable-ipv6 $opt_ipv6]) +AC_MSG_NOTICE([--enable-ssl $with_ssl]) +AC_MSG_NOTICE([--with-local-libedit $with_local_libedit]) +AC_MSG_NOTICE([--with-socks $with_socks]) AC_MSG_NOTICE([ =============================])