summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2011-06-07 07:14:27 +0200
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2011-06-07 07:14:27 +0200
commit891484628a2a9be0da7e2a156fdf81f8ffd11026 (patch)
tree3217d75b1f66d23bf0dfdef383c43c25810b9ce6
parent57f0e13b770a7b1c1e6a7c4aa1f002b8e98a1c7e (diff)
downloadgnutls-891484628a2a9be0da7e2a156fdf81f8ffd11026.tar.gz
Depend on automake 1.11.
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index e02ed716c6..a0f962f796 100644
--- a/configure.ac
+++ b/configure.ac
@@ -26,7 +26,7 @@ AC_INIT([GnuTLS], [2.99.3], [bug-gnutls@gnu.org])
AC_CONFIG_AUX_DIR([build-aux])
AC_CONFIG_MACRO_DIR([m4])
-AM_INIT_AUTOMAKE([1.10 no-dist-gzip dist-bzip2 -Wall -Werror -Wno-override])
+AM_INIT_AUTOMAKE([1.11 no-dist-gzip dist-xz -Wall -Werror -Wno-override])
m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])
AM_CONFIG_HEADER(config.h)