]> www.ginac.de Git - cln.git/commit
Cater to the fact that g++ 4.3 will use a different naming for
authorRichard Kreckel <kreckel@ginac.de>
Sun, 6 Jan 2008 22:02:58 +0000 (22:02 +0000)
committerRichard Kreckel <kreckel@ginac.de>
Sun, 6 Jan 2008 22:02:58 +0000 (22:02 +0000)
commit8b3d91dec77438c0fe679b10869ab29e6cdeba58
tree761af260008988576e32b4bcc9ae79487fb08c27
parent1e4da5f694edd2eff40e50a116449986bd3a9bca
    Cater to the fact that g++ 4.3 will use a different naming for
        the global constructor suffix in shared and static objects.
        * m4/c++-constructors.m4 (CL_GLOBAL_CONSTRUCTORS): Add test for
        the global constructor suffix, define CL_GLOBAL_CONSTRUCTOR_SUFFIX_PIC
        and CL_GLOBAL_CONSTRUCTOR_SUFFIX_NOPIC appropriately.
        * include/cln/config.h.in: Provide templates to be filled in by
        configure.
        * include/cln/modules.h (CL_PROVIDE, CL_REQUIRE): Use
        CL_GLOBAL_CONSTRUCTOR_SUFFIX_PIC, CL_GLOBAL_CONSTRUCTOR_SUFFIX_NOPIC.
ChangeLog
include/cln/config.h.in
include/cln/modules.h
m4/c++-constructors.m4