libtool-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

allow user to override TAR command setting


From: Gary V. Vaughan
Subject: allow user to override TAR command setting
Date: Sat, 10 Sep 2005 14:59:02 +0100 (BST)
User-agent: mailnotify/0.6

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Okay to commit?

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

- -- 
Gary V. Vaughan      ())_.  address@hidden,gnu.org}
Research Scientist   ( '/   http://tkd.kicks-ass.net
GNU Hacker           / )=   http://www.gnu.org/software/libtool
Technical Author   `(_~)_   http://sources.redhat.com/autobook
_________________________________________________________
This patch notification generated by tlaapply version 0.9
http://tkd.kicks-ass.net/arch/address@hidden/cvs-utils--tla--1.0
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.1 (Darwin)

iD8DBQFDIualFRMICSmD1gYRAj7GAKCPvV2KAZAdGrFzIDE9v9QecWvXPgCeNPSK
pAPzvVBfmMHZD2GDSqReGyM=
=S7oG
-----END PGP SIGNATURE-----
* looking for address@hidden/libtool--devo--1.0--patch-259 to compare with
* comparing to address@hidden/libtool--devo--1.0--patch-259
M  libtoolize.m4sh
M  ChangeLog

* modified files

Index: Changelog
from  Gary V. Vaughan  <address@hidden>

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

--- orig/libtoolize.m4sh
+++ mod/libtoolize.m4sh
@@ -58,6 +58,8 @@
 #
 # Report bugs to <address@hidden>.
 
+: ${TAR=tar}
+
 PROGRAM=libtoolize
 
 AS_SHELL_SANITIZE
@@ -65,8 +67,6 @@
 
 m4_include([getopt.m4sh])
 
-TAR=tar
-
 # Command line options:
 opt_force=false
 opt_install=false




reply via email to

[Prev in Thread] Current Thread [Next in Thread]