summaryrefslogtreecommitdiffstats
path: root/configure.ac
Commit message (Collapse)AuthorAgeFilesLines
* build: pkg anti-pattern: use defaultsPatrick Venture2019-02-141-2/+2
| | | | | | | | Use the defaults in the pkg check where the default error message is sufficient to identify which package is missing. Change-Id: I833dbe87b8ac85c6ab295ba1148184544eca0999 Signed-off-by: Patrick Venture <venture@google.com>
* phosphor-dbus-interfaces: use c++17Vernon Mauery2018-10-041-1/+1
| | | | | | | Update configure.ac to choose the c++17 standard Change-Id: I519d938138c35fe53354b1505c12b02aee1e3f75 Signed-off-by: Vernon Mauery <vernon.mauery@linux.intel.com>
* configure: Use pkg-config for CPPFLAGSWilliam A. Kennington III2018-02-011-0/+3
| | | | | | | | | | | | | If you build phosphor-dbus-interfaces against an sdbusplus that resides in a non-standard include location the configure system should still be able to locate the headers based on the pkg-config information. Since AC_CHECK_HEADERS uses the CPPFLAGS variable when calling `cpp` to check for headers, we need to temporarily add the CFLAGS provide by the sdbusplus module. This populates CPPFLAGS with the include prefixes necessary to find the headers for sdpbusplus. Change-Id: I1e3fc50daf5aa5e3025441d469db20fcc0f7f0b4 Signed-off-by: William A. Kennington III <wak@google.com>
* build: Use AX for pkg configBrad Bishop2017-02-131-2/+2
| | | | | | | | Use an autoconf archive macro for pkg config so autoconf can fill out Requires.private in phosphor-dbus-interfaces.pc.in. Change-Id: Ica803a0f758871b192502be5c2cdc6e166337df2 Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
* build: Add option to disable libphosphor_dbusBrad Bishop2017-02-091-19/+26
| | | | | | | Add an option to disable libphosphor_dbus (YAML only). Change-Id: I94107e4fede2668c29ce101d339b0488e92cefca Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
* Install YAML filesBrad Bishop2017-02-091-0/+3
| | | | | | | Install YAML files when installing the package. Change-Id: I7515fa625a9cb33bc9947f5472a178e38fe9a515 Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
* build: Generate package-config filePatrick Williams2017-01-301-0/+1
| | | | | Change-Id: Ib776dad5936f1542fd2855a67954f2959c23ef45 Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
* build: ensure sdbus++ existsPatrick Williams2017-01-181-3/+8
| | | | | Change-Id: Ia8b7c676846fb197337fba46e79717744118194a Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
* build: support out of tree buildsPatrick Williams2017-01-181-1/+1
| | | | | Change-Id: Ibf07f1056567eb25106b8039c14e54411243d831 Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
* build: autotools files for libphosphor_dbus.soPatrick Williams2017-01-181-0/+39
Use the interface YAML files present to generate the server.cpp and server.hpp files, build them into a shared library, and install. Change-Id: Ib08704c399975f42aa77f911a7bc7dc33bacba99 Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
OpenPOWER on IntegriCloud