[opendmarc-dev] Configure.ac library naming
Murray S. Kucherawy
msk at blackops.org
Mon Feb 11 14:16:30 PST 2013
On Mon, 11 Feb 2013, Scott Kitterman wrote:
> At line 51 in configure.ac you have:
>
> # library version, passed to libtool
> #
> LIBOPENDKIM_VERSION_INFO=$(printf %d:%d:%d LIBVERSION_CURRENT
> LIBVERSION_REVISION LIBVERSION_AGE)
> AC_SUBST([LIBOPENDKIM_VERSION_INFO])
>
> Shouldn't that be LIBOPENDMARC?
>
> I don't think it actually affects anything since opendmarc only has one
> library, but it probably ought to be updated at some point.
It's supposed to change some arguments passed to libtool to set the
produced .so version number. However, this wasn't being done at all, so
the variable was ignored.
Fixed both things (the name and the non-use) for the next drop.
-MSK
More information about the opendmarc-dev
mailing list