]> granicus.if.org Git - neomutt/commitdiff
Update to latest autosetup
authorPietro Cerutti <gahr@gahr.ch>
Tue, 27 Feb 2018 11:23:47 +0000 (11:23 +0000)
committerRichard Russon <rich@flatcap.org>
Tue, 27 Feb 2018 11:40:05 +0000 (11:40 +0000)
Issue #1071

autosetup/system.tcl

index 7b62b3dc8f8c822f31d2962d1112b8516fdf627e..37377eb2bc35118c00df274a003d0dbd3f1564d6 100644 (file)
@@ -48,6 +48,7 @@ module-options [subst -noc -nob {
        sysconfdir:
        sharedstatedir:
        localstatedir:
+       runstatedir:
        maintainer-mode=0
        dependency-tracking=0
        silent-rules=0
@@ -332,6 +333,7 @@ if {$prefix ne {/usr}} {
 define sysconfdir $sysconfdir
 
 define localstatedir [opt-str localstatedir o /var]
+define runstatedir [opt-str runstatedir o /run]
 
 define SHELL [get-env SHELL [find-an-executable sh bash ksh]]