libtool-patches
[Top][All Lists]
Advanced

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

FYI: libtool--devo--1.0--patch-171


From: Gary V. Vaughan
Subject: FYI: libtool--devo--1.0--patch-171
Date: Mon, 6 Sep 2004 01:01:14 +0100 (BST)
User-agent: mailnotify/0.3

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

Applied to HEAD.
- -- 
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.5
http://tkd.kicks-ass.net/arch/address@hidden/cvs-utils--tla--1.0
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.2 (Darwin)

iD8DBQFBO6jJFRMICSmD1gYRAkWCAJ9tSDte+ETykNVxC9qX9kRFiVv1uACfVRxr
B3BMHWyp4FVRRhzeW18mWaI=
=0DjE
-----END PGP SIGNATURE-----
* looking for address@hidden/libtool--devo--1.0--patch-170 to compare with
* comparing to address@hidden/libtool--devo--1.0--patch-170
M  ChangeLog
M  Makefile.am

* modified files

Index: Changelog
from  Albert Chin-A-Young  <address@hidden>

        * Makefile.am (clean-ltmain-sh): Using '==' to test for equality
        in a shell script is not portable. Use '=' instead.

--- orig/Makefile.am
+++ mod/Makefile.am
@@ -80,7 +80,7 @@
 ## previous builds left behind in the build tree, that would override the
 ## source tree version in current builds.
 clean-ltmain-sh:
-       @-test "$(top_srcdir)" == "$(top_builddir)" || \
+       @-test "$(top_srcdir)" = "$(top_builddir)" || \
          rm -f "$(top_builddir)/config/ltmain.sh"
 
 # We build ltversion.m4 here, instead of from config.status,




reply via email to

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