]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
configure: Use ustar format for dist tarball
authorCole Robinson <crobinso@redhat.com>
Fri, 27 Apr 2012 16:03:44 +0000 (12:03 -0400)
committerEric Blake <eblake@redhat.com>
Thu, 17 May 2012 16:44:10 +0000 (10:44 -0600)
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>
(cherry picked from commit ddd6bef4dce89aa1ca52b208ba9c5cc4c22a551c)

configure.ac

index 3d3cbbe5bd676d227acdb44b0c8d31d96725ea38..b81c25d306a95ccb9e1b78b6f8a1870f8e16ca9c 100644 (file)
@@ -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