configure.ac:7: error: support for lzma-compressed distribution archives has been removed

diff --git a/configure.ac b/configure.ac
index 0f6c393..fc4d355 100644
--- a/configure.ac
+++ b/configure.ac
@@ -4,8 +4,7 @@
 AC_PREREQ([2.63])
 AC_INIT([ladspa-bs2b], [0.9.1], [sebastian@pipping.org])
 AC_CONFIG_AUX_DIR([build-aux])
-AM_INIT_AUTOMAKE([1.10.1 -Wall foreign subdir-objects
-                  dist-zip dist-bzip2 dist-lzma])
+AM_INIT_AUTOMAKE([1.10.1 -Wall foreign subdir-objects])
 AC_CONFIG_SRCDIR([src/plugin.c])
 AC_CONFIG_HEADERS([config.h])
 
