Re: [linux-audio-dev] User Interface

New Message Reply About this list Date view Thread view Subject view Author view Other groups

Subject: Re: [linux-audio-dev] User Interface
From: Joshua Haberman (joshua_AT_haberman.com)
Date: Sun Jul 29 2001 - 00:36:53 EEST


* Paul Davis (pbd_AT_Op.Net) wrote:
> First, you need to generate the autoconf scripts and Makefiles, since
> these are not stored in CVS:
>
> cd $AD/quasimodo/libs
> sh autogen.sh
> ----------------------------------------------------------------------
>
> This is standard CVS practice. "configure" *NEVER* lives in CVS -
> its generated by the autoconf tools, and generated files do not belong
> in CVS. Thats why autogen.sh exists, and this is the standard
> technique used by all CVS+autoconf packages I have seen. autogen.sh
> also builds many other files needed by the autoconf/automake tools.

Reasonable people differ here. For example, the autoconf authors
(http://subversions.gnu.org/cgi-bin/cvsweb/autoconf/).

I think it's a better idea to include configure in CVS. Some macros only
exist in certain versions of autoconf, and other variables may enter into
play that make building it on the fly problematic. Though it makes for
lots of big, ugly diffs, you can always be sure that it will get
generated correctly if you do it yourself.

Joshua

-- 
Joshua Haberman  <joshua_AT_haberman.com>


New Message Reply About this list Date view Thread view Subject view Author view Other groups

This archive was generated by hypermail 2b28 : Sun Jul 29 2001 - 00:37:46 EEST