[cogl] configure: pass tar-ustar as automake init option
- From: Robert Bragg <rbragg src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [cogl] configure: pass tar-ustar as automake init option
- Date: Tue, 14 Jun 2011 16:39:04 +0000 (UTC)
commit ec62acfd6a6c96a71a193264d487129e45cef564
Author: Robert Bragg <robert linux intel com>
Date: Tue Jun 14 15:08:17 2011 +0100
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.
configure.ac | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 4d1abe2..51065ef 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"])
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]