autoconf
[Top][All Lists]
Advanced

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

Re: Fwd: [Bug 347095] installing m4 macros that break random packages


From: Bruce Korb
Subject: Re: Fwd: [Bug 347095] installing m4 macros that break random packages
Date: Tue, 07 Dec 2010 13:12:57 -0800
User-agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1.15) Gecko/20101026 SUSE/3.0.10 Thunderbird/3.0.10

Thank you, Ralf and Mike Frysinger,

On 12/07/10 11:28, Ralf Wildenhues wrote:
> Finding out why some macro was installed usually requires looking at
>   aclocal --verbose [OPTIONS...]
> 
> output.  See also 'info Automake "Invoking aclocal"'.

I looked into the top level Makefile:

aclocal_DATA = config/ag_macros.m4 config/extensions.m4 config/libopts.m4 \
config/liboptschk.m4 config/snprintfv.m4 config/unlocked-io.m4
[.......]

Looks like I confused "DIST" with "DATA" and I missed it.
I wrote the original line many years ago and tweaked it inappropriately.
Thank you.  Everything is better now.

> i'd test it, but the .texi file that comes with autogen-5.11.1 is
> causing my  automake to error out:
>> doc/Makefile.am: `doc/autogen.texi' missing @setfilename

Only automake complains.  The texi tools are happy.
The automake macros make the erroneous assumption that all texi
docs are hand crafted and must, perforce, have the layout that
the macros expect -- even if the tools do not have such a
requirement.  It has been some years since I jiggered this around,
but I'll figure out how to migrate the @setfilename line from
the agdoc.texi file into autogen.texi.  Thank you.

Regards, Bruce



reply via email to

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