diff options
-rw-r--r-- | NEWS | 2 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 3 insertions, 1 deletions
@@ -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]) |