summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2009-07-21 00:39:39 +0200
committerPeter Simons <simons@cryp.to>2009-07-21 02:30:37 +0200
commit148210e6c0f6d42211ec94b3bb75050da1a722ef (patch)
tree80399491370da450b9a58ff93816f170ffe7b9e1 /configure.ac
parent72d0b562adb6c431ef78189afb5559a09d4b0346 (diff)
downloadautoconf-archive-148210e6c0f6d42211ec94b3bb75050da1a722ef.tar.gz
maint: use maintainer-makefile module from gnulib
Gnulib is now registered as a submodule. Please run "git submodule init" to update your checked-out copy.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 3d5cb26..3f735d2 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2,7 +2,7 @@ dnl configure the Autoconf Archive
AC_INIT([autoconf-archive], m4_esyscmd([build-aux/git-version-gen .tarball-version]), [autoconf-archive-maintainers@nongnu.org])
AC_CONFIG_AUX_DIR([build-aux])
-AM_INIT_AUTOMAKE([-Wall gnu dist-bzip2])
+AM_INIT_AUTOMAKE([-Wall gnu dist-bzip2 dist-xz])
AC_CONFIG_SRCDIR([m4/ax_have_epoll.m4])
AC_COPYRIGHT([dnl
Copyright (c) 2009 by Peter Simons <simons@cryp.to>