From: Gary V. Vaughan Date: Sat, 10 Sep 2005 15:38:27 +0000 (+0000) Subject: * libtoolize.m4sh (TAR): Allow the user to override the tar X-Git-Tag: release-2-1b~521 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=75076263f3e437acd44cde795ea9527b9166dd13;p=thirdparty%2Flibtool.git * libtoolize.m4sh (TAR): Allow the user to override the tar command. --- diff --git a/ChangeLog b/ChangeLog index 8b9743d89..611b4c01f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2005-09-10 Gary V. Vaughan + + * libtoolize.m4sh (TAR): Allow the user to override the tar + command. + 2005-09-09 Ralf Wildenhues * libltdl/m4/libtool.m4 (_LT_COMPILER_BOILERPLATE) diff --git a/libtoolize.m4sh b/libtoolize.m4sh index 720955bc0..2c78cdddc 100644 --- a/libtoolize.m4sh +++ b/libtoolize.m4sh @@ -58,6 +58,8 @@ m4_divert_push([SCRIPT])#! /bin/sh # # Report bugs to . +: ${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