automake
[Top][All Lists]
Advanced

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

Automake includes bug


From: Bob Friesenhahn
Subject: Automake includes bug
Date: Sun, 29 Aug 2004 21:30:10 -0500 (CDT)

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
address@hidden
http://www.simplesystems.org/users/bfriesen




reply via email to

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