diff options
author | Tomeu Vizoso <tomeu.vizoso@collabora.co.uk> | 2011-08-15 16:01:18 +0200 |
---|---|---|
committer | Tomeu Vizoso <tomeu.vizoso@collabora.co.uk> | 2011-08-15 16:01:18 +0200 |
commit | 79b9346d0a697a8065fc9f0a78f39401c8655e55 (patch) | |
tree | 7c66f35bab4eb3d103e8304e49f8eef2d0dfc619 /configure.ac | |
parent | dd2235d36ecf648e1074839bf9944233af03929f (diff) | |
download | gobject-introspection-79b9346d0a697a8065fc9f0a78f39401c8655e55.tar.gz |
configure.ac: Change to tar-ustar because PAX gives problems in OpenBSD
Also, it's what other GNOME modules use
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
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])],) |