[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Need help with cleaning up a working GNU Autotools setup
From: |
Peter T. Breuer |
Subject: |
Re: Need help with cleaning up a working GNU Autotools setup |
Date: |
Sun, 9 Oct 2005 07:39:54 +0200 |
User-agent: |
tin/1.4.4-20000803 ("Vet for the Insane") (UNIX) (Linux/2.2.15 (i686)) |
In comp.os.linux.development.system Dan Espen <daneNO@spam.mk.telcordia.com>
wrote:
> [ptb]
>> I don't know what environment you want! but I have described for you
>> how to compile outside the source tree, and I do not understand what
>> you are talking about autotools for. It is your own business how you
>> make the ./configure file
> I've seen a few things set up with hand made configure files
> but using autoconf will get you so much farther in terms of
> portability.
Nobody is saying that he shouldn't - it's his own business how he makes
the ./configure file in the build/ directory, and if he wants to use
autoconf to do so, that would be eminently reasonable! A line like
$(BUILD)/.done:
cp configure.in $(BUILD)/; cd $(BUILD); autoconf; ./configure
...
in his top Makefile would do it for him.
What he is looking for is some way to do the above without doing the
above. And I don't see the point.
Peter
- Need help with cleaning up a working GNU Autotools setup, Sune, 2005/10/08
- Re: Need help with cleaning up a working GNU Autotools setup, Peter T. Breuer, 2005/10/08
- Re: Need help with cleaning up a working GNU Autotools setup, Sune, 2005/10/08
- Re: Need help with cleaning up a working GNU Autotools setup, Peter T. Breuer, 2005/10/08
- Re: Need help with cleaning up a working GNU Autotools setup, Sune, 2005/10/08
- Re: Need help with cleaning up a working GNU Autotools setup, Peter T. Breuer, 2005/10/08
- Re: Need help with cleaning up a working GNU Autotools setup, Dan Espen, 2005/10/08
- Re: Need help with cleaning up a working GNU Autotools setup,
Peter T. Breuer <=
- Re: Need help with cleaning up a working GNU Autotools setup, Sune, 2005/10/08
- Re: Need help with cleaning up a working GNU Autotools setup, Dan Espen, 2005/10/08
- Re: Need help with cleaning up a working GNU Autotools setup, Peter T. Breuer, 2005/10/09
- Re: Need help with cleaning up a working GNU Autotools setup, Sune, 2005/10/09
- Re: Need help with cleaning up a working GNU Autotools setup, Peter T. Breuer, 2005/10/09
- Re: Need help with cleaning up a working GNU Autotools setup, Sune, 2005/10/09
- Re: Need help with cleaning up a working GNU Autotools setup, Peter T. Breuer, 2005/10/09
- Re: Need help with cleaning up a working GNU Autotools setup, Nick Matteo, 2005/10/10
- Re: Need help with cleaning up a working GNU Autotools setup, Peter T. Breuer, 2005/10/10
- Re: Need help with cleaning up a working GNU Autotools setup, olbl03, 2005/10/10