]> granicus.if.org Git - neomutt/commitdiff
AUTO.DEF: Alphabetize lists
authorMark Stenglein <mark@stengle.in>
Sat, 7 Sep 2019 16:14:32 +0000 (12:14 -0400)
committerMark Stenglein <mark@stengle.in>
Sat, 7 Sep 2019 20:50:54 +0000 (16:50 -0400)
This patch alphabetizes the lists present in this file for issue #1835

Signed-off-by: Mark Stenglein <mark@stengle.in>
auto.def

index 9179949046cbcceba1e3b7287e1ffd20c72b1a2c..c0f5a514086a06393b33c020f94e49dad48a7a96 100644 (file)
--- 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