aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCole Robinson <crobinso@redhat.com>2012-04-27 12:03:44 -0400
committerCole Robinson <crobinso@redhat.com>2012-04-27 12:36:30 -0400
commitddd6bef4dce89aa1ca52b208ba9c5cc4c22a551c (patch)
tree00eb63cbe38a619d5690f6156f7746d3bcc3b6b5 /configure.ac
parentqemu: Use common helper when probing qemu capabilities (diff)
downloadlibvirt-ddd6bef4dce89aa1ca52b208ba9c5cc4c22a551c.tar.gz
libvirt-ddd6bef4dce89aa1ca52b208ba9c5cc4c22a551c.tar.bz2
libvirt-ddd6bef4dce89aa1ca52b208ba9c5cc4c22a551c.zip
configure: Use ustar format for dist tarball
Since for stable releases, some test files were over the 99 char limit for traditional tar filenames. Suggested by Osier here: https://www.redhat.com/archives/libvir-list/2012-April/msg01435.html Signed-off-by: Cole Robinson <crobinso@redhat.com>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 89fe81835..a819898c3 100644
--- a/configure.ac
+++ b/configure.ac
@@ -9,7 +9,7 @@ AC_CONFIG_AUX_DIR([build-aux])
AC_CONFIG_HEADERS([config.h])
AC_CONFIG_MACRO_DIR([m4])
dnl Make automake keep quiet about wildcards & other GNUmake-isms
-AM_INIT_AUTOMAKE([-Wno-portability])
+AM_INIT_AUTOMAKE([-Wno-portability tar-ustar])
AM_MAINTAINER_MODE([enable])
# Maintainer note - comment this line out if you plan to rerun