From: Mark Stenglein Date: Sat, 7 Sep 2019 16:14:32 +0000 (-0400) Subject: AUTO.DEF: Alphabetize lists X-Git-Tag: 2019-10-25~56^2~6 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=28dae1c1708cd9021eda4cd2e97c3fd089c59bb6;p=neomutt AUTO.DEF: Alphabetize lists This patch alphabetizes the lists present in this file for issue #1835 Signed-off-by: Mark Stenglein --- diff --git a/auto.def b/auto.def index 917994904..c0f5a5140 100644 --- a/auto.def +++ b/auto.def @@ -114,9 +114,10 @@ options { if {1} { # Keep sorted, please. foreach opt { - autocrypt bdb backtrace coverage doc everything fmemopen full-doc gdbm gnutls gpgme - gss homespool idn idn2 inotify kyotocabinet lmdb locales-fix lua mixmaster - nls notmuch pkgconf pgp qdbm sasl smime sqlite ssl testing tokyocabinet + autocrypt backtrace bdb coverage doc everything fmemopen full-doc gdbm + gnutls gpgme gss homespool idn idn2 inotify kyotocabinet lmdb locales-fix + lua mixmaster nls notmuch pgp pkgconf qdbm sasl smime sqlite ssl testing + tokyocabinet } { define want-$opt [opt-bool $opt] } @@ -350,8 +351,8 @@ set prefix [opt-val with-sysroot][get-define prefix] ############################################################################### # Everything if {[get-define want-everything]} { - foreach opt {gpgme pgp smime notmuch lua tokyocabinet kyotocabinet bdb - gdbm qdbm lmdb} { + foreach opt {bdb gdbm gpgme kyotocabinet lmdb lua notmuch pgp qdbm smime + tokyocabinet} { define want-$opt append conf_options "--$opt " } @@ -686,7 +687,7 @@ switch [opt-val with-ui ncurses] { user-error "Unable to find ncursesw library" } - foreach f {start_color typeahead bkgdset curs_set meta use_default_colors} { + foreach f {bkgdset curs_set meta start_color typeahead use_default_colors} { cc-check-function-in-lib $f $ncurses_lib } cc-check-functions use_extended_names