From ee735bfd4eda7cc51a61951e9bc86bc3771b4b05 Mon Sep 17 00:00:00 2001 From: Arun Isaac Date: Thu, 24 Sep 2026 02:13:14 +0100 Subject: Build website entirely with G-expressions. We can now build the website without any of the autotools tooling. --- configure.ac | 3 --- 1 file changed, 3 deletions(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index 07e5b57..ebaba78 100644 --- a/configure.ac +++ b/configure.ac @@ -36,9 +36,6 @@ PKG_CHECK_MODULES([ZLIB], [zlib]) # For tests AC_PATH_PROG([GUILE_RUN64], [guile-run64]) -# To build the website -AC_PATH_PROG([EMACS], [emacs]) - dnl pkg-config does not output xapian include flags when the include dnl path is already in CPATH. See dnl https://unix.stackexchange.com/questions/362289/why-is-pkg-config-cflags-openssl-returning-nothing-on-rhel-6-8 -- cgit 1.4.1