libtool-patches
[Top][All Lists]
Advanced

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

Re: Integrating libtool head into GraphicsMagick


From: Bob Friesenhahn
Subject: Re: Integrating libtool head into GraphicsMagick
Date: Tue, 6 Dec 2005 15:40:48 -0600 (CST)

On Mon, 5 Dec 2005, Ralf Wildenhues wrote:

Please try the patch below (against current CVS).  Please also, before
applying the patch, make sure this exposes the failure:
 gmake check TESTS= TESTSUITE_FLAGS='-v -d 26-28'

The patch failed to completely work. The -Ilibltdl was not transformed to -Iltdl as expected. The substitutions on the next line did succeed though.

Bob

(should be the three nonrecursive tests), and that after applying the
patch, these all don't fail:

 gmake check TESTS= TESTSUITE_FLAGS='-v -d 26-31'

Thanks for reporting!

Cheers,
Ralf

       * libtoolize.m4sh (func_fixup_Makefile_inc): Mangle one more
       include path, remove two unneeded ones for nonrecursive mode.
       Reported by Bob Friesenhahn <address@hidden>.

Index: libtoolize.m4sh
===================================================================
RCS file: /cvsroot/libtool/libtool/libtoolize.m4sh,v
retrieving revision 1.51
diff -u -r1.51 libtoolize.m4sh
--- libtoolize.m4sh     4 Dec 2005 14:40:43 -0000       1.51
+++ libtoolize.m4sh     5 Dec 2005 17:58:20 -0000
@@ -312,6 +312,8 @@
    if $opt_dry_run; then :;
    else
      $SED "\
+       s, -I\. -I\$(srcdir) , ,
+       s, -Ilibltdl , address@hidden@ ,
        s,libltdl_,@address@hidden,
        s,libltdl/,@repl@/,
        s,: libltdl/,: @repl@/,


======================================
Bob Friesenhahn
address@hidden, http://www.simplesystems.org/users/bfriesen/
GraphicsMagick Maintainer,    http://www.GraphicsMagick.org/




reply via email to

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