[Gllug] [OT] software packaging

tet at accucard.com tet at accucard.com
Thu May 30 08:51:15 UTC 2002


>I am using CVS to manage my project. Should I include only the
>configure.in / Makefile.am in my cvs repository and run 
>'aclocal && autoheader && automake --foreign --add-missing && autoconf'
>before tar'ing down for 'shipping', or should I include all the files
>created by autoconf/automake in my repository? 

As a general prinicple, what you put in cvs should be the minimum you need
to build the project. Therefore, don't include any generated files. However,
the distribution that you ship *should* include them, as you shouldn't rely
on autoconf/automake being available on the machine on which it's being
built.

Tet

-- 
Gllug mailing list  -  Gllug at linux.co.uk
http://list.ftech.net/mailman/listinfo/gllug




More information about the GLLUG mailing list