Vanilla List Maling List Archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [VANILLA-LIST:2150] cow stuff in the vanilla configure



Quoting Kurt Siegl (007@freemail.at):
> On Tue, 16 Mar 1999 you wrote:
> >Does cow still use the vanilla configure script?
> 
> Or lets better say. The Vanilla Server uses the COW configure
> script. New features are usually added to COW first.
> 
> >If not, can the cow stuff be removed from the configure?
> 
> I try to keep both in sync. It helps maintaining this stuff.

Personally, I think stuff like

if test "$code" = server; then
  do some stuff
fi

if test "$code" = cow; then
  do some stuff
fi

in the same configure files is extremely hard to maintain.

Especially when you are making changes to the configure that work for the
server but might break things for cow.

Can we split the two things out?


-- 
Bob Tanner <tanner@real-time.com>       | Phone : (612)943-8700
http://www.real-time.com                | Fax   : (612)943-8500
Key fingerprint =  6C E9 51 4F D5 3E 4C 66 62 A9 10 E5 35 85 39 D9