From bf878d08ddfb01aaaf6f81ff4592764cd1c0b4ac Mon Sep 17 00:00:00 2001 From: David Oberhollenzer Date: Wed, 21 Nov 2018 12:01:39 +0100 Subject: Remove cron daemon, rewritten and split off into seperate repo Signed-off-by: David Oberhollenzer --- configure.ac | 12 ------------ 1 file changed, 12 deletions(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index 07964d9..bb747f5 100644 --- a/configure.ac +++ b/configure.ac @@ -36,20 +36,8 @@ UL_WARN_ADD([-pedantic]) AC_SUBST([WARN_CFLAGS]) - -AC_ARG_WITH([gcrond], - [AS_HELP_STRING([--without-gcrond], [Build without gcron daemon])], - [case "${withval}" in - yes) AM_CONDITIONAL([GCROND], [true]) ;; - no) AM_CONDITIONAL([GCROND], [false]) ;; - *) AC_MSG_ERROR([bad value ${withval} for --without-gcron]) ;; - esac], - [AM_CONDITIONAL([GCROND], [true])]) - - AC_CONFIG_HEADERS([lib/include/config.h]) AC_DEFINE_DIR(SVCDIR, sysconfdir/init.d, [Startup service directory]) -AC_DEFINE_DIR(GCRONDIR, sysconfdir/gcron.d, [Cron service directory]) AC_DEFINE_DIR(TEMPLATEDIR, datadir/init, [Service template directory]) AC_DEFINE_DIR(SCRIPTDIR, libexecdir/init, [Helper script directory]) AC_DEFINE_DIR(SOCKDIR, localstatedir/run, [Directory for initd socket]) -- cgit v1.2.3