* libtoolize.m4sh (TAR): Allow the user to override the tar

command.
This commit is contained in:
Gary V. Vaughan 2005-09-10 15:38:27 +00:00
parent ba0a5124be
commit 75076263f3
2 changed files with 7 additions and 2 deletions

View File

@ -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)

View 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