summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorJan Engelhardt <jengelh@medozas.de>2011-12-17 16:34:03 +0100
committerJan Engelhardt <jengelh@medozas.de>2011-12-17 16:34:03 +0100
commiteb6834109875d16b05f8b1990f28e10f3114cafd (patch)
treebf6c0d4305e5fc385075e1d4134e8cf05534d3b4 /configure.ac
parent7a4a2eb559de39fdca0a33d4455b843f5ba3221f (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 5bb032e..132cdbf 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2,7 +2,7 @@ dnl Process this file with autoconf to produce a configure script.
AC_PREREQ([2.50])
AC_INIT([ulogd], [2.0.0beta4])
AC_CONFIG_AUX_DIR([build-aux])
-AM_INIT_AUTOMAKE([-Wall foreign dist-bzip2 1.10b])
+AM_INIT_AUTOMAKE([-Wall foreign tar-pax no-dist-gzip dist-bzip2 1.10b])
AC_CONFIG_HEADER([config.h])
AC_CONFIG_MACRO_DIR([m4])