summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Bragg <robert@linux.intel.com>2011-06-14 15:08:17 +0100
committerRobert Bragg <robert@linux.intel.com>2011-06-14 17:09:56 +0100
commitec62acfd6a6c96a71a193264d487129e45cef564 (patch)
treedb6c7bcedd5717de0669d3c70e90640b8e55dc0a
parent5a6fbf7e5240c467a7192cd7b626249a9743edc7 (diff)
downloadcogl-ec62acfd6a6c96a71a193264d487129e45cef564.tar.gz
configure: pass tar-ustar as automake init option
So that our released tarballs can contain filenames longer than 99 characters we tell automake to create tarballs using the ustar format. This is newer than the default v7 format but still old enough to be considered widely portable.
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 4d1abe23..51065ef3 100644
--- a/configure.ac
+++ b/configure.ac
@@ -97,7 +97,7 @@ AC_CONFIG_HEADERS(config.h)
cflags_set=${CFLAGS+set}
AM_INIT_AUTOMAKE([1.11 foreign -Wno-portability no-define no-dist-gzip
- dist-bzip2])
+ dist-bzip2 tar-ustar])
AM_SILENT_RULES([yes])
AH_BOTTOM([#include "config-custom.h"])