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