libtool-patches
[Top][All Lists]
Advanced

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

FYI: fix echo vs ECHO regression [libtool--release--2.0--patch-8]


From: Gary V. Vaughan
Subject: FYI: fix echo vs ECHO regression [libtool--release--2.0--patch-8]
Date: Mon, 4 Oct 2004 18:07:56 +0100 (BST)
User-agent: mailnotify/0.3

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

Applied to branch-2-0.

  * looking for address@hidden/libtool--release--2.0--patch-7 to compare with
  * comparing to address@hidden/libtool--release--2.0--patch-7
  M  ChangeLog
  M  NEWS
  M  m4/libtool.m4
  
  * modified files
  
  Index: Changelog
  from  Gary V. Vaughan  <address@hidden>
        * m4/libtool.m4 (_LT_PROG_ECHO_BACKSLASH): Don't confuse $ECHO
        with $lt_ECHO, or we always get a libtool with ECHO=echo, rather
        than testing for a mechanism that quotes \ properly.
        * NEWS: Updated.
  
        files are distributed:
  --- orig/NEWS
  +++ mod/NEWS
  @@ -1,6 +1,8 @@
   NEWS - list of user-visible changes between releases of GNU Libtool
   
   New in 1.9f: 2004-??-??; CVS version 1.9e, Libtool team:
  +* Fix a regression in 1.9d, where ECHO was always set to 'echo' and the
  +  backslash quoting tests were never run.
   * Fix a regression in 1.9d, where progpath was used for --no-reexec before it
     was set.
   * Fix a regression in 1.9d, which required an installed automake to build the
  
  
  --- orig/m4/libtool.m4
  +++ mod/m4/libtool.m4
  @@ -691,7 +691,7 @@
     ;;
   esac
   
  -ECHO=${ECHO-echo}
  +ECHO=${lt_ECHO-echo}
   if test "X[$]1" = X--no-reexec; then
     # Discard the --no-reexec flag, and continue.
     shift
  @@ -719,7 +719,7 @@
   # if CDPATH is set.
   (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
   
  -if test -z "$ECHO"; then
  +if test -z "$lt_ECHO"; then
     if test "X${echo_test_string+set}" != Xset; then
       # find a string as large as possible, as long as the shell can cope with 
it
       for cmd in 'sed 50q "[$]0"' 'sed 20q "[$]0"' 'sed 10q "[$]0"' 'sed 2q 
"[$]0"' 'echo test'; do
  
  
  
- -- 
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.6
http://tkd.kicks-ass.net/arch/address@hidden/cvs-utils--tla--1.0
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.4 (Darwin)

iD8DBQFBYYNrFRMICSmD1gYRAlXuAJ4ybf7nQJ/G6JaQp6hkwwkmS89krgCfVEL8
q9atlPD4g7xwHQR4px4fbaA=
=x7rf
-----END PGP SIGNATURE-----




reply via email to

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