add mu, fix tor
[buildscripts] / emacs
diff --git a/emacs b/emacs
index 9366f4153b3171d43721182a9915ec0534414c01..350f9bac55e928149bfb6b183d0255f9db9b016b 100755 (executable)
--- a/emacs
+++ b/emacs
@@ -35,17 +35,11 @@ done
 
 e() { echo "$*"; "$@"; }
 
+# Og = optmize, but keep gdb working
 export CFLAGS="-Og -g3"
 
 # gawk and attr were no longer automatically installed in stretch
-extras=
-if isdebian-testing; then
-    # while this bug exists
-    # https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=853970
-    # https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=852611
-    extras=texlive-base/unstable
-fi
-logq pi texlive hunspell git gawk attr $extras
+logq pi texlive hunspell git gawk attr
 case $(distro-name) in
     fedora )
         # before i learned the builddep command, i identified these
@@ -56,6 +50,11 @@ case $(distro-name) in
         logq pi texlive-dvipng
         ;;&
     debian|ubuntu)
+               # todo: unknown for other distros, this will fail
+        logq p -y build-dep maildir-utils
+# due to autogen error message
+p install autoconf-archive
+
         # oddly, on ubuntu 14.04 this installs postfix, but I dun care
         # ubuntu 14.04 gave this error message
         # Unable to satisfy the build-depends: Build-Depends: libpng-dev
@@ -127,6 +126,13 @@ logq sudo make install
 s lnf /usr/local/bin/emacs /usr/bin
 
 
+#git clone https://github.com/djcb/mu
+# from its HACKING file
+cd /a/opt/mu
+./autogen.sh
+make
+s make install
+# note uninstall is implemented
 
 logq emacs --batch -l ~/.emacs.d/init.el -l ~/.emacs.d/compile-init-dir.el