* configure.ac: do it here.
---
ChangeLog | 6 ++++++
configure.ac | 9 +++++----
2 files changed, 11 insertions(+), 4 deletions(-)
diff --git a/ChangeLog b/ChangeLog
index c8b0ed1..1bc6b00 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2008-12-06 Guillaume Lazzara <z(a)lrde.epita.fr>
+
+ Disable milena/apps makefiles.
+
+ * configure.ac: do it here.
+
2008-11-26 Guillaume Lazzara <z(a)lrde.epita.fr>
Add missing Makefiles in AC_CONFIG_FILES.
diff --git a/configure.ac b/configure.ac
index 88a24b9..99a1b17 100644
--- a/configure.ac
+++ b/configure.ac
@@ -244,10 +244,11 @@ AC_CONFIG_FILES([
# Ask for the creation of applications' Makefiles.
# FIXME: Should it be achieved through oln.m4 macros, as we did in Olena 0.11?
-AC_CONFIG_FILES([
- milena/apps/Makefile
- milena/apps/statues/Makefile
-])
+# FIXME: ENABLE IT
+#AC_CONFIG_FILES([
+# milena/apps/Makefile
+# milena/apps/statues/Makefile
+#])
# Configure tests.
AC_CONFIG_FILES([milena/apps/statues/test],
--
1.5.6.5