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. --- personal/setup/emacs.md | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'personal') 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