From 3e4165046d7ee49827015704c24e8bd89e256360 Mon Sep 17 00:00:00 2001 From: Kévin Le Gouguec Date: Thu, 23 May 2019 20:15:10 +0200 Subject: Fix Emacs build script Ahem. --- README.md | 2 +- personal/setup/emacs.md | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index d6fba4e..d86d0cf 100644 --- 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 index 52552a7..d7abc49 100644 --- 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) -- cgit v1.2.3