From a24c9b97d286cbe872c1bffbff4e719312fcfa8b Mon Sep 17 00:00:00 2001 From: srittau Date: Sun, 8 Jun 2003 15:21:40 +0000 Subject: [PATCH] Remove --enable-timelord; always compile timelord. --- configure.in | 13 +------------ contrib/Makefile.am | 9 ++------- 2 files changed, 3 insertions(+), 19 deletions(-) diff --git a/configure.in b/configure.in index 4163e472..a9edbe34 100644 --- a/configure.in +++ b/configure.in @@ -1,4 +1,4 @@ -dnl $Id: configure.in,v 1.185 2003-06-08 15:17:56 srittau Exp $ +dnl $Id: configure.in,v 1.186 2003-06-08 15:21:40 srittau Exp $ dnl configure.in for netatalk AC_INIT(etc/afpd/main.c) @@ -384,16 +384,6 @@ AC_ARG_ENABLE(netbsd, AC_MSG_RESULT([enabling NetBSD-style rc.d support]) ) -dnl ----- timelord compilation (disabled by default) -AC_MSG_CHECKING([whether timelord should be compiled]) -compile_timelord=no -AC_ARG_ENABLE(timelord, - [ --enable-timelord enable compilation of timelord server], - [compile_timelord="$enableval"], - [compile_timelord="no"] -) -AC_MSG_RESULT([$compile_timelord]) - dnl ----- a2boot compilation (disabled by default) AC_MSG_CHECKING([whether a2boot should be compiled]) compile_a2boot=no @@ -664,7 +654,6 @@ AC_SUBST(CFLAGS) AC_SUBST(OVERWRITE_CONFIG) AM_CONDITIONAL(SOLARIS_MODULE, test x$solaris_module = xyes) -AM_CONDITIONAL(COMPILE_TIMELORD, test x$compile_timelord = xyes) AM_CONDITIONAL(COMPILE_A2BOOT, test x$compile_a2boot = xyes) AM_CONDITIONAL(USE_DHX, test x$compile_ssl = xyes) AM_CONDITIONAL(USE_KERBEROS, test x$compile_kerberos = xyes) diff --git a/contrib/Makefile.am b/contrib/Makefile.am index 633257c3..a7fe8932 100644 --- a/contrib/Makefile.am +++ b/contrib/Makefile.am @@ -1,10 +1,5 @@ # Makefile.am for contrib/ - -if COMPILE_TIMELORD -TIMELORD = timelord -else -TIMELORD = -endif +# $Id: Makefile.am,v 1.8 2003-06-08 15:21:40 srittau Exp $ if COMPILE_A2BOOT A2BOOT = a2boot @@ -12,6 +7,6 @@ else A2BOOT = endif -SUBDIRS = macusers nu printing shell_utils ${TIMELORD} ${A2BOOT} +SUBDIRS = macusers nu printing shell_utils timelord ${A2BOOT} EXTRA_DIST = ICDumpSuffixMap -- 2.39.2