]> git.ipfire.org Git - thirdparty/libtool.git/commitdiff
* libtoolize.m4sh (TAR): Allow the user to override the tar
authorGary V. Vaughan <gary@gnu.org>
Sat, 10 Sep 2005 15:38:27 +0000 (15:38 +0000)
committerGary V. Vaughan <gary@gnu.org>
Sat, 10 Sep 2005 15:38:27 +0000 (15:38 +0000)
command.

ChangeLog
libtoolize.m4sh

index 8b9743d89954c68208363e96813de2475142ebc6..611b4c01ffa628678b2d89cd8fa95825143c6d75 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2005-09-10  Gary V. Vaughan  <gary@gnu.org>
+
+       * libtoolize.m4sh (TAR): Allow the user to override the tar
+       command.
+
 2005-09-09  Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
 
        * libltdl/m4/libtool.m4 (_LT_COMPILER_BOILERPLATE)
index 720955bc0e0f5528b1463f9fd84d1d8a216e7e07..2c78cdddceb390ec6067cc4b798508a0c0b70105 100644 (file)
@@ -58,6 +58,8 @@ m4_divert_push([SCRIPT])#! /bin/sh
 #
 # Report bugs to <bug-libtool@gnu.org>.
 
+: ${TAR=tar}
+
 PROGRAM=libtoolize
 
 AS_SHELL_SANITIZE
@@ -65,8 +67,6 @@ $as_unset CDPATH
 
 m4_include([getopt.m4sh])
 
-TAR=tar
-
 # Command line options:
 opt_force=false
 opt_install=false