diff --git a/README-alpha b/README-alpha index 9f54c31d..3532ff08 100644 --- a/README-alpha +++ b/README-alpha @@ -61,7 +61,6 @@ you have the latest stable version. - Texinfo - help2man - ncurses (optional, for talk) -- xz (for 'make dist') - Texlive & epsf (for 'make dist') * Building diff --git a/bootstrap.conf b/bootstrap.conf index 8c82876c..a02b35ba 100644 --- a/bootstrap.conf +++ b/bootstrap.conf @@ -27,7 +27,6 @@ m4 - makeinfo - help2man - gzip - -xz - " checkout_only_file=README-alpha diff --git a/configure.ac b/configure.ac index 537908cc..719d9793 100644 --- a/configure.ac +++ b/configure.ac @@ -28,7 +28,7 @@ AC_CONFIG_AUX_DIR([build-aux]) AC_CONFIG_HEADERS([config.h:config.hin]) AC_CANONICAL_HOST -AM_INIT_AUTOMAKE([1.11.1 dist-xz tar-ustar -Wall -Werror]) +AM_INIT_AUTOMAKE([1.11.1 tar-ustar -Wall -Werror]) # For now, we always use libexecdir; later we may want to vary where # the daemons go.