From 8e6f3442686fcc2ed9a36aecbe2b0d3c50bc9500 Mon Sep 17 00:00:00 2001 From: "Kevin M. Rosenberg" Date: Wed, 9 Aug 2000 22:46:22 +0000 Subject: [PATCH] r176: *** empty log message *** --- ChangeLog | 4 +++- configure.in | 2 ++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index a8c2be1..c1641d6 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,8 +1,10 @@ 2.0.0-b9 - 8/5/00 + Added RCS Id strings to executable files Added RPM Spec file for RPM package creation Added loading of ASCII phanthom definitions from files Added frequency_filter option to reconstruction - + Fixed compilation for non-SGP architectures + Decomposed SignalFilter class into SignalProcess and CreateFilter classes 2.0.0-b8 - 8/1/00 Added line color support to SGP Fixed lineAbs bug diff --git a/configure.in b/configure.in index b70cefe..5d067c1 100644 --- a/configure.in +++ b/configure.in @@ -361,6 +361,8 @@ AC_SUBST(ctlibs) if test -n "$lamdir" ; then lamprograms="pjrec-lam phm2if-lam phm2pj-lam" AC_SUBST(lamprograms) + lamdefs="$CLFAGS" + AC_SUBST(lamdefs) fi CXXFLAGS="$CFLAGS" -- 2.34.1