]> git.ipfire.org Git - thirdparty/ulogd2.git/commitdiff
build: disable implicit .tar.gz archive generation and use POSIX mode
authorJan Engelhardt <jengelh@medozas.de>
Sat, 17 Dec 2011 15:34:03 +0000 (16:34 +0100)
committerJan Engelhardt <jengelh@medozas.de>
Sat, 17 Dec 2011 15:34:03 +0000 (16:34 +0100)
configure.ac

index 5bb032e46b09e85e680da3ee217b71af0b2de01b..132cdbff37a6106422968663af9b6706974d9df2 100644 (file)
@@ -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])