commit 3e4165046d7ee49827015704c24e8bd89e256360
parent e1199eae40d766f68be95d2e6e1af0ac5d07ee4d
Author: Kévin Le Gouguec <kevin.legouguec@gmail.com>
Date: Thu, 23 May 2019 20:15:10 +0200
Fix Emacs build script
Ahem.
Diffstat:
2 files changed, 6 insertions(+), 1 deletion(-)
diff --git a/README.md b/README.md
@@ -1,5 +1,5 @@
# Peniblec's Memory Leaks
-## still reachable: 8270 words in 19 pages
+## still reachable: 8279 words in 19 pages
Hi! I am a software engineer interested in [a bunch of things].
diff --git a/personal/setup/emacs.md b/personal/setup/emacs.md
@@ -14,6 +14,11 @@ set -eux
MAKE="make -j$(nproc --all)"
CONFIGURE_FLAGS="--with-xwidgets --with-cairo"
+if ! test -f Makefile
+then
+ ${MAKE} configure
+fi
+
check-config ()
{
local define=$(grep EMACS_CONFIG_OPTIONS src/config.h)