libtool-patches
[Top][All Lists]
Advanced

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

libtool--gary--1.0--patch-48


From: Gary V. Vaughan
Subject: libtool--gary--1.0--patch-48
Date: Sun, 19 Sep 2004 23:22:39 +0100 (BST)
User-agent: mailnotify/0.3

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

Okay to apply?
- -- 
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)

iD8DBQFBTgauFRMICSmD1gYRAs+iAKCXIiDsnd+CE4MFPMP/UrNhjRKDFQCgyL1O
JzIUvnlup3l5gqA30aknpgU=
=1KkD
-----END PGP SIGNATURE-----
* looking for address@hidden/libtool--gary--1.0--patch-47 to compare with
* comparing to address@hidden/libtool--gary--1.0--patch-47
D  tests/.arch-ids/assign.test.id
D  tests/assign.test
M  ChangeLog
M  tests/Makefile.am
M  tests/defs.in

* modified files

Index: Changelog
from  Gary V. Vaughan  <address@hidden>
        The checks in assign.test are trying to catch case of this ilk:
        `foo=bar break', but unfortunately they also choke on `foo=bar;
        break' and `foo=bar && break'.  Writing a sophisticated test to
        catch just the intended case seems like more trouble than it's
        worth, but leaving the test in causes the testsuite to fail on
        valid m4sh output:

        * tests/assign.test: Removed; chokes on perfectly valid shell
        syntax.
        * tests/Makefile.am (COMMON_TESTS): Remove assign.test.
        * tests/defs.in (scripts): Don't check the m4sh inputs, go back
        to checking the generated ltmain.sh script.

2004-09-19  Gary V. Vaughan  <address@hidden>

--- orig/tests/Makefile.am
+++ mod/tests/Makefile.am
@@ -11,7 +11,7 @@
        f77demo-shared.test f77demo-make.test f77demo-exec.test
 
 COMMON_TESTS = \
-       assign.test link.test link-2.test nomode.test \
+       link.test link-2.test nomode.test \
        quote.test sh.test suffix.test tagtrace.test \
        cdemo-static.test cdemo-make.test cdemo-exec.test \
        demo-static.test demo-make.test demo-exec.test \


--- orig/tests/defs.in
+++ mod/tests/defs.in
@@ -288,7 +288,7 @@
 # Shared global variables for test scripts
 prefix="./_inst"
 srcdir=`cd $srcdir && pwd`
-scripts="$srcdir/config/general.m4sh $srcdir/config/getopt.m4sh 
$srcdir/config/ltmain.in ../libtoolize"
+scripts="$srcdir/config/ltmain.sh ../libtoolize"
 
 func_msg "Running $progname"
 




reply via email to

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