[ghemical-devel] support for MPQC v2 was added
Tommi Hassinen
thassine@messi.uku.fi
Mon, 20 May 2002 14:38:59 +0300 (WET)
On Mon, 20 May 2002, Michael Banck wrote:
> Actually, sc-config --version is already parsed by aclocal.m4, I just
> didn't AC_SUBST the versions. Patch attached.
Thanks, I looked at it and was even able to change the minimum version
to 2.1.0 but still I could not figure out how to make MPQC_VERSION
appear in config.h...
So, I think it would work nicely if we could make ENABLE_MPQC and
MPQC_VERSION appear side-by-side in config.h, for example
#define ENABLE_MPQC
#define MPQC_VERSION 2
> Maybe you want to adjust the minimal libsc-version in configure.in, I
> don't know.
I guess that we could use the limits like
from 1.2.0 to 1.2.5 (or 1.2.9) -> MPQC_VERSION=1
from 2.0.0 to 2.1.1 (or 2.2.9) -> MPQC_VERSION=2
I have only seen bigger diffences that we need to handle between v1 and
v2, not in the minor versions.
Tommi