---
ChangeLog | 4 ++++
configure.ac | 4 ++++
2 files changed, 8 insertions(+), 0 deletions(-)
diff --git a/ChangeLog b/ChangeLog
index 494243b..add6d8f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2010-03-12 Roland Levillain <roland(a)lrde.epita.fr>
+
+ * configure.ac: Configure milena/doc/tools/data.hh.
+
2010-03-08 Roland Levillain <roland(a)lrde.epita.fr>
Require Doxygen 1.5.6 at bootstrapping time.
diff --git a/configure.ac b/configure.ac
index 87730ef..a07bec6 100644
--- a/configure.ac
+++ b/configure.ac
@@ -245,6 +245,10 @@ dnl>>
# Ask for config.h creation.
AC_CONFIG_HEADERS([config.h])
+# Ask for the creation of a milena/doc/tool/data.hh, used to access to
+# data (images) from the documentation.
+AC_CONFIG_FILES([milena/doc/tools/data.hh])
+
# Ask for the Makefile creations.
AC_CONFIG_FILES([
Makefile
--
1.5.6.5