diff options
author | Dale Mellor <hydro23@.(none)> | 2008-01-25 21:59:21 +0000 |
---|---|---|
committer | Dale Mellor <dale@rdmp.org> | 2010-06-12 20:53:22 +0100 |
commit | eb041a75325650e3953c5cc2ad70172e93283d3b (patch) | |
tree | 3f67c738ed298e6660d33f900b7457ed31dc7427 /ChangeLog | |
parent | 651f3b4a6bf78c87a1ab453f8489441b919a1ca3 (diff) | |
download | mcron-eb041a75325650e3953c5cc2ad70172e93283d3b.tar.gz mcron-eb041a75325650e3953c5cc2ad70172e93283d3b.tar.bz2 mcron-eb041a75325650e3953c5cc2ad70172e93283d3b.zip |
The --schedule argument is no longer optional.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1,5 +1,10 @@ 2008-01-25 Dale Mellor <Dale Mellor <dale_mellor@users.sourceforge.net>> + * main.scm: Argument to --schedule is no longer optional (the + options system goes really screwy with optional values, usually + pulling the first non-option argument as a value if one was not + intended!) + * makefile.am: Moved target-specific CFLAGS and LDFLAGS to global AM_* variables, to remove problem with automake requiring AM_PROGS_CC_C_O in configure.ac (!) |