From: Marcela Mašláňová Date: Tue, 3 Nov 2009 13:41:36 +0000 (+0100) Subject: Autotools - Makefile includes dailyjobs, configure has new version. X-Git-Tag: cronie1.4.3 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c5c50578b19ee6de19b471e38561a0bb915c3129;p=cronie Autotools - Makefile includes dailyjobs, configure has new version. --- diff --git a/Makefile.am b/Makefile.am index ed41446..05c541a 100644 --- a/Makefile.am +++ b/Makefile.am @@ -9,4 +9,5 @@ dist_pam_DATA = pam/crond endif EXTRA_DIST = cronie.init crond.sysconfig contrib/anacrontab \ - contrib/0anacron contrib/0hourly + contrib/0anacron contrib/0hourly \ + contrib/dailyjobs diff --git a/configure.ac b/configure.ac index b99cbb9..33a098e 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([cronie],[1.4.2],[mmaslano@redhat.com]) +AC_INIT([cronie],[1.4.3],[mmaslano@redhat.com]) AC_CONFIG_HEADER([config.h]) AC_PREREQ(2.60)