summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS2
-rw-r--r--configure.ac2
2 files changed, 3 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index ecd988a..10568c4 100644
--- a/NEWS
+++ b/NEWS
@@ -10,6 +10,8 @@
* Noteworthy changes in release ?.? (????-??-??) [?]
+ A release tarball was added that is compressed with the free lzip utility.
+
AX_JNI_INCLUDE_DIR has been extended to support FreeBSD.
* Noteworthy changes in release 2013.02.02 (2013-02-02) [stable]
diff --git a/configure.ac b/configure.ac
index a207adf..cd413e1 100644
--- a/configure.ac
+++ b/configure.ac
@@ -12,7 +12,7 @@ AC_INIT([GNU Autoconf Archive], m4_esyscmd([build-aux/git-version-gen .tarball-v
[autoconf-archive-maintainers@gnu.org], [autoconf-archive],
[http://www.gnu.org/software/autoconf-archive/])
AC_CONFIG_AUX_DIR([build-aux])
-AM_INIT_AUTOMAKE([1.11 -Wall gnu dist-bzip2 dist-xz])
+AM_INIT_AUTOMAKE([1.11 -Wall gnu dist-bzip2 dist-xz dist-lzip])
AC_PREREQ([2.65])
AC_CONFIG_SRCDIR([doc/autoconf-archive.texi])
AC_MSG_NOTICE([$PACKAGE_STRING])