automake
[Top][All Lists]
Advanced

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

Don't distribute auto*tools output;do distribute autoreconf input


From: Paul Elliott
Subject: Don't distribute auto*tools output;do distribute autoreconf input
Date: Thu, 10 May 2012 14:14:13 -0500
User-agent: KMail/1.13.6 (Linux/2.6.38-14-generic; KDE/4.6.5; i686; ; )

I want the people that receive my tarball to do autoreconf. Their system's 
autoconf-archive may be more up-to date than mine.

What is the best way to tell automake not to distribute (i.e. put in tarball), 
all the files created by autoreconf, ./configure?

I especially do not want to distribute aclocal.m4 or files that contain it's 
info. I want the build system to get up-to-date files from its autoconf-archive 
files.

I note these files are usually distributed by default, even though no dist_ 
statement is asking for them.

Will it work to put the unwanted files in nodist_prog_SOURCES?
Is there a canonical way to do this?

-- 
Paul Elliott                               1(512)837-1096
address@hidden               PMB 181, 11900 Metric Blvd Suite J
http://www.free.blackpatchpanel.com/pme/   Austin TX 78758-3117



reply via email to

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