From 651f3b4a6bf78c87a1ab453f8489441b919a1ca3 Mon Sep 17 00:00:00 2001 From: Dale Mellor Date: Fri, 25 Jan 2008 21:49:16 +0000 Subject: Removed target-specific compiler flags from makefile. --- ChangeLog | 11 ++++++++++- makefile.am | 6 ++++-- 2 files changed, 14 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index 9f57f57..2547e37 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,4 +1,13 @@ -2005-09-02 hydro23 > +2008-01-25 Dale Mellor > + + * 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 (!) + + * Version is currently at 1.0.3. + + +2005-09-02 hydro23 > * makefile.am, mcron.c.template (main): Modified install-exec-hook so that a proper installation of a Vixie-compatible cron only diff --git a/makefile.am b/makefile.am index b3d32d8..afeafe8 100644 --- a/makefile.am +++ b/makefile.am @@ -30,11 +30,13 @@ EXTRA_DIST = makefile.ed main.scm mcron-core.scm vixie-specification.scm \ crontab.scm environment.scm job-specifier.scm redirect.scm \ vixie-time.scm mcron.c.template BUGS +AM_LDFLAGS = @GUILE_LDFLAGS@ +AM_CFLAGS = @GUILE_CFLAGS@ -DGUILE_LOAD_PATH=\"$(datadir)\" + info_TEXINFOS = mcron.texinfo + bin_PROGRAMS = mcron mcron_SOURCES = mcron.c -mcron_LDFLAGS = @GUILE_LDFLAGS@ -mcron_CFLAGS = @GUILE_CFLAGS@ -DGUILE_LOAD_PATH=\"$(datadir)\" pkgdata_DATA = core.scm environment.scm job-specifier.scm redirect.scm \ vixie-time.scm vixie-specification.scm config.scm -- cgit v1.2.3