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

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

 



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.

_______________________________________________
Autoconf mailing list
Autoconf@xxxxxxx
http://lists.gnu.org/mailman/listinfo/autoconf

[Index of Archives]     [GCC Help]     [Kernel Discussion]     [RPM Discussion]     [Red Hat Development]     [Yosemite News]     [Linux USB]     [Samba]

  Powered by Linux