diff options
author | Mathieu Lirzin <mthl@gnu.org> | 2015-08-16 15:55:35 +0200 |
---|---|---|
committer | Mathieu Lirzin <mthl@gnu.org> | 2016-05-07 11:42:11 +0200 |
commit | 3221c057206ca22c2da599c8c76bbcbb0f36e794 (patch) | |
tree | dbdf98a3ad919742660bd77a9a95eeaa9c9e194d /scm/mcron/main.scm | |
parent | 3c903bfc808b6fed0c3fff6e78689cfe280d25b3 (diff) | |
download | mcron-3221c057206ca22c2da599c8c76bbcbb0f36e794.tar.gz mcron-3221c057206ca22c2da599c8c76bbcbb0f36e794.tar.bz2 mcron-3221c057206ca22c2da599c8c76bbcbb0f36e794.zip |
build: Compile and install '.go' files.
* configure.ac: Set and substitute 'mcronmoduledir'. Check for 'guild'
which requires Guile >= 2.0.7. Use 'AC_CANONICAL_HOST'.
* scm/mcron/makefile.am (.scm.go): New target.
(MODULES, GEN_MODULES, GOBJECTS, CLEANFILES, SUFFIXES)
(dist_mcronmodule_DATA, mcronmodule_DATA): New variables.
(pkgdata_DATA, EXTRA_DIST): Remove variables.
* .gitignore: Adjust accordingly.
Diffstat (limited to 'scm/mcron/main.scm')
-rw-r--r-- | scm/mcron/main.scm | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/scm/mcron/main.scm b/scm/mcron/main.scm index 1d8c87b..6ac2116 100644 --- a/scm/mcron/main.scm +++ b/scm/mcron/main.scm @@ -343,6 +343,8 @@ comes in on the above socket." (unless (option-ref options 'schedule #f) (with-output-to-file config-pid-file noop)) (setenv "MAILTO" #f) + ;; XXX: At compile time, this yields a "possibly unbound variable" + ;; warning, but this is OK since it is bound in the C wrapper. (c-set-cron-signals)) ;; Now we have the procedures in place for dealing with the contents of |