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 , [EMAIL PROTECTED]@ ,
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
[EMAIL PROTECTED], http://www.simplesystems.org/users/bfriesen/
GraphicsMagick Maintainer, http://www.GraphicsMagick.org/