This ensures that, no matter what the user's PATH may be, we always
use the GNU tar on Solaris.

Dean


Index: quilt20081103/configure.ac
===================================================================
--- quilt20081103.orig/configure.ac     2008-11-05 16:09:35.085324000 -0600
+++ quilt20081103/configure.ac  2008-11-05 16:10:08.490820000 -0600
@@ -353,6 +353,8 @@ else
   HAVE_NLS=no
 fi
 
+QUILT_COMPAT_PROG_PATH(TAR, tar, [gtar tar])
+
 USE_NLS=no
 AC_ARG_ENABLE(nls, AC_HELP_STRING(
     [--disable-nls], [exclude natural language support]),
Index: quilt20081103/Makefile.in
===================================================================
--- quilt20081103.orig/Makefile.in      2008-11-05 16:09:35.091580000 -0600
+++ quilt20081103/Makefile.in   2008-11-05 16:10:08.492079000 -0600
@@ -26,6 +26,7 @@ BASH :=               @BASH@
 GREP :=                @GREP@
 TAIL :=                @TAIL@
 TR :=          @TR@
+TAR :=         @TAR@
 SED :=         @SED@
 AWK :=         @AWK@
 FIND :=                @FIND@


_______________________________________________
Quilt-dev mailing list
[email protected]
http://lists.nongnu.org/mailman/listinfo/quilt-dev

Reply via email to