mirror of
git://git.savannah.gnu.org/libtool.git
synced 2024-11-21 01:40:57 +08:00
* libtoolize.m4sh (TAR): Allow the user to override the tar
command.
This commit is contained in:
parent
ba0a5124be
commit
75076263f3
@ -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)
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user