diff options
author | Arun Isaac | 2021-06-18 14:25:28 +0530 |
---|---|---|
committer | Arun Isaac | 2021-06-18 14:27:16 +0530 |
commit | 7dc837dc17aafc7a14da5aafeba39330f8db4e03 (patch) | |
tree | 82dfec0e506364c310274965a504c8fb0daef7fb /configure.ac | |
parent | 45e01b54530a5907ea8fad180ab1cdb0c14de484 (diff) | |
download | guile-email-7dc837dc17aafc7a14da5aafeba39330f8db4e03.tar.gz guile-email-7dc837dc17aafc7a14da5aafeba39330f8db4e03.tar.lz guile-email-7dc837dc17aafc7a14da5aafeba39330f8db4e03.zip |
Configure path to emacs.
* configure.ac: Check for emacs.
* Makefile.am (website/index.html): Use EMACS from configure instead
of emacs.
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index 65311cc..c418e88 100644 --- a/configure.ac +++ b/configure.ac @@ -24,6 +24,7 @@ AM_SILENT_RULES([yes]) GUILE_PKG([3.0 2.2]) GUILE_PROGS +AC_PATH_PROG([EMACS], [emacs]) AC_CONFIG_FILES([Makefile]) AC_CONFIG_FILES([pre-inst-env], [chmod +x pre-inst-env]) |