configure.ac: check cmake availability
authorSebastien Boisvert <sboisvert@gydle.com>
Tue, 21 Jun 2016 01:11:00 +0000 (21:11 -0400)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Mon, 27 Jun 2016 16:43:08 +0000 (12:43 -0400)
commitacb9c126d4251e4f80f2d421f0874c815fce72db
treea7a33b0d1e6f5ee19dc9d5d579c5ba48267d6d75
parent21ddb8ec9689e02944dae9cd4e5aba1ca2ab0d5b
configure.ac: check cmake availability

In the configure.ac file, detect if a cmake executable is
available. Two new variables are now available in any
Makefile.am file: HAVE_CXX (which tells if a C++ compiler
is available) and HAVE_CMAKE (which indicates whether a cmake
executable is available).

Acked-by: Philippe Proulx <eeppeliteloop@gmail.com>
Acked-by: Sebastien Boisvert <sboisvert@gydle.com>
Signed-off-by: Sebastien Boisvert <sboisvert@gydle.com>
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
configure.ac
This page took 0.024408 seconds and 4 git commands to generate.