libtool-patches
[Top][All Lists]
Advanced

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

Re: Patch: fixup Makefile.in


From: Bob Friesenhahn
Subject: Re: Patch: fixup Makefile.in
Date: Fri, 30 Dec 2005 09:33:39 -0600 (CST)

On Fri, 30 Dec 2005, Ralf Wildenhues wrote:
--- libtoolize.m4sh     4 Dec 2005 14:40:43 -0000       1.51
+++ libtoolize.m4sh     29 Dec 2005 20:24:40 -0000
@@ -312,6 +312,7 @@
     if $opt_dry_run; then :;
     else
       $SED "\
+       s, -Ilibltdl , address@hidden@ ,

Does not look like you are removing anything.

Weird.

--- libltdl/Makefile.inc        16 Dec 2005 16:36:20 -0000      1.5
+++ libltdl/Makefile.inc        29 Dec 2005 20:24:40 -0000
@@ -27,7 +27,7 @@
 # -I$(srcdir) is needed for user that built libltdl with a sub-Automake
 # (not as a sub-package!) using 'nostdinc':
 AM_CPPFLAGS           += -DLT_CONFIG_H='<$(LT_CONFIG_H)>' \
-                         -DLTDL -I. -I$(srcdir) -Ilibltdl \
+                         -DLTDL -Ilibltdl \

This change ignores the comment above it.

The file contains a number of misleading comments since the comments reflect the origin in Makefile.am and not its use as an Automake include file.

Bob
======================================
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]