aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorLasse Collin <lasse.collin@tukaani.org>2008-12-31 17:41:46 +0200
committerLasse Collin <lasse.collin@tukaani.org>2008-12-31 17:41:46 +0200
commitd1d17a40d33a9682424ca37282813492f2cba6d0 (patch)
tree3e77f922e71bcc23141f2b679920b4161a11972a /configure.ac
parentCleaned up some comments in the API headers. (diff)
downloadxz-d1d17a40d33a9682424ca37282813492f2cba6d0.tar.xz
Prepare for 4.999.7beta release.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index 285ecc21..a9edcb00 100644
--- a/configure.ac
+++ b/configure.ac
@@ -24,7 +24,7 @@
AC_PREREQ([2.61])
-AC_INIT([xz], [4.999.6alpha], [lasse.collin@tukaani.org])
+AC_INIT([XZ Utils], [4.999.7beta], [lasse.collin@tukaani.org], [xz])
AC_CONFIG_SRCDIR([src/liblzma/common/common.h])
AC_CONFIG_HEADER([config.h])
@@ -115,7 +115,7 @@ AC_ARG_ENABLE([encoders], AC_HELP_STRING([--enable-encoders=LIST],
Available encoders:]
m4_translit(m4_defn([SUPPORTED_FILTERS]), [,], [ ])),
[], [enable_encoders=SUPPORTED_FILTERS])
-enable_encoders=`echo "$enable_encoders" | sed 's/,/ /g'`
+enable_encoders=`echo "$enable_encoders" | sed 's/,subblock//; s/,/ /g'`
if test "x$enable_encoders" = xno || test "x$enable_encoders" = x; then
AC_MSG_RESULT([(none)])
else