automake
[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: Mike Frysinger
Subject: Re: Fwd: [Bug 347095] installing m4 macros that break random packages
Date: Tue, 7 Dec 2010 14:48:37 -0500
User-agent: KMail/1.13.5 (Linux/2.6.36; KDE/4.5.2; x86_64; ; )

On Tuesday, December 07, 2010 13:56:35 Bruce Korb wrote:
> Thank you.  automake list folks -- the main question is
> "Why are .m4 files being installed and how can I prevent it?"

because your top level Makefile.am is using:
aclocal_DATA = ...
when i think you should be using:
noinst_DATA = ...
(obviously the ones you mean to install should remain in aclocal_DATA)

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
-mike

Attachment: signature.asc
Description: This is a digitally signed message part.


reply via email to

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