From 2c6cfc753d5c4a6116bcf24307371c33f49bcfd1 Mon Sep 17 00:00:00 2001 From: dale_mellor Date: Sun, 20 Jul 2003 15:52:35 +0000 Subject: All changes from 0.99.1 to 0.99.2 pre-release. --- configure.ac | 25 ++++--------------------- 1 file changed, 4 insertions(+), 21 deletions(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index 6c98da4..bbbc115 100644 --- a/configure.ac +++ b/configure.ac @@ -2,7 +2,7 @@ # Process this file with autoconf to produce a configure script. AC_PREREQ(2.57) -AC_INIT(mcron, 0.99.1, dale_mellor@users.sourceforge.net) +AC_INIT(mcron, 0.99.2, dale_mellor@users.sourceforge.net) AM_INIT_AUTOMAKE @@ -21,25 +21,6 @@ fi AC_SUBST(CONFIG_DEBUG) -AC_MSG_CHECKING([whether the (broken) Vixie programs are requested]) -AC_ARG_ENABLE(vixie, - AC_HELP_STRING([--enable-vixie], - [enable installation of cron and crontab programs]), - CONFIG_ENABLE_VIXIE=$enableval, - CONFIG_ENABLE_VIXIE=no) -AC_MSG_RESULT($CONFIG_ENABLE_VIXIE) -AC_SUBST(CONFIG_ENABLE_VIXIE) - - -# We substitute the following commands into the makefile by configure, because -# automake is confused by the ifeq command. - -IFEQ_VIXIE="ifeq (\$(CONFIG_ENABLE_VIXIE), yes)" -AC_SUBST(IFEQ_VIXIE) -ENDIF="endif" -AC_SUBST(ENDIF) - - AC_PROG_CC GUILE_PROGS GUILE_FLAGS @@ -76,7 +57,9 @@ else fi SENDMAIL=$ac_cv_prog_SENDMAIL - + +# This is to support `make DESTDIR=...' + real_program_prefix=`echo $program_prefix | sed s/NONE//` AC_SUBST(real_program_prefix) -- cgit v1.2.3