From 38efefacd69276fbb8be0646da0e5bd4870f24a8 Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Sat, 17 Dec 2011 03:48:20 +0100 Subject: build: disable implicit .tar.gz archive generation and use POSIX mode --- configure.ac | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index 3d536d5..22582b8 100644 --- a/configure.ac +++ b/configure.ac @@ -3,7 +3,8 @@ AC_CONFIG_AUX_DIR([build-aux]) AC_CANONICAL_HOST AC_CONFIG_MACRO_DIR([m4]) -AM_INIT_AUTOMAKE([-Wall foreign subdir-objects dist-bzip2 1.6]) +AM_INIT_AUTOMAKE([-Wall foreign subdir-objects + tar-pax no-dist-gzip dist-bzip2 1.6]) dnl kernel style compile messages m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])]) -- cgit v1.2.3