From: Pietro Cerutti Date: Tue, 27 Feb 2018 11:23:47 +0000 (+0000) Subject: Update to latest autosetup X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=2f1cd81706648012deb57885d813149896e84718;p=neomutt Update to latest autosetup Issue #1071 --- diff --git a/autosetup/system.tcl b/autosetup/system.tcl index 7b62b3dc8..37377eb2b 100644 --- a/autosetup/system.tcl +++ b/autosetup/system.tcl @@ -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]]