From: Nikos Mavrogiannopoulos Date: Tue, 7 Jun 2011 05:14:27 +0000 (+0200) Subject: Depend on automake 1.11. X-Git-Tag: gnutls_2_99_3~26 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=891484628a2a9be0da7e2a156fdf81f8ffd11026;p=thirdparty%2Fgnutls.git Depend on automake 1.11. --- 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)