---
ChangeLog | 4 ++++
bootstrap | 3 +++
2 files changed, 7 insertions(+), 0 deletions(-)
diff --git a/ChangeLog b/ChangeLog
index 973a9d6..1222ce0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2010-05-03 Roland Levillain <roland(a)lrde.epita.fr>
+
+ * bootstrap: Check for xz (>= 4.999.9).
+
2010-04-22 Roland Levillain <roland(a)lrde.epita.fr>
Distribute xz archives.
diff --git a/bootstrap b/bootstrap
index d0e8b58..5f7d0f7 100755
--- a/bootstrap
+++ b/bootstrap
@@ -157,6 +157,9 @@ require doxygen 1.5.6
require convert 6.3.7
require hevea 1.10 -version
+# For Make target `dist-xz'.
+require xz 4.999.9
+
# Regen files stored in the repository if asked so.
if $regen_p; then
--
1.5.6.5