[gstreamermm] Use tar-ustar instead of tar-pax to ensure OpenBSD compatibility



commit 7c98d9fe07dd827f9c4be9d326fad4ec44d10793
Author: Olav Vitters <olav vitters nl>
Date:   Tue May 24 16:55:43 2011 +0200

    Use tar-ustar instead of tar-pax to ensure OpenBSD compatibility

 configure.ac |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index f983224..5c72e5a 100644
--- a/configure.ac
+++ b/configure.ac
@@ -34,7 +34,7 @@ MM_CONFIG_DOCTOOL_DIR([docs])
 # http://www.gnu.org/software/libtool/manual/html_node/Updating-version-info.html
 AC_SUBST([GSTREAMERMM_SO_VERSION], [2:1:0])
 
-AM_INIT_AUTOMAKE([1.9 -Wno-portability check-news dist-bzip2 no-define nostdinc tar-pax])
+AM_INIT_AUTOMAKE([1.9 -Wno-portability check-news dist-bzip2 no-define nostdinc tar-ustar])
 m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES])
 AM_MAINTAINER_MODE
 AC_ARG_VAR([ACLOCAL_FLAGS], [aclocal flags, e.g. -I <macro dir>])



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]