diff options
author | Mark H Weaver <mhw@netris.org> | 2017-01-14 05:24:09 -0500 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2017-01-14 05:24:09 -0500 |
commit | 5827ea30ee64f2981929f865cf4c07e6c4712773 (patch) | |
tree | 31b6505f4ad9b53860028d2e47db62c34c15e484 /configure.ac | |
parent | 57203ebba0fa3eaa7c2df9bfd3e7c59f8ee98f6a (diff) | |
parent | dd42a330d1301fd34f36dada9d142006165abaef (diff) | |
download | guix-5827ea30ee64f2981929f865cf4c07e6c4712773.tar.gz |
Merge branch 'master' into gnome-updates
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index 676f600111..9079a142dc 100644 --- a/configure.ac +++ b/configure.ac @@ -232,6 +232,10 @@ AM_MISSING_PROG([DOT], [dot]) dnl Manual pages. AM_MISSING_PROG([HELP2MAN], [help2man]) +dnl Emacs (optional), for 'etc/indent-package.el'. +AC_PATH_PROG([EMACS], [emacs], [/usr/bin/emacs]) +AC_SUBST([EMACS]) + AC_CONFIG_FILES([Makefile po/guix/Makefile.in po/packages/Makefile.in @@ -241,5 +245,6 @@ AC_CONFIG_FILES([scripts/guix], [chmod +x scripts/guix]) AC_CONFIG_FILES([test-env:build-aux/test-env.in], [chmod +x test-env]) AC_CONFIG_FILES([pre-inst-env:build-aux/pre-inst-env.in], [chmod +x pre-inst-env]) +AC_CONFIG_FILES([etc/indent-code.el], [chmod +x etc/indent-code.el]) AC_OUTPUT |