https://svn.lrde.epita.fr/svn/oln/trunk
Index: ChangeLog
from Roland Levillain <roland(a)lrde.epita.fr>
Configure new Makefiles of static/samples.
* configure.ac: Declare CONCEPTCXX as a previous variable.
Look for a Concept C++ compiler, and store it in CONCEPTCXX.
Configure static/samples/Makefile,
static/samples/mini-oln/Makefile and
static/samples/mini-oln/concept-c.
configure.ac | 13 +++++++++++--
1 file changed, 11 insertions(+), 2 deletions(-)
Index: configure.ac
--- configure.ac (revision 733)
+++ configure.ac (working copy)
@@ -46,12 +46,18 @@
fi
+## ----------------------------- ##
+## Concept C++ compiler set up. ##
+## ----------------------------- ##
+
+AC_ARG_VAR([CONCEPTCXX], [Concept C++ compiler])
+AC_CHECK_PROGS([CONCEPTCXX], [conceptg++ conceptc++])
+
+
## ------- ##
## Tests. ##
## ------- ##
-# Students should create their test suite in tests/. Add the needed
-# configure options here.
AC_CONFIG_FILES([
metalic/tests/Makefile
extended/tests/Makefile
@@ -76,6 +82,9 @@
extended/xtd/Makefile
static/Makefile
static/stc/Makefile
+ static/samples/Makefile
+ static/samples/mini-oln/Makefile
+ static/samples/mini-oln/concept-c++/Makefile
olena/Makefile
olena/oln/Makefile
olena/img/Makefile