This is the mail archive of the
automake@gnu.org
mailing list for the automake project.
Re: Auto-tools & Win32 & Borland C++ Builder
- To: Peter Eisentraut <peter_e at gmx dot net>
- Subject: Re: Auto-tools & Win32 & Borland C++ Builder
- From: Tom Tromey <tromey at redhat dot com>
- Date: 23 May 2001 20:29:10 -0600
- Cc: <mh at openoffice dot org>, <autoconf at gnu dot org>, <automake at gnu dot org>
- List-Id: Discussion list for automake <automake.gnu.org>
- References: <Pine.LNX.4.30.0105240205170.757-100000@peter.localdomain>
- Reply-To: tromey at redhat dot com
>>>>> "Peter" == Peter Eisentraut <peter_e@gmx.net> writes:
Peter> Make config.status put all the configuration information into a
Peter> single makefile and have all the other makefiles include that
Peter> one. It's saved me many boring waits.
That's an interesting idea. We could even implement this in automake,
though it might require some assistance from autoconf.
Tom