summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorJan Engelhardt <jengelh@medozas.de>2011-12-17 04:18:34 +0100
committerJan Engelhardt <jengelh@medozas.de>2011-12-17 04:18:34 +0100
commitf2e826206c662a8c2ac06e3efbbd4df50b7c30ed (patch)
tree045cba186e57ef746a8e03d0609d96340ca184ac /configure.ac
parent0e06fe8148bd5507b252fc2e7d2f7944bbd4afb4 (diff)
build: disable implicit .tar.gz archive generation and use POSIX mode
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 130ca75..69173e6 100644
--- a/configure.ac
+++ b/configure.ac
@@ -5,7 +5,7 @@ AC_CONFIG_AUX_DIR([build-aux])
AC_CANONICAL_HOST
AC_CONFIG_MACRO_DIR([m4])
AC_CONFIG_HEADERS([config.h])
-AM_INIT_AUTOMAKE([foreign dist-bzip2 1.6 subdir-objects])
+AM_INIT_AUTOMAKE([foreign tar-pax no-dist-gzip dist-bzip2 1.6 subdir-objects])
AC_PROG_CC
AM_PROG_CC_C_O