From a348da4eee7db969b5ab487c09e2efc4c77a3872 Mon Sep 17 00:00:00 2001 From: Jeff Squyres Date: Thu, 24 Jan 2008 23:53:43 +0000 Subject: [PATCH] Experiment with using the ustar format for tarballs; seems to work on the platforms we care about...? This commit was SVN r17218. --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 100098fd7a..f6e4358531 100644 --- a/configure.ac +++ b/configure.ac @@ -46,7 +46,7 @@ OMPI_LOAD_PLATFORM # # Init automake # -AM_INIT_AUTOMAKE([foreign dist-bzip2 subdir-objects no-define 1.10]) +AM_INIT_AUTOMAKE([foreign dist-bzip2 subdir-objects no-define 1.10 tar-ustar]) m4_pattern_allow([m4_ifval])