last-svn-commit-164-g392429a bootstrap: Check for xz (>= 4.999.9).

3 May
2010
3 May
'10
4:34 p.m.
--- ChangeLog | 4 ++++ bootstrap | 3 +++ 2 files changed, 7 insertions(+), 0 deletions(-) diff --git a/ChangeLog b/ChangeLog index fbd0a98..5db7d29 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2010-05-03 Roland Levillain <roland@lrde.epita.fr> + + * bootstrap: Check for xz (>= 4.999.9). + 2010-04-26 Roland Levillain <roland@lrde.epita.fr> Enable parallel tests. 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
5592
Age (days ago)
5592
Last active (days ago)
0 comments
1 participants
participants (1)
-
Roland Levillain