From: Kevin M. Rosenberg Date: Wed, 9 Aug 2000 22:46:22 +0000 (+0000) Subject: r176: *** empty log message *** X-Git-Tag: debian-4.5.3-3~841 X-Git-Url: http://git.kpe.io/?p=ctsim.git;a=commitdiff_plain;h=8e6f3442686fcc2ed9a36aecbe2b0d3c50bc9500 r176: *** empty log message *** --- 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"