From 81dc1abdd89326e9552d015deb3e1cdbb3019db3 Mon Sep 17 00:00:00 2001 From: Olav Vitters Date: Tue, 24 May 2011 16:55:46 +0200 Subject: [PATCH] Use tar-ustar instead of tar-pax to ensure OpenBSD compatibility --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 79fa127..929ee53 100644 --- a/configure.ac +++ b/configure.ac @@ -7,7 +7,7 @@ AC_CONFIG_HEADERS([config.h]) AC_CONFIG_MACRO_DIR([m4]) AC_CONFIG_AUX_DIR([build-aux]) -AM_INIT_AUTOMAKE([1.11 tar-pax dist-xz no-dist-gzip foreign silent-rules]) +AM_INIT_AUTOMAKE([1.11 tar-ustar dist-xz no-dist-gzip foreign silent-rules]) AM_MAINTAINER_MODE([enable]) # Enable silent rules by default -- 2.50.1