build: use lazy expansion also on LT_VERSION
commit7a51bd642f5486a678b1c3df2f3859e568f6c335
authorNicola Fontana <ntd@entidi.it>
Thu, 22 Jan 2015 16:43:35 +0000 (22 17:43 +0100)
committerNicola Fontana <ntd@entidi.it>
Thu, 22 Jan 2015 16:47:25 +0000 (22 17:47 +0100)
treed14e583e2c0bcffbf83158d01355762fcff9ad5a
parent5d7260b90207c7dd113bdba8ee36b3437dfd7520
build: use lazy expansion also on LT_VERSION

The two variables CPML_LT_VERSION and ADG_LT_VERSION were the only two
cases directly expanded by configure. Use make variables instead, as
already done in all other cases.

This makes them overridables with make but, above all, keep it
consistent with the surrounding code.
src/adg/Makefile.am
src/cpml/Makefile.am