[gedit] Use tar-ustar instead of tar-pax to ensure OpenBSD compatibility
- From: Olav Vitters <ovitters src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gedit] Use tar-ustar instead of tar-pax to ensure OpenBSD compatibility
- Date: Tue, 24 May 2011 14:55:11 +0000 (UTC)
commit 5dae52b2d77258d5cce254bb6eb1133c69ddd497
Author: Olav Vitters <olav vitters nl>
Date: Tue May 24 16:55:08 2011 +0200
Use tar-ustar instead of tar-pax to ensure OpenBSD compatibility
configure.ac | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 0744b3a..c4e8679 100644
--- a/configure.ac
+++ b/configure.ac
@@ -20,7 +20,7 @@ AC_SUBST(GEDIT_MINOR_VERSION, gedit_minor_version)
AC_DEFINE(GEDIT_MICRO_VERSION, gedit_micro_version, [Gedit micro version])
AC_SUBST(GEDIT_MICRO_VERSION, gedit_micro_version)
-AM_INIT_AUTOMAKE([1.11 tar-pax dist-xz no-dist-gzip -Wno-portability])
+AM_INIT_AUTOMAKE([1.11 tar-ustar dist-xz no-dist-gzip -Wno-portability])
AM_MAINTAINER_MODE
AM_SILENT_RULES([yes])
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]