* configure.ac (AM_INIT_AUTOMAKE): Add option `dist-xz'.
---
ChangeLog | 6 ++++++
configure.ac | 3 ++-
2 files changed, 8 insertions(+), 1 deletions(-)
diff --git a/ChangeLog b/ChangeLog
index 108b5af..a61b8c9 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2010-04-22 Roland Levillain <roland(a)lrde.epita.fr>
+
+ Distribute xz archives.
+
+ * configure.ac (AM_INIT_AUTOMAKE): Add option `dist-xz'.
+
2010-02-17 Roland Levillain <roland(a)lrde.epita.fr>
Require Automake 1.11.
diff --git a/configure.ac b/configure.ac
index f52bc20..61fded8 100644
--- a/configure.ac
+++ b/configure.ac
@@ -20,7 +20,8 @@ AC_CONFIG_AUX_DIR([build-aux])
AC_CONFIG_FILES([build-aux/Makefile])
# Automake.
-AM_INIT_AUTOMAKE([1.11 subdir-objects check-news dist-bzip2 nostdinc -Wall])
+AM_INIT_AUTOMAKE([1.11 subdir-objects check-news dist-bzip2 dist-xz
+ nostdinc -Wall])
# Package metadata.
AC_CONFIG_FILES([milena/mln/version.hh])
--
1.5.6.5
Show replies by date