* configure.ac: No longer configure milena/mln/version.hh, as
milena/Makefile now generates it the source tree instead.
---
ChangeLog | 7 +++++++
configure.ac | 5 -----
2 files changed, 7 insertions(+), 5 deletions(-)
diff --git a/ChangeLog b/ChangeLog
index 2314fc0..2369b28 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2013-09-06 Roland Levillain <roland(a)lrde.epita.fr>
+
+ Stop generating milena/mln/version.hh in the build tree with configure.
+
+ * configure.ac: No longer configure milena/mln/version.hh, as
+ milena/Makefile now generates it the source tree instead.
+
2013-08-30 Roland Levillain <roland(a)lrde.epita.fr>
* configure.ac: Untabify.
diff --git a/configure.ac b/configure.ac
index b1e8b2e..aa1f1fd 100644
--- a/configure.ac
+++ b/configure.ac
@@ -46,11 +46,6 @@ AM_INIT_AUTOMAKE([1.11 subdir-objects check-news tar-pax dist-bzip2
# "GEN ..." message, unless V=1 is passed to "make".
AM_SILENT_RULES([yes])
-# Package metadata.
-# Contrary to config.h, milena/mln/version.hh is meant to be installed.
-## FIXME: Consider generating milena/mln/version.hh with `make' instead
-## of `configure'.
-AC_CONFIG_FILES([milena/mln/version.hh])
## --------------------- ##
--
1.7.10.4