summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTomeu Vizoso <tomeu.vizoso@collabora.co.uk>2011-08-15 16:01:18 +0200
committerTomeu Vizoso <tomeu.vizoso@collabora.co.uk>2011-08-15 16:01:18 +0200
commit79b9346d0a697a8065fc9f0a78f39401c8655e55 (patch)
tree7c66f35bab4eb3d103e8304e49f8eef2d0dfc619
parentdd2235d36ecf648e1074839bf9944233af03929f (diff)
downloadgobject-introspection-79b9346d0a697a8065fc9f0a78f39401c8655e55.tar.gz
configure.ac: Change to tar-ustar because PAX gives problems in OpenBSD
Also, it's what other GNOME modules use
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 6f937ac6..f1128291 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])],)