[gobject-introspection] configure.ac: Change to tar-ustar because PAX gives problems in OpenBSD



commit 79b9346d0a697a8065fc9f0a78f39401c8655e55
Author: Tomeu Vizoso <tomeu vizoso collabora co uk>
Date:   Mon Aug 15 16:01:18 2011 +0200

    configure.ac: Change to tar-ustar because PAX gives problems in OpenBSD
    
    Also, it's what other GNOME modules use

 configure.ac |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 6f937ac..f112829 100644
--- a/configure.ac
+++ b/configure.ac
@@ -10,7 +10,7 @@ m4_define(gi_version, gi_major_version.gi_minor_version.gi_micro_version)
 AC_PREREQ(2.59)
 AC_INIT(gobject-introspection, gi_version,
         [http://bugzilla.gnome.org/enter_bug.cgi?product=glib&component=introspection])
-AM_INIT_AUTOMAKE([1.7 tar-pax dist-bzip2 no-dist-gzip foreign -Wno-portability])
+AM_INIT_AUTOMAKE([1.7 tar-ustar dist-bzip2 no-dist-gzip foreign -Wno-portability])
 AM_MAINTAINER_MODE
 
 m4_ifdef([AM_SILENT_RULES],[AM_SILENT_RULES([yes])],)



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