Commit Graph

6 Commits

Author SHA1 Message Date
Monty Taylor a2fd4212ba Remove libboost-system depends
We don't need them. We do for building, but the
transitive depend from libcpprest takes care of
it for us. We don't need libboost-system for
runtime at all.

Change-Id: Ife9af152d14da238ef7ce2b72e9ac1d766663da5
2020-07-15 13:34:14 -05:00
Monty Taylor f19e38dab5 Simplify build
We only compile for a single platform, the one inside our container.
Since we do that, we can massively simplify this build.

Change-Id: Ic7d088fd85f2cf88838cb83524aaf1c8b2e858bf
2020-07-15 12:03:05 -05:00
Monty Taylor b1063b17e0 Remove vendored copies of m4 files
These can be consumed directly via gnulib and autoconf-archive
packages these days. (yay!) Remove the copies from the tree and
add gnulib and autoconf-archive to bindep.

As part of doing this, switch to using the autoconf-archive version
of debug flag handling, AX_CHECK_ENABLE_DEBUG.
2019-02-10 15:31:12 +00:00
Monty Taylor 486397aa29 Remove lib-link and lib-prefix and depend on gettext 2019-02-09 18:08:51 +00:00
Monty Taylor 52487147b2 Switch to cpprest and add support for it 2019-02-09 17:51:06 +00:00
Monty Taylor 754c66a53c Initial commit 2019-02-09 15:55:31 +00:00