Module Name:    othersrc
Committed By:   lukem
Date:           Sat Sep 23 04:05:57 UTC 2023

Modified Files:
        othersrc/libexec/tnftpd: 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.48 -r1.49 othersrc/libexec/tnftpd/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/libexec/tnftpd/configure.ac
diff -u othersrc/libexec/tnftpd/configure.ac:1.48 othersrc/libexec/tnftpd/configure.ac:1.49
--- othersrc/libexec/tnftpd/configure.ac:1.48	Sat Sep 23 04:00:21 2023
+++ othersrc/libexec/tnftpd/configure.ac	Sat Sep 23 04:05:57 2023
@@ -1,4 +1,4 @@
-# $NetBSD: configure.ac,v 1.48 2023/09/23 04:00:21 lukem Exp $
+# $NetBSD: configure.ac,v 1.49 2023/09/23 04:05:57 lukem Exp $
 #
 # Process this file with autoconf to produce a configure script.
 
@@ -495,10 +495,10 @@ AC_OUTPUT()
 AC_MSG_NOTICE([ === Configuration results ===])
 AC_MSG_NOTICE([Package:               $PACKAGE_STRING])
 AC_MSG_NOTICE([Prefix:                $prefix])
-AC_MSG_NOTICE([IPv6 support:          $opt_ipv6])
-AC_MSG_NOTICE([Built-in /bin/ls:      $opt_builtinls])
-AC_MSG_NOTICE([blocklist support:     $with_blocklist])
-AC_MSG_NOTICE([PAM authentication:    $with_pam])
-AC_MSG_NOTICE([SIA authentication:    $with_sia])
-AC_MSG_NOTICE([S/Key authentication:  $with_skey])
+AC_MSG_NOTICE([--enable-builtinls     $opt_builtinls])
+AC_MSG_NOTICE([--enable-ipv6          $opt_ipv6])
+AC_MSG_NOTICE([--with-blocklist       $with_blocklist])
+AC_MSG_NOTICE([--with-pam             $with_pam])
+AC_MSG_NOTICE([--with-sia             $with_sia])
+AC_MSG_NOTICE([--with-skey            $with_skey])
 AC_MSG_NOTICE([ =============================])

Reply via email to