aboutsummaryrefslogtreecommitdiffhomepage
path: root/m4
Commit message (Collapse)AuthorAge
* Add support for generating coverage reportsGravatar Alex Chernyakhovsky2022-05-30
| | | | | | | | This change adds autoconf/automake support for building all of mosh with gcov, and generates an lcov html report. This allows seeing which parts ofthe source tree have good test coverage, and which can be shored up. Eventually, it would be good to hook this up to Github Actions to be generated automatically.
* Require C++11 if protobuf version >= 3.6.0 is installedGravatar John Hood2018-08-02
| | | | | | | | This shouldn't require C++11 when not required. This hack may not always detect when C++11 *is* required, in which case a little autoconf tweaking may be needed to get a good compile.
* Rework curses detectionGravatar Anton Lundin2012-12-01
| | | | Detect diffrent variants of curses and use them.
* Remove Boost entirelyGravatar Keegan McAllister2012-04-15
|
* Add ax_check_{compile,link}_flag.m4Gravatar Keegan McAllister2012-04-13
|
* AX_CHECK_LIBRARY: Bump serial to match upstreamGravatar Anders Kaseorg2012-04-13
| | | | | | | | | The m4_ifnblank patch was accepted upstream as http://git.savannah.gnu.org/gitweb/?p=autoconf-archive.git;a=commitdiff;h=7ea1d1b18e5c1c3300936dd89c3e55b5b370ae72 Signed-off-by: Anders Kaseorg <andersk@mit.edu> (closes #153)
* AX_CHECK_LIBRARY: Do not use m4_ifnblankGravatar Anders Kaseorg2012-03-18
| | | | | | | | | m4_ifnblank requires autoconf 2.64, and doesn’t seem necessary here. Submitted upstream to autoconf-archive (no response yet): https://savannah.gnu.org/patch/?7741 Signed-off-by: Anders Kaseorg <andersk@mit.edu>
* Add configure options for external skalibsGravatar Anders Kaseorg2012-03-07
| | | | Signed-off-by: Anders Kaseorg <andersk@mit.edu>
* Require BoostGravatar Anders Kaseorg2012-02-17
| | | | Signed-off-by: Anders Kaseorg <andersk@mit.edu>
* Use an aclocal macro directory m4/, and add pkg.m4Gravatar Anders Kaseorg2012-02-17
Signed-off-by: Anders Kaseorg <andersk@mit.edu>