Using Automake 1.9.1 & Perl 5.8.4 there is a bug with file inclusion.

Out of the lines:

include $(srcdir)/config/Makefile.ami
include $(srcdir)/ltdl/Makefile.ami
include $(srcdir)/magick/Makefile.ami
include $(srcdir)/coders/Makefile.ami
include $(srcdir)/filters/Makefile.ami
include $(srcdir)/Magick++/Makefile.ami
include $(srcdir)/wand/Makefile.ami
include $(srcdir)/utilities/Makefile.ami

all of the inclusions work correctly except for the line

include $(srcdir)/Magick++/Makefile.ami

which is transposed directly into the Makefile.in file without otherwise being processed by Automake.

Is there a fix or workaround for this other than altering the source tree or moving the file?

Bob
======================================
Bob Friesenhahn
[EMAIL PROTECTED]
http://www.simplesystems.org/users/bfriesen




Reply via email to