summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAntoine Jacoutot <ajacoutot@gnome.org>2012-09-10 12:04:51 +0200
committerAntoine Jacoutot <ajacoutot@gnome.org>2012-09-10 12:27:40 +0200
commit18b6739436975b033a855c20ee3c1f858dc5c065 (patch)
tree7b79178bb39b61d36fc5297b57856b07b48a42c6
parentdcdc836a814dca550d56775eeeb4a8902eb06b9e (diff)
downloadgvfs-18b6739436975b033a855c20ee3c1f858dc5c065.tar.gz
portability: use tar-ustar instead of tar-pax
This allows extracting the source tarballs using BSD tar(1) without bogus PaxHeaders directories lying around. https://bugzilla.gnome.org/show_bug.cgi?id=683709
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 0f7783b3..0e0eb38b 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,7 +1,7 @@
AC_PREREQ([2.64])
AC_INIT([gvfs],[1.13.9],[http://bugzilla.gnome.org/enter_bug.cgi?product=gvfs])
-AM_INIT_AUTOMAKE([1.11.1 no-dist-gzip dist-xz tar-pax])
+AM_INIT_AUTOMAKE([1.11.1 no-dist-gzip dist-xz tar-ustar])
AM_CONFIG_HEADER(config.h)
AM_SANITY_CHECK