[gpointing-device-settings] Use tar-ustar instead of tar-pax to ensure OpenBSD compatibility



commit ee3062c454e83cd101266aa20506a8a07fe2a051
Author: Olav Vitters <olav vitters nl>
Date:   Tue May 24 16:55:40 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 29215e8..0dcbf3f 100644
--- a/configure.ac
+++ b/configure.ac
@@ -3,7 +3,7 @@ AC_PREREQ(2.57)
 
 AC_INIT(gpointing-device-settings, 1.5.1,
         [http://bugzilla.gnome.org/enter_bug.cgi?product=GPointingDeviceSettings])
-AM_INIT_AUTOMAKE([1.9 tar-pax])
+AM_INIT_AUTOMAKE([1.9 tar-ustar])
 AM_INIT_AUTOMAKE([foreign])
 m4_ifdef([AM_SILENT_RULES],[AM_SILENT_RULES([yes])])
 AM_CONFIG_HEADER(config.h)



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]