libtool-patches
[Top][All Lists]
Advanced

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

libtool--gary--1.0--patch-47


From: Gary V. Vaughan
Subject: libtool--gary--1.0--patch-47
Date: Sun, 19 Sep 2004 17:46:59 +0100 (BST)
User-agent: mailnotify/0.3

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

It appears that we don't test libtoolize at all with `make check',
- --patch-46 rendered libtoolize unusable due to bad quoting.

Okay to apply (as a single patch with --patch-46)?

Cheers,
        Gary.
- -- 
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)

iD8DBQFBTbgDFRMICSmD1gYRAih9AKCI1FgzJkzgC4gdX6opgAmJ4gyD/gCgttOT
VW1U4pYGiyUrin4tgpXU5/A=
=hpyG
-----END PGP SIGNATURE-----
* looking for address@hidden/libtool--gary--1.0--patch-46 to compare with
* comparing to address@hidden/libtool--gary--1.0--patch-46
M  ChangeLog
M  libtoolize.in

* modified files

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

        * libtoolize.in (func_serial): No need to double up m4sh quotes
        after a '#'.
        (func_check_macros): Escape `dnl' to stop m4sh interpreting it as
        a macro.

--- orig/libtoolize.in
+++ mod/libtoolize.in
@@ -419,8 +419,8 @@
 {
     my_filename="$1"
     my_macro_regex="$2"
-    my_sed_serial='/^# serial [[1-9]][[0-9]]*[[        
]]*'"$my_macro_regex"'[[        ]]*$/ {
-         s,^# serial \([[1-9]][[0-9]]*\).*$,\1,; q;
+    my_sed_serial='/^# serial [1-9][0-9]*[     ]*'"$my_macro_regex"'[  ]*$/ {
+         s,^# serial \([1-9][0-9]*\).*$,\1,; q;
        }; d'
 
     # Search FILENAME and all the files it m4_includes for a serial number
@@ -510,7 +510,7 @@
 {
     # Don't trace for this, we're just checking the user didn't invoke it
     # directly from configure.ac.
-    $SED 's,dnl .*$,,; s,# .*$,,' "$configure_ac" | grep AC_PROG_RANLIB \
+    $SED 's,[d]nl .*$,,; s,# .*$,,' "$configure_ac" | grep AC_PROG_RANLIB \
       && func_echo "\`AC_PROG_RANLIB' is rendered obsolete by \`LT_INIT'"
 
     $seen_libtool \




reply via email to

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