Blame abi_checker.xml.in

Packit a4aae4
Packit a4aae4
     Build the old and new code on a machine that uses gcc
Packit a4aae4
     Run the command 'abi-compliance-checker -lib NAME -old OLD.xml -new NEW.xml'
Packit a4aae4
     where OLD.xml, ..., is this file and lib NAME is libdap, ...
Packit a4aae4
     To get the abi checker, use git clone https://github.com/lvc/abi-compliance-checker -->
Packit a4aae4
     
Packit a4aae4
<version>
Packit a4aae4
    @PACKAGE_VERSION@
Packit a4aae4
</version>
Packit a4aae4
Packit a4aae4
<headers>
Packit a4aae4
    @abs_top_srcdir@
Packit a4aae4
</headers>
Packit a4aae4
Packit a4aae4
<libs>
Packit a4aae4
    @abs_top_builddir@/.libs
Packit a4aae4
</libs>