bug-automake
[Top][All Lists]
Advanced

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

Re: Automake 1.7b uploaded (beta for Automake 1.8)


From: Alexandre Duret-Lutz
Subject: Re: Automake 1.7b uploaded (beta for Automake 1.8)
Date: Wed, 12 Nov 2003 09:15:13 +0100
User-agent: Gnus/5.1003 (Gnus v5.10.3) Emacs/21.3 (gnu/linux)

>>> "Roberto" == Roberto Bagnara <address@hidden> writes:

[...]

 Roberto> --trace=m4_include:\$f:\$l::\$n::\${::}%
 Roberto> automake: ####################
 Roberto> automake: ## Internal Error ##
 Roberto> automake: ####################
 Roberto> automake: unrequested trace `sinclude'
 Roberto> automake: Please contact <address@hidden>.

Thanks for the report.  This will be easy to fix, I'll do it tonight.

The problem is that sinclude is an obsolete name for m4_include,
and Automake isn't aware of that.  You could as well change your
acinclude.m4 file to use m4_include instead of sinclude; or
better: delete acinclude.m4 and add `ACLOCAL_AMFLAGS = -I m4' to
your top-level Makefile.am.  (aclocal is expected to add this
list of m4_includes to aclocal.m4 automatically)
-- 
Alexandre Duret-Lutz





reply via email to

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