last-svn-commit-163-gf6e5d4d Distribute xz archives.

* configure.ac (AM_INIT_AUTOMAKE): Add option `dist-xz'. --- ChangeLog | 6 ++++++ configure.ac | 2 +- 2 files changed, 7 insertions(+), 1 deletions(-) diff --git a/ChangeLog b/ChangeLog index 93027f0..8ae9847 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2010-04-22 Roland Levillain <roland@lrde.epita.fr> + + Distribute xz archives. + + * configure.ac (AM_INIT_AUTOMAKE): Add option `dist-xz'. + 2010-04-26 Roland Levillain <roland@lrde.epita.fr> Enable parallel tests. diff --git a/configure.ac b/configure.ac index 617d39c..42b67ee 100644 --- a/configure.ac +++ b/configure.ac @@ -20,7 +20,7 @@ AC_CONFIG_AUX_DIR([build-aux]) AC_CONFIG_FILES([build-aux/Makefile]) # Automake. -AM_INIT_AUTOMAKE([1.11 subdir-objects check-news dist-bzip2 +AM_INIT_AUTOMAKE([1.11 subdir-objects check-news dist-bzip2 dist-xz nostdinc parallel-tests -Wall]) # Package metadata. -- 1.5.6.5
participants (1)
-
Roland Levillain