]> sourceware.org Git - libabigail.git/commit
Allow autoconf-based clients to detect the library
authorDodji Seketeli <dodji@redhat.com>
Tue, 7 May 2013 10:42:53 +0000 (12:42 +0200)
committerDodji Seketeli <dodji@seketeli.org>
Tue, 23 Jul 2013 21:13:51 +0000 (23:13 +0200)
commite4fefbdbe42af3ba04155567e470e156e9934718
treebfe337f1768289135fd89f73ae3dff6d26c824e0
parent3563b06270ff72b713d770c0141d4960d8204b7f
Allow autoconf-based clients to detect the library

* configure.ac: Define the components of the version number as
autoconf variables.  Set the version number to 0.1.0
* abigail.m4: New file
* Makefile.am: Add abigail.m4 to the build system.  Install it in
  $(datadir)/aclocal.
* src/Makefile.am: Generate and add abg-version.h from the version
number autoconf variable defined in configure.ac.  Re-generate
abg-version.h each time configure.ac changes.
* src/abg-config.h (abigail_get_library_version): Declare ...
* src/abg-config.cc (abigail_get_library_version): ... and define
this wirth C linkage.  This is useful for autoconf tests to test
for the presence of the library.
* configure: Re-generate.
* Makefile.in: Likewise.
* src/Makefile.in: Likewise.
* tests/Makefile.in: Likewise.
Makefile.am
Makefile.in
abigail.m4 [new file with mode: 0644]
configure
configure.ac
doc/Makefile.in
src/Makefile.am
src/Makefile.in
src/abg-config.cc
src/abg-config.h
tests/Makefile.in
This page took 0.031785 seconds and 5 git commands to generate.